- 27 Apr, 2018 40 commits
-
-
John Budorick authored
TBR=nednguyen@chromium.org,perezju@chromium.org Bug: 837397 Change-Id: If29d26fefee43107ba6d51c3818e6fed37eaea7c Reviewed-on: https://chromium-review.googlesource.com/1032876 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#554543}
-
bsheedy authored
Adds the ability for tests to be notified when the native UI reaches a steady state instead of sleeping for arbitrary amounts of time. Bug: 826841 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr Change-Id: I69428f5ea9b228771180a88df455f8ade67f6a32 Reviewed-on: https://chromium-review.googlesource.com/1026707 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#554542}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: Ia0d430d49a151ab0f33e0396207d074e2ec5cc23 Reviewed-on: https://chromium-review.googlesource.com/1033895Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554541}
-
Varun Khaneja authored
Also add an enum to the CSD proto. Internal proto submitted as: http://cl/194432497 Bug: 796332 Change-Id: I7764d5063379b94853c656c97db4582c52ee56c3 Reviewed-on: https://chromium-review.googlesource.com/1012437 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#554540}
-
Chong Zhang authored
Disable 'NatGeo' on 'loading.desktop' and 'loading.desktop.network_service' (all desktop platforms) due to consistent failings. See bug for sample log. TBR=kouhei@chromium.org Bug: 837415 Change-Id: I12104ca9fa29abaa4aead932bf8fd6a763194146 Reviewed-on: https://chromium-review.googlesource.com/1031054Reviewed-by:
Chong Zhang <chongz@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#554539}
-
kylechar authored
Add some missing cases where we want to fallback on software compositing to VizProcessTransportFactory. 1. When GPU_FEATURE_TYPE_GPU_COMPOSITING is blacklisted in GpuFeatureInfo. 2. When ContextProvider creation fatally fails. This CL also cleans up the logic to make it easier to follow and removes an unnecessary subclass from VizProcessTransportFactory. Bug: 776050 Change-Id: I7d0e65ac224e649cad786246486fc40c9c841f27 Reviewed-on: https://chromium-review.googlesource.com/1030829 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#554538}
-
Daniel Blakemore authored
This reverts commit 20a36a40. Reason for revert: New API fails under unrelated tests. Rolling back to old API until this can be fixed. Original change's description: > Use new mailto handling setup API. > > Re-lands https://chromium-review.googlesource.com/1031050 after > fixes to downstream changes. > > Bug: 810904 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I2cb00c90d6d35cb7c4dd5cb8ac7c5ffb8746894f > Reviewed-on: https://chromium-review.googlesource.com/1033019 > Reviewed-by: Peter Lee <pkl@chromium.org> > Commit-Queue: Daniel Blakemore <danblakemore@google.com> > Cr-Commit-Position: refs/heads/master@{#554422} TBR=pkl@chromium.org,danblakemore@google.com Change-Id: Ib56bde2e2f8c608e67982507923110747e62f9fa No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 810904 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/1033547Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#554537}
-
Calder Kitagawa authored
A follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/1028575 This moves patch_apply logic to check bounds of an equivalences from the call site of GetNext() to an internal function in the patch_reader. This means the equivalence consumer can use the equivalences without checking anything to do with bounds. I have manually tested that this doesn't appear to break any existing valid patches and it appears to catch all the same errors change 1028575 fixed so I can safely reverse that change. BUG: 837096 Change-Id: I84ccd9e1493f32d16eace4dd8e67586f559220d3 Reviewed-on: https://chromium-review.googlesource.com/1028836 Commit-Queue: Calder Kitagawa <ckitagawa@google.com> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#554536}
-
Max Moroz authored
TBR=liaoyuke@chromium.org Bug: 837816 Change-Id: I68b92ad5ec6e0f1d178ad89654abb77b46fb5830 Reviewed-on: https://chromium-review.googlesource.com/1033830Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#554535}
-
Dale Curtis authored
These tests were checking the memory usage values, but were not waiting for the demuxer memory report to come back from the media thread first. BUG=837729 TEST=gtest_repeat=25 on android. Change-Id: I65b4dd0079873389200de26bd2eba9efcd6499af Reviewed-on: https://chromium-review.googlesource.com/1033725Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#554534}
-
Gabriel Charette authored
These changes were scripted as part of the effort to restrict exposure of the raw MessageLoop*. Note that many static methods exposed on MessageLoopCurrent are also deprecated so it is very well possible that this is migrating to an already deprecated method. The goal of this pass is to reduce usage of MessageLoop::current() (and ultimately make it impossible to obtain the MessageLoop* statically). As such I will not edit this CL unless the script did something logically wrong. I defer to owners to fix highlighted usage of already deprecated APIs. Possible script screw ups / things to look out for in this review: - Storing MessageLoopCurrent in a MessageLoop* variable or comparing it against one (I will go over that in a separate pass). Includes should have been stripped if that was the last usage of message_loop.h in that file. Please CQ if LGTY This CL was uploaded by git cl split. R=mark@chromium.org Bug: 825327 Change-Id: I5266e83a811ad85b43bebf1cecebd73b744d3ec3 Reviewed-on: https://chromium-review.googlesource.com/1024491Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#554533}
-
Thomas Anderson authored
This reverts commit 61248f1a. Reason for revert: Suspected breaking component builds (bug 837817) Original change's description: > Add utils to read elf binary and get Build id > > Adds code to parse elf binary to get build id from > .note.gnu.build-id section. The build ID is needed to symbolize > heap dumps from the users. > > BUG=734705 > > Change-Id: If4365e232c060ba96071ba1e1c43618f9807e39c > Reviewed-on: https://chromium-review.googlesource.com/1028995 > Commit-Queue: Siddhartha S <ssid@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554304} TBR=thestig@chromium.org,ssid@chromium.org Change-Id: If512434b55bcc912990e3997a86f6f93722b15fb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 734705 Reviewed-on: https://chromium-review.googlesource.com/1033795Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#554532}
-
Aleks Totic authored
Bug: 837430 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ib89a9e5aec3f0541b6b2b5866dab12107eae65e9 Reviewed-on: https://chromium-review.googlesource.com/1031556Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#554531}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df1d991f..bf02b736 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Iec0714a8a6239808ee7df63fe849c1e0a618bc94 Reviewed-on: https://chromium-review.googlesource.com/1033447Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#554530}
-
kylechar authored
Add a new GPU test target that runs screenshot_sync a second time with --enable-features=VizDisplayCompositor. This test will verify that GPU compositing is working for OOP-D. The test only runs on Windows and Linux bots. Bug: 812385 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I56de0d01922d1c08521f3fd5aed4f64c148374e3 Reviewed-on: https://chromium-review.googlesource.com/1028613Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#554529}
-
Kevin McNee authored
This test is flaky under MSan. TBR=wjmaclean@chromium.org Bug: 837757 Change-Id: I90161d985f2dfc493b50004f34222078f61cc03c Reviewed-on: https://chromium-review.googlesource.com/1033429Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#554528}
-
Malay Keshav authored
If the cursor was hidden during any display configuration change, the cursor was not being updated. This made the cursor retain the old properties of the previous display configuration when it was made visible again. This meant that the device scale factor or even rotation of the cursor would not be updated. This patch ensures that the cursor is updated if its display changes while its hidden. Also add unittest to ensure this doesnt break again. Bug: 771264 Change-Id: I6ddbfa4b1dc75351e10a490630f3513a1baf5846 Component: Window tree host manager, cursor Reviewed-on: https://chromium-review.googlesource.com/1033353 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#554527}
-
Mina Almasry authored
Currently this method seems to occasionally return invalid values, which causes following logic to lead to a crash. Until that is root caused, ignore obviously invalid values from GetCurrentPts. BUG= b/78592779 TEST= On device Change-Id: Ib3c93d66659507234ab7cbe5961cb4e6fc2ebae5 Reviewed-on: https://chromium-review.googlesource.com/1031870 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#554526}
-
Ian Clelland authored
When an image policy is violated, and the image is flagged for color inversion, recalc the style so that the change is actually rendered to screen. Bug: 837346 Change-Id: I2cb4f84432d03917435294af01c5b9ecc85a0fc2 Reviewed-on: https://chromium-review.googlesource.com/1033544 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#554525}
-
Daniel Cheng authored
Previously, the plugin completely skipped virtual specifier checks on Gmock objects since it wasn't smart enough to filter out warnings caused by Gmock macros. In preparation for making the plugin smarter, this CL fixes existing virtual specifier warnings in //components. R=blundell@chromium.org Bug: 837148 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I14f72dd481c02acdc8ea35d58d9fb4801140d353 Reviewed-on: https://chromium-review.googlesource.com/1031090 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#554524}
-
Maks Orlovich authored
net-export is being moved to be NetworkContext-based as part of servification, so a NetworkContext object is needed for the URLRequestContext that the net-export UI on iOS uses. This is largely based on https://chromium-review.googlesource.com/952342, which added such wrappers for BrowserContext URLRequestContexts, and much of the CL is just moving out the NetworkContextOwner that added into its own file. Bug: 767450 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7c71b508c54389dc3aa30973cd1ea131b48d64d9 Reviewed-on: https://chromium-review.googlesource.com/1030053 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#554523}
-
Manuel Rego Casasnovas authored
In LayoutBox::ComputeLogicalHeight() we actually were using the right method because the border and padding were being added later. We could change it to use OverrideLogicalHeight() directly and add the border and padding only for replaced elements, because ComputeReplacedLogicalHeight() returns the content height (so it doesn't include border and padding). No new tests, covered by existent tests. Change-Id: I90112ee1d6e7a2332f61514f627dc10cf4a706b8 Reviewed-on: https://chromium-review.googlesource.com/1031350 Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#554522}
-
Krishna Govind authored
R=amineer@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie0b81bdd3c7f58fe8079368c2dfcf7b2c4a0b0d3 Reviewed-on: https://chromium-review.googlesource.com/1033826Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#554521}
-
https://chromium.googlesource.com/angle/angle.git/+log/467c15f970b9..f1bcd017c95c $ git log 467c15f97..f1bcd017c --date=short --no-merges --format='%ad %ae %s' 2018-04-27 geofflang Supress failures in BlitFramebufferTest.MultisampleDepth on Mac OpenGL 2018-04-26 oetuaho Add test coverage for BlitGL Created with: roll-dep src/third_party/angle BUG=chromium:837717 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: Ied90fe177b9021ac1401ffa9b7876aa7d504b220 Reviewed-on: https://chromium-review.googlesource.com/1033573Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554520}
-
Maksim Ivanov authored
Gather statistics on the number of cases when the fatal Chrome OS user policy initialization happens, which leads to termination of the user session. BUG=chromium:830654 TEST=none Change-Id: Iae8e2455e36e3daae5663b3ff2266199bd6283dd Reviewed-on: https://chromium-review.googlesource.com/1017124Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#554519}
-
Oksana Zhuravlova authored
Bug: 799482 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_chromium_dbg_ng;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.linux:linux_vr Change-Id: I976a9290ef77976187ce971e461814a887620ee2 Reviewed-on: https://chromium-review.googlesource.com/1028000 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#554518}
-
Sarah Hu authored
The requested keyboard layouts will be used in public session UI to populate a selection menu. (In a follow-up CL) Bug: 809635 Change-Id: I1154647d4bfdf3637ec37033f4452742c71ec377 Reviewed-on: https://chromium-review.googlesource.com/1020664Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#554517}
-
Gabriel Charette authored
Patch set 1 changes were initially scripted as part of the effort to restrict exposure of the raw MessageLoop*. Further manual cleanup was done after identifying that MockLaunchd itself didn't need the full power of a MessageLoop*. Please CQ if LGTY This CL was uploaded by git cl split (initially). Bug: 825327 Change-Id: I6c250e0b44c27df6792fe0fbdad4a78608a98441 Reviewed-on: https://chromium-review.googlesource.com/1024453 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#554516}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1589d897. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/16307 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: mek@chromium.org: external/wpt/webmessaging TBR=foolip No-Export: true Change-Id: I52f68c0c3d5d6d3eec32886f8432d712290b3f28 Reviewed-on: https://chromium-review.googlesource.com/1033432 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#554515}
-
Sebastien Marchand authored
Implement HistoryServiceObserver::OnURLsDeleted to remove all observations when the history gets cleared. BUG: 773382 Change-Id: I65026cfda256c252e33aea01d6c8db8fef30dd10 Reviewed-on: https://chromium-review.googlesource.com/1030853 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#554514}
-
lgcheng authored
Arc usb permission are not restores correctly. When detecting a non-matching package, we should skip rather than abort. Bug: 837292 Test: Manual test with reboot. Change-Id: Id66156dcee36873f8afccaab5a619bafffd3721a Reviewed-on: https://chromium-review.googlesource.com/1030785 Commit-Queue: Long Cheng <lgcheng@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#554513}
-
Elly Fong-Jones authored
This test doesn't pass when using Views browser windows on any platform, so skip the body on Mac when not using Cocoa windows. TBR=tapted@chromium.org Bug: 834754 Change-Id: I4c2d447ea5ef878eaf4e395195606be1951a0dae Reviewed-on: https://chromium-review.googlesource.com/1033439 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#554512}
-
Eugene But authored
The implementation simply calls GetErrorPage. This method returns HTML for web based error page rendered in WKWebView. Bug: 725241 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie68e8e052d06f8106a9209f21f811dc323a5ab5e Reviewed-on: https://chromium-review.googlesource.com/1033023 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#554511}
-
Morten Stenshorne authored
Whether an in-flow block-level box that establishes a new formatting context fits beside a float or not determines whether the float is adjoining with the new formatting context box or not. This matters if the box that establishes a new formatting context has a top margin. If the float turns out to be adjoining, it's affected by that margin, but not otherwise, i.e. if the new formatting context box needs to go below the float due to insufficient available width. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I66455845974cbcd5bef36927876512b05a15f435 Reviewed-on: https://chromium-review.googlesource.com/1032732Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#554510}
-
Stephen Martinis authored
This reverts commit aac2bcc1. Reason for revert: Windows path issues hopefully fixed Original change's description: > Revert "Re-add layout tests to win7 bot" > > This reverts commit d7a83cd8. > > Reason for revert: bots are still infra failing > > Original change's description: > > Re-add layout tests to win7 bot > > > > Bug: 831585 > > Change-Id: I3436ca3abe39a648a150d703173715f69756e508 > > Reviewed-on: https://chromium-review.googlesource.com/1028009 > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > > Reviewed-by: John Budorick <jbudorick@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#553868} > > TBR=dpranke@chromium.org,martiniss@chromium.org,jbudorick@chromium.org > > Change-Id: I4d08d6e21a0ac4622d7a936ff92a5bd795d5af13 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 831585 > Reviewed-on: https://chromium-review.googlesource.com/1031530 > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554165} TBR=dpranke@chromium.org,martiniss@chromium.org,jbudorick@chromium.org Change-Id: I13aa35358d093b09b14125ffe62535ddc4c77ffd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 831847 Reviewed-on: https://chromium-review.googlesource.com/1033792 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#554509}
-
Ehsan Chiniforooshan authored
Bug: 832981 Change-Id: I230384753592e4397d164460a9cc953c17b10daf Reviewed-on: https://chromium-review.googlesource.com/1033343Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#554508}
-
Saman Sami authored
There has been a 50/50 finch trial on canary and dev going on for this feature and no issues has been reported. Bug: 813929 Change-Id: I79012e9cfa06dfac57c73479aa80d09a050c0395 Reviewed-on: https://chromium-review.googlesource.com/1032889Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#554507}
-
Xiaohui Chen authored
Bug: b:78589509 Test: locally build and run Change-Id: I862691a0bb5774e9761f5202cd2a23f08099061b Reviewed-on: https://chromium-review.googlesource.com/1031092Reviewed-by:
Muyuan Li <muyuanli@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#554506}
-
Pavol Marko authored
Introduce a new PolicyValidationReportRequest which will be used to upload the results of policy validation after policy fetches. BUG=794848, b:70641944 Change-Id: I21d9fc52c82ff865a0877254c3c09db61e410547 Reviewed-on: https://chromium-review.googlesource.com/913573 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Drew Wilson <atwilson@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#554505}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bec9b446c412..6b3c651c4ed2 $ git log bec9b446c..6b3c651c4 --date=short --no-merges --format='%ad %ae %s' 2018-04-26 jkop chromite: Turn down stage-level VM test retries Created with: roll-dep src/third_party/chromite BUG=chromium:823832 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I4bea87876cbf4c369ed68730fa7f378c4113fbd2 Reviewed-on: https://chromium-review.googlesource.com/1033025Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554504}
-