- 16 Apr, 2020 40 commits
-
-
Lei Zhang authored
Test all the possible enum ColorModel values. Bug: 1069537 Change-Id: Ie4fe38a0d97eeea14ad36644fe661936788042de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150979 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#759746}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fc5e10322119..cca5c49d45e0 git log fc5e10322119..cca5c49d45e0 --date=short --first-parent --format='%ad %ae %s' 2020-04-16 estaab@google.com Add timestamp info to presubmit logs for easier debugging. Created with: gclient setdep -r src/third_party/depot_tools@cca5c49d45e0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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: agable@chromium.org Change-Id: Iba6653edef157cc7ccdcf806f0808c0ffbccdf34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152882Reviewed-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@{#759745}
-
Devlin Cronin authored
Bug: None Change-Id: I5d7c3aee3fe228c709c0bcbbffe3070333542fde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151527Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#759744}
-
Kevin Babbitt authored
AccessibilityHitTestingBrowserTest.*WithPinchZoom are still flaking after landing https://crrev.com/c/2140198. This CL adds more logging on failure to help identify the problem. Bug: 1069850, 1070647 Change-Id: I258b17e9b08614cfb5faf4d686f20994230a95a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149905Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#759743}
-
Ben Pastene authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/14245e8100e9..de5575dc8a09 git log 14245e8100e9..de5575dc8a09 --date=short --first-parent --format='%ad %ae %s' 2020-04-16 vapier@chromium.org cbuildbot: switch to python3 only via virtualenv wrapper [reland] 2020-04-16 cjmcdonald@chromium.org pytest: Remove 'passes_when_run_alone' marker 2020-04-16 cjmcdonald@chromium.org pytest: Mark all tests that leak processes & skip them 2020-04-16 cjmcdonald@chromium.org pytest: Add autouse fixture to assert that tests don't leak processes 2020-04-16 chrome-bot@chromium.org Update config settings by config-updater. 2020-04-16 uekawa@google.com cros_mark_android_as_stable: Update GIT_COMMIT_MESSAGE to pass lint. 2020-04-16 morg@google.com Add Android arm64 support for cbuildbot_run 2020-04-16 lamontjones@chromium.org toolchain_util: recipes benchmark afdo profile creation 2020-04-16 lamontjones@chromium.org api: freshen python bindings. 2020-04-16 vapier@chromium.org config_lib: delete unused CQ/PreCQ constants 2020-04-15 chrome-bot@chromium.org Update config settings by config-updater. 2020-04-15 navil@google.com Support a dry run of payload generation. 2020-04-15 andrewlamb@chromium.org Revert "Add Android arm64 support for cbuildbot_run" 2020-04-15 bpastene@chromium.org Reland: device: Don't assume '--device=localhost' means VM. Created with: gclient setdep -r src/third_party/chromite@de5575dc8a09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Bug: None Change-Id: I59e7e9c15606bbc183f5809f0090a3938fe15efe Tbr: chrome-os-gardeners@google.com Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152867 Commit-Queue: Ben Pastene <bpastene@chromium.org> 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@{#759742}
-
Kurt Horimoto authored
InfobarUIDelegate will not be necessary once we move to the overlay- based implementation. The only functionality needed from the UI delegate necessary with overlays is the InfobarType. This CL adds InfoBarIOS::infobar_type() to access this type, as well as a constructor that does not take an InfobarUIDelegate. This CL also updates the password infobar to be created with this new constructor if the overlay feature is enabled. Bug: 1033228 Change-Id: I3080bc2e5bb9e2e3db23dfe437ada90b70bb1661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150125 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#759741}
-
Brian Salomon authored
Bug: skia:10139 Change-Id: I1cb9b0a79fdce8104db5c9249c364a1f14b0b1d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151332 Commit-Queue: Robert Phillips <robertphillips@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by:
Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#759740}
-
Nicolás Peña Moreno authored
This CL changes the SyntaxErrors to TypeErrors when 'type' and 'entryTypes' are both present or not present. It also adds a UseCounter for when 'entryTypes' is present and 'buffered', the only other member in the dictionary, is also present. Currently this causes a console warning whereas it should instead also throw a TypeError, so once this mistake is proved to be very infrequent, we can proceed to change it to TypeError. See related PR: https://github.com/w3c/performance-timeline/pull/164 Change-Id: Ic9399bf54895e3723b0ca2e513161a7e0638b681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144686 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#759739}
-
Brandon Jones authored
Bug: 1070819 Change-Id: Ia7d32b68864cea37788bc086520e51a0f828c7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149892Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#759738}
-
Sylvain Defresne authored
As the code uses types from CoreImage (CIFilter, CIImage, ...), it needs to declare a dependency. Currently the build works because this dependency comes from Firebase SDK, but it will become required once Firebase is provided through the internal framework. Bug: 1049042 Change-Id: Ib5cda246ab82b7492c6462564006230862dcd019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153068 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#759737}
-
Evan Stade authored
1. Split notification text into two lines, meaning the URL is actually readable without expanding notification. 2. String change: use "A site is using your camera" instead of "Accessing video input" 3. Unify incognito and normal strings. Incognito was "A site is accessing video input" whereas normal was "Accessing video input". Now they're both the same. 4. Use "tap" more consistently. Sometimes we were using "touch" and sometimes "tap". 5. Use grit placeholders instead of manually appending string elements (pre-N). 6. Move android only strings into android only strings file. 7. Make screen capture consistent with other types in terms of formatting (place url at end of second line of text instead of at start of first line of text). See screenshots on bug. UX: meggynwatkins@ Bug: 1067409 Change-Id: I58e531eae2f037bf6faabd5bbb49658c657c732b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138776 Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#759736}
-
Julie Jeongeun Kim authored
This CL migrates this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose and renames inline-flex-editing-with-updating-text-crash.html Bug: 1063749 Change-Id: I62ca5c5f28b14b6258eec90ce029289a70e7c14f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152135Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#759735}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a0c450d5b58f..77750704ab85 git log a0c450d5b58f..77750704ab85 --date=short --first-parent --format='%ad %ae %s' 2020-04-16 tvanderlippe@chromium.org Rename e2e test files Created with: gclient setdep -r src/third_party/devtools-frontend/src@77750704ab85 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:1071369 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5d52107ef049f74a7402e993fa4061c7fd19407f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152866Reviewed-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@{#759734}
-
Etienne Pierre-doray authored
The event is useful in tracing. Now that we're looking at jank using sampling profiler, we need similar annotation for stack samples. Change-Id: I6987dcb7da856f4a2099479d16c3ca37fd9e113a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144775Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#759733}
-
Xianzhu Wang authored
To highlight layers that can't use LCD-text. Only layers containing text will be highlighted. The visualization helps us find which layers can be candidate of improving LCD-text. Bug: 642885 Change-Id: I7c4c24c1d0e63ce016bef1bffbfe135ea1afe0b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147930 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#759732}
-
Steve Kobes authored
Bug: 1053510 Change-Id: I221a5ab7c4ea2eec9b951d8512a39de7edf119fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151838Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#759731}
-
Dan Harrington authored
Will be used for action upload. Bug: 1044139 Change-Id: I9dedc4148cc2f14e76fafdd357b3fd4460f8a3d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151342Reviewed-by:
Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#759730}
-
kylechar authored
GpuChannelManager::RemoveChannel() removes the map entry for a GpuChannel and destroys the GpuChannel at the same time. This is problematic because the GpuChannel destructor can trigger context loss which leads back to GpuChannelManager::LoseAllContexts(). That will iterate over |gpu_channels_| in the middle of removing an element. Fix by removing the map entry first and then deleting the GpuChannel object. This is already done in DestroyAllChannels() for the same reason. Bug: 1067642 Change-Id: I5ccba54151686726b24af97a06c0bd7bf7f06d5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152767Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#759729}
-
Yusuke Sato authored
Now code in Chromium is the master, and the one in platform2 is just a mirror. BUG=None TEST=No real code change Change-Id: Ic29f281f1b95e057403f335e53d43dbc5606450d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151842Reviewed-by:
Long Cheng <lgcheng@google.com> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#759728}
-
Sebastien Lalancette authored
For now, the triggering of the alert still goes through BVC. This will change in a following CL, where triggering the alert will all be done under ActivityServiceLegacyCoordinator' scope. Bug: 1068606 Change-Id: Id27f298d1c71dd02c6f1c38cd8b370697b09dfeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151106 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#759727}
-
Xianzhu Wang authored
This reverts commit fc46d7d7. Reason for revert: Fixed telemetry_perf_unittests. Original change's description: > Revert "Collect reasons of disallowing LCD text" > > This reverts commit b79724f8. > > Reason for revert: Causing flaky failures in Mac10.14 Tests bot. > > First failure here: > https://ci.chromium.org/p/chromium/builders/ci/Mac10.14%20Tests/3374 > > > telemetry_perf_unittests on (none) GPU on Mac failed because of: > measurements.rasterize_and_record_micro_unittest.RasterizeAndRecordMicroUnitTest.testRasterizeAndRecordMicro > > > > Original change's description: > > Collect reasons of disallowing LCD text > > > > (TBR for passive change in tools/perf/measurements/rasterize_and_record_micro.py.) > > TBR=wangxianzhu@chromium.org > > R=pdr@chromium.org > > > > Bug: 642885 > > Change-Id: Ia5c8313ea9e34139e06ff11fcc5d751ff0768c75 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149914 > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > > Reviewed-by: Philip Rogers <pdr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#759474} > > TBR=wangxianzhu@chromium.org,pdr@chromium.org > > Change-Id: Ic25a88c23e6f504461d3100fbf3bc8f8429c81f2 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 642885 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151450 > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Commit-Queue: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#759562} TBR=wangxianzhu@chromium.org,pdr@chromium.org,guidou@chromium.org Change-Id: Ica3073d071e43b76f763012a2bc6c8403c0695a0 Bug: 642885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152771Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#759726}
-
Devlin Cronin authored
Introduce a common views::test::WidgetVisibleWaiter helper class to enable tests to easily wait for a given widget to become visible, and use it in place of places that had similar functionality. Bug: None Change-Id: I4fda7baeef12ae33f47a47393a58396f917b65e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151343Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#759725}
-
Mei Liang authored
Because TabContextObserver listens to TabModel changing events to invalidate TabSuggestion, closing the selected tabs before running the TabSuggestionFeedback callback results in using a null TabSuggestion for the callback. This CL addresses the null usage by running the callback before closing the selected tabs. Change-Id: I5f827d7cc6fb8d684f436b6dc30681086bc81aa7 Bug: 1063821, 1061991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147878Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#759724}
-
Oksana Zhuravlova authored
This change removes RenderFrameImplHost::registry_ since it's no longer used and updates the early return condition in SetUpMojoIfNeeded() to check associated_registry_ instead. Bug: 718652 Change-Id: I1807918dcf1c28fd52b76a77b186745daaac9e86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149697Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#759723}
-
Natalie Chouinard authored
Build SettingsActivityTestRule as a dep of chrome_java_test_support target so that it can be used by modularized test targets without causing dependency cycles with //chrome/android:chrome_test_java. Change-Id: Iffb515092ec8246a1df89c9b57b15fd7246bf07d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151179Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#759722}
-
Erik Jensen authored
Python 2 has reached its end of life. Bug: 1067546 Change-Id: Id6830e890372cc4d91f4bb4149506c455945dba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151174Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#759721}
-
Tommy Li authored
This CL styles the header text closer to the mocks. It's getting there. At least the color and uppercasing is correct. The designer also said that using OS fonts is preferable. Bug: 1052522 Change-Id: I14aed65e109dc68caa6fcf1ac9c1c804424e5258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151547 Auto-Submit: Tommy Li <tommycli@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#759720}
-
Matt Menke authored
We want to get rid of the single argument AddHeader() method as the two argument AddHeader() and SetHeader() methods are safer and more flexible. Bug: 1068194 Change-Id: I2a51b9ca2162b772f3a259e8568f7d1f98c08ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149629 Auto-Submit: Matt Menke <mmenke@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#759719}
-
Natalie Chouinard authored
Change-Id: I4ed07473a67a8048ba77052fbc1e11681c0f8f1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144363 Auto-Submit: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#759718}
-
Christoph Schwering authored
This CL introduces strong aliases FormRendererId and FieldRendererId which wrap uint32 renderer IDs. Bug: 896689, 1007974 Change-Id: I11e3efa786aec5e8896d1cb34761b38d8e774986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141990 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#759717}
-
Chromium WPT Sync authored
Using wpt-import in Chromium fa62c9de. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 6c8523d2 "[scroll-timeline] Implement element-based scroll offset" f93fa6fd "[css-grid] Migrate grid-item-margin-auto-columns-rows-vert-rl to WPT" 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 jsbell@chromium.org: external/wpt/resources yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: If352d97ae657e5fe1dc82bb520524b49b26517c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151969Reviewed-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@{#759716}
-
Olivier Robin authored
The main thread test interfers with the EarlGrey synchromization. If a tests enables metrics, any subsequent sync will wait forever. Disable MainThreadFreezeDetection on tests. Bug: 1070286 Change-Id: I96381b423f9915f22015bfe1af264e3ce51697ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151517Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#759715}
-
Wez authored
Introduce a "web-engine" annotation namespace, and provide the Chromium "version" from which the web-engine package was built. Additional fields will be provided in follow-up CLs. Other packages published by Chromium may have similar annotations added using package-specific namespaces. Bug: 1063393 Change-Id: I122a29f9cec5ad8747a5952c6be0531696c084fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149328 Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#759714}
-
Brian Salomon authored
Changes slightly after change to Skia displacement filter code. Bug: skia:10139 Change-Id: I4672582afb163ae857e6acc2807d45eca4fa0849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153326 Commit-Queue: Brian Salomon <bsalomon@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by:
Michael Ludwig <michaelludwig@google.com> Cr-Commit-Position: refs/heads/master@{#759713}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/d059dfbc06e0..dff792591fb9 git log d059dfbc06e0..dff792591fb9 --date=short --first-parent --format='%ad %ae %s' 2020-04-16 eshr@google.com Remove VideoStreamEncoderObserver::AdaptationReason::kNone Created with: gclient setdep -r src/third_party/webrtc@dff792591fb9 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: If9d12e4cafb9b3dce7f702be8b04ab66f335c947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152868Reviewed-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@{#759712}
-
Ben Pastene authored
profile_provider_unittest is a big target, and takes some time to build: https://chromium-build-stats.appspot.com/ninja_log/2020/04/15/luci-chrome-ci-xenial-us-west1-c-highmem-16-1-jm5p/ninja_log.luci-chrome-ci-xenial-us-west1-c-highmem-16-1-jm5p.chrome-bot.20200415-113309.9739.gz/trace.html By moving it into //:gn_all, we can speed up the build time of //:chromiumos_preflight while still allowing bots that run the test to find the target. Change-Id: I5881faf0b11a22899f8639c55dc28dd554cd8906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150815Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#759711}
-
Yusuf Sengul authored
Bug: 1071326 Change-Id: I77b95cf30552cd87dbb8b921b66f9a7636efe5fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152215Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Commit-Queue: Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#759710}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a0a377b4..6cb05cce 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I34852b328f76d140b3f873192f05cc14b0afd190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152606Reviewed-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@{#759709}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9036394cfefb..7027d3e67c45 git log 9036394cfefb..7027d3e67c45 --date=short --first-parent --format='%ad %ae %s' 2020-04-16 lalitm@google.com tp: add parent slice id to slice table Created with: gclient setdep -r src/third_party/perfetto@7027d3e67c45 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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: chromium:153450605 Tbr: perfetto-bugs@google.com Change-Id: I4616b223a22e85ef6edc6c72b618295db0f7d03d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151434Reviewed-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@{#759708}
-
Guido Urdaneta authored
Disable several P2PQuicTransportMockConnectionTests that are failing on many bots. Bug: 1071340 Change-Id: I353863488e2cf3357eb167539cb3c7908a1407f5 TBR: ianswett@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153066Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#759707}
-