- 26 Nov, 2019 40 commits
-
-
chromium-autoroll authored
Roll airmont AFDO profile from 80-3945.24-1574075354-benchmark-80.0.3964.0-r2 to 80-3945.24-1574679770-benchmark-80.0.3964.0-r2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I506c9c31cbb8d977b962bda7b53e13d17b07a3fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936121 Commit-Queue: Tiancong Wang <tcwang@google.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719368}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 80-3945.24-1574073604-benchmark-80.0.3964.0-r2 to 80-3945.24-1574681176-benchmark-80.0.3964.0-r2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I9a2e585a4bc340c56ecab4078821c147ce882f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936117 Commit-Queue: Tiancong Wang <tcwang@google.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719367}
-
Owen Min authored
Disable virtual/cross-origin-isolation/external/wpt/html/cross-origin-embedder-policy/none.https.html on all platforms. Disable external/wpt/html/cross-origin-embedder-policy/none.https.html on Linux and Mac for failure and timeout. Bug: 1015187 Tbr: yhirano@chromium.org Change-Id: Iec159c070b1b7f54a6d93c4bdd15123b82b222a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937967 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719366}
-
Ryan Hansberry authored
Bug: None Change-Id: I94407ae724d5a0d6bbcaebeb791de55ff50d4a95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937510 Auto-Submit: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#719365}
-
Francois Doray authored
The goal is to ensure that a policy that reduces background work when a tab is loading is applied as soon as possible. In particular, on startup, we don't want background work to start before the first tab has received a response. We want to move TabLoadTracker to the PerformanceManager. However, that shouldn't block experimenting with no background work when a tab is loading. Bug: 839110 Change-Id: Idf59ef95192200e76e3fe387fb76adab88ad85a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906508Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#719364}
-
Archana Simha authored
extensions_checkup verifies that the user has an extension installed that is not policy installed, is not a component extension, and was not installed by default. Bug: 1019296 Change-Id: I1665bac06a33c1015db2637a0426ad9f023ff2dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922187 Commit-Queue: Archana Simha <archanasimha@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719363}
-
Robbie McElrath authored
This CL reorganizes //aw/BUILD.gn to group things as follows: * Public targets (targets used by monochrome, shared libraries, apks) * Java rules (JNI, android_libraries, aidl) * Resource rules Test: ninja -C out/aw Bug: 934152 Change-Id: Id5a21048d3353ff77f090c13e04d2c410b69e925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933314 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#719362}
-
Robert Sesek authored
Change-Id: I7eec10f83285bc1e22399282c15dcff56aa6df6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937771Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#719361}
-
Gyuyoung Kim authored
This CL converts all uses of IdleManager interface as below, - Convert BindingSet to ReceiverSet - Convert IdleManagerRequest to PendingReceiver<IdleManager> Bug: 955171 Change-Id: I89f1a325b0e3290c1fdb36d5bc92389c8716e546 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932139Reviewed-by:
Ayu Ishii <ayui@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#719360}
-
Kent Tamura authored
from double, seconds from the Unix epoch, to base::Optional<base::Time>. Bug: 988343 Change-Id: I6f36a98734aea86ed560c841d1b3dd565f4635af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935289Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#719359}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ea12f144588e..1a596b35f973 git log ea12f144588e..1a596b35f973 --date=short --first-parent --format='%ad %ae %s' 2019-11-26 chshrest@microsoft.com Reland: Elements: Make 'Add' button in color-picker keyboard accessible Created with: gclient setdep -r src/third_party/devtools-frontend/src@1a596b35f973 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I31a1617d1fe65f033236c2b07da73ea4b83fff38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937550Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719358}
-
Patrick Monette authored
Also remove unneeded null checks since the |delegate_| is never null. Bug: 82827 Change-Id: Ic9ca6af8208330ae6ab85d2de1c0a61921f68ad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935236Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#719357}
-
Herb Derby authored
The Mac Metal code uses objective-c++, but was still using the c++14 command-line flag. Change-Id: I150ad2369326e558cad966714a6a966ba7c77dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937657 Commit-Queue: Herb Derby <herb@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> Auto-Submit: Herb Derby <herb@google.com> Reviewed-by:
Mike Reed <reed@google.com> Reviewed-by:
Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#719356}
-
haozhe authored
Both Chrome and Firefox passed Bug: 900581 Change-Id: I7a8e4b3b7f2d040df128cd614e95b8a247d99e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937907Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#719355}
-
Mounir Lamouri authored
A follow-up will remove the associated backend code. Bug: 1028264 Change-Id: I503e8a1b11b86168c074c89fa8160f09f0ebecc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934728Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#719354}
-
Peter Kotwicz authored
This CL enables the tests for phones but keeps them disabled for tablets. The tests started failing as a result of https://chromium-review.googlesource.com/c/chromium/src/+/1858605 which made the tests incompatible with tablets BUG=1028636 Change-Id: I76341e1684cf8587bd4c59e7deebcbb2f39df6e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937576Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#719353}
-
Alexander Timin authored
Navigation restoring a page from the back-forward cache do not wait for a renderer to reply and commit synchronously, therefore there is no need to simulate a renderer sending a commit ACK. This patch teaches NavigationSimulator to mark bfcached navigation as finished as soon as it commits. R=clamy@chromium.org,arthursonzogni@chromium.org,rakina@chromium.org,fergal@chromium.org BUG=1015328 Change-Id: I8251a2190bb20ecce4027519d4d6eb9a40929e8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893170 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#719352}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ifce30e5841b2e188727b8ac6191d6261ecb31d98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937352Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#719351}
-
Jared Saul authored
Change-Id: Id13b46e08df385dc3e3107671259d9330ad79153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931758 Auto-Submit: Jared Saul <jsaul@google.com> Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#719350}
-
Alex Newcomer authored
The old animation has a lot going on, it is hard for it to do well on slower devices. In order to make these transitions look good on all devices, change them a bit. The new animation: - Shelf background snaps away for the duration of the animation. - Animating background animates up/down to be in its final position. Bug: 1027751 Change-Id: If02f7a3f9d5f9ef9af59cf73747a9b7fab582042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930693 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#719349}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 17307335. With Chromium commits locally applied on WPT: e83dd93c "Limit backtracking on regexp called from blink." 500a74f5 "Add a runtime flag to enforce strict MIME type checks for workers." a2a91a99 "Allow another touch start happen when there are active touch points" 8a0ae33c "Add `Sec-Fetch-Dest: empty` header for application cache." 85b61e6b "[resource-timing] Ensure workerStart is protected by TAO" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I60c2acc3d5d47e68a6604917c08ef549acb238f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936853Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719348}
-
Matthew Denton authored
Fix breakpad crash key deserialization if the crashing process sends strings without the null terminator. Bug: 984778 Change-Id: Ib77e584467c54413caaaef80ee8ef6e91a6b176e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935168Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#719347}
-
Brian Salomon authored
This reverts commit afc005c8. Reason for revert: prefer https://chromium-review.googlesource.com/c/chromium/src/+/1937657 Original change's description: > Compile Skia .mm files with C++17 support > > Change-Id: Ied5a58752c15cee95ba053e39e1c31e06d09f361 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937649 > Reviewed-by: Brian Osman <brianosman@google.com> > Commit-Queue: Brian Osman <brianosman@google.com> > Cr-Commit-Position: refs/heads/master@{#719342} TBR=bsalomon@google.com,brianosman@google.com Change-Id: Iab3e82c4e3df4c4f52767a983cce234c794217fb No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937970Reviewed-by:
Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#719346}
-
Elly Fong-Jones authored
These tests check that window positions and sizes are restored properly. Unfortunately they put their test windows at (10,10) which the window server helpfully adjusts to (10,23) to keep them from overlapping the title bar, which confuses the tests. Have them put their windows at (50,50) instead to avoid that. Bug: 1028239 Change-Id: Id69fc6d841878b35c74f0ebe51e8edc127057d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937770 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#719345}
-
Yue Zhang authored
Add Duet-TabStrip integration flag. Originated from http://crrev.com/c/1915462. Bug: 1022827 Change-Id: I3a47b151573357dbdad45184ae72a83e706f7dd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935439Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#719344}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /components/data_reduction_proxy This CL was uploaded by git cl split. Bug: 1018667 Change-Id: I9685de8a0463ad7645e27d21474511ed8a030e99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916468Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#719343}
-
Brian Salomon authored
Change-Id: Ied5a58752c15cee95ba053e39e1c31e06d09f361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937649Reviewed-by:
Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Cr-Commit-Position: refs/heads/master@{#719342}
-
John Abd-El-Malek authored
TBR=svaldez@chromium.org Bug: 1028371 Change-Id: I0f084e3263c756bfe59502e359d2dac979efbcee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937658Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#719341}
-
haozhe authored
Both Chrome and Firefox pass The original test is kept because it's in the smoke test Bug: 900581 Change-Id: Iaa581f78cdde875f25a0accfbd953ba54277e9f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937513Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#719340}
-
Ben Kelly authored
Approximately 0.02% of cache.put() calls fail due to a file existing on disk in the desired location already. This can possibly happen if a previous deletion is prevented due to virus scanning or some other application holding the file open. This CL allows us to recover by use the disk_cache OpenOrCreateEntry() method. This will open the existing file if it exists. The put operation will then proceed to truncate it and store the new response in the file. Bug: 968444 Change-Id: I57f6ce119d83cedb6e98467813262a8ed3037552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929522 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#719339}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/f06a1962beff..24536bdd3cff git log f06a1962beff..24536bdd3cff --date=short --first-parent --format='%ad %ae %s' 2019-11-26 rharrison@google.com Disable shaderc library target in BUILD.gn (#910) Created with: gclient setdep -r src/third_party/shaderc/src@24536bdd3cff If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: Ic8eef1ab83d7536967859eef488ef5575515694b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937549Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719338}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6a4a14635e70..44d7ec06830e git log 6a4a14635e70..44d7ec06830e --date=short --first-parent --format='%ad %ae %s' 2019-11-26 kwiberg@webrtc.org Add Opus-only audio codec factories 2019-11-26 sprang@webrtc.org Revert "Fixes dynamic mode pacing issues." Created with: gclient setdep -r src/third_party/webrtc@44d7ec06830e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3bb9a6be095ec2fab1fb982f37e5d19f16c8b878 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937448Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719337}
-
Daniel Murphy authored
This change adds sequence checkers to all method calls in * IndexedDBBackingStore * IndexedDBBackingStore::Transaction * IndexedDBBackingStore::Transaction::ChainedBlobWriterImpl * LocalWriteClosure * IndexedDBBackingStore::Cursor * ObjectStoreKeyCursorImpl * ObjectStoreCursorImpl * IndexKeyCursorImpl * IndexCursorImpl R=enne@chromium.org Bug: 1024966 Change-Id: I3c5912a73839a03ddb53aa058c694ec45d318cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935028 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#719336}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6f1240d519b7..e4df91c4a821 Created with: gclient setdep -r src-internal@e4df91c4a821 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:None Tbr: jbudorick@google.com Change-Id: I219f037ea1a07077481a3c9ae0d06b7036422e47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937548Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719335}
-
zhaoyangli authored
Moved ensureAppLaunchedWithFeaturesEnabled from -setUp to overriding launchAppForTestMethod method of BaseEarlGreyTestCase. This will reduce unnecessary relaunches of app, which will make tests suites run faster. Bug: 1009017 Change-Id: I6f39404ae54e5a057ddba37867e08c45f27a9495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928587Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#719334}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c92a0fa4..0f1fce1f Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2d3519f6612f0aea1cbcac77a243a9400e4e1410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936852Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719333}
-
Xiaohui Chen authored
Bug: None Test: None Change-Id: I8e227f866625d1d9c85ad4ea6b8d000d5a1360a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937515Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#719332}
-
Egor Pasko authored
Remove these obsolete flags and associated functionality: --branch --netrc --new-commit-flow --jobs --max-load This depends on the internal recipe to stop using these flags (the change for that is landing). Bug: 1028600 Change-Id: Ideea791f06afabd1ae1674220eb458b10de5fd5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937367 Auto-Submit: Egor Pasko <pasko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#719331}
-
Ayu Ishii authored
Bug: 1007730 Change-Id: I6e812d7d7a1e37824a9d34194a822212f1ce2291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935157Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#719330}
-
Javier Ernesto Flores Robles authored
This changes might over update the switch and therefore the on/off animation is being killed. To be fixed in a follow up for a later release. Bug: 1028095 Change-Id: Id9e28eeecde05f230c34d1b4f00fdb3df650f73b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937172 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eric Noyau <noyau@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#719329}
-