- 05 Jan, 2021 5 commits
-
-
Daniil Lunev authored
The actual usage of the field is removed as of https://chromium-review.googlesource.com/c/chromium/src/+/2513592 And after this CL the field is deprecated in https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2594928 Bug: none Test: none Change-Id: If86b0b65c9dd28b25d68778d640380dd55b46b21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596276Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Daniil Lunev <dlunev@chromium.org> Cr-Commit-Position: refs/heads/master@{#840056}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 87.0.4280.139. R=rmhasan@google.com, tikuta@chromium.org Bug: 1041619 Change-Id: I4425be5bb5d32f7c80659af6654c3474da000044 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609784 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#840055}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 88.0.4324.74. R=rmhasan@google.com, thakis@chromium.org Bug: 1041619 Change-Id: I26c3061f6b12bcba5f5a33165bad501c3e0b4ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609785 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#840054}
-
Eric Willigers authored
If the browser process is shutting down, LaunchSystemWebApp now exits early instead of attempting to launch a system web app. Bug: 1121894 Change-Id: I4ed8baf23e2e58d79cc097566e2b566fdef78619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607978Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#840053}
-
Jinsuk Kim authored
This CL moves some of c.b.toolbar/ classes in the core build target to a new modularized one under chrome/browser/toolbar. The rest still stay in the core target due to direct or indirect references to dependencies such as omnibox. Bug: 1127732 Change-Id: I160deef07817b05dfd8e22adbd65225456de29ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592277 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#840052}
-
- 04 Jan, 2021 35 commits
-
-
Chloe Pelling authored
Now it's fully general, so can be used by Borealis. The unit tests do still depend on Crostini, for now. Bug: b:173546714 Change-Id: Id88527e2bc631f60b8885a56c88cd619d4172250 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578421 Commit-Queue: Chloe Pelling <cpelling@google.com> Reviewed-by:
Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#840051}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0149043b4b69..9d7f897b22c2 2021-01-04 chrche@microsoft.com [Loc] Migrate recorder to localization V2 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/+doc/master/autoroll/README.md Bug: chromium:1136655 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I43d774bc546dbb3b4fd841ccc5cddc781b526124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608300Reviewed-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@{#840050}
-
Aleks Totic authored
wpt/css/css-position/sticky/position-sticky-nested-table.html test was broken. It failed in FF/Safari, and Chrome with TablesNG. https://wpt.fyi/results/css/css-position/sticky/position-sticky-nested-table.html The broken part of the test insterted an absolutely positioned element as a sibling of every element with sticky position. The abspos element is then positioned so that its position matches sticky elements position. I am not sure what this was testing. This does not work for tables, because instertion of abspos sibling to td element creates an anonymous table wrapper. The anonymous wrapper becomes abspos container. This CL removes creation of the abspos element. The test now passes in all browsers. Change-Id: I548afad533040509567ca24265306ace0d28d4cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610190Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#840049}
-
Xianzhu Wang authored
Previously the main frame widget was 0x0, which was not realistic. Some tests relying on painting would fail if we didn't paint empty frames. Also modify NotifySwapTimesWebFrameWidgetTest to meet the requirement of cc for layer lists. Otherwise the cc would complain about incomplete paint property setup. Change-Id: I774b166dc96396706075fa7129e07337ba2a06c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609913Reviewed-by:
Stefan Zager <szager@chromium.org> Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#840048}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2204594104f3..c6dd30db1029 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: Change-Id: I899c3911d2f5ed9ba5c8be9d875edb7fd85c3d25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608771Reviewed-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@{#840047}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d8ff313e4485..eae5c1619083 2021-01-04 csmartdalton@google.com Reland "Enable GrTessellationPathRenderer by default" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC johnstiles@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: johnstiles@google.com Change-Id: Ia554a562fd46e5f67ddda445ca39b5176a322f3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609683Reviewed-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@{#840046}
-
Stefan Zager authored
Currently, the only case where remote frames let the blink compositor set contents_opaque for a remote frame is when displaying the sad tab graphic for a crashed frame. The sad tab graphic is not opaque, and we shouldn't ever set contents_opaque on its layer, regardless of the style of its containing <iframe> element. Bug: 1069546 Change-Id: I04636d2b6cead84d224913563fd6e9bab34069d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606659Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#840045}
-
Caroline Rising authored
Bug: 1156133 Change-Id: Ib2ec4b378efee1a3bed0243654b80c70af65ce63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595458Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#840044}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8673643bc2e3..92d8ee9b37c0 2021-01-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 5749e436..4ae11810 (839925:840025) 2021-01-04 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-04T04:02:59). 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I7b3b23710ab0af8ddd53b74c07bffcf24b21a313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609595Reviewed-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@{#840043}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9f0b827df13b..da2d927bb127 2021-01-04 cwallez@chromium.org Add TypeTraits.h for Dawn's additional type traits. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC enga@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: enga@google.com Change-Id: I17fadb50fb37fd93f0f3a83839b1f8b2978bf2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607697Reviewed-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@{#840042}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I3c28bc9374300c0bfc9aaa6d3e6618f05787dd5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610284Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#840041}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1609761589-0c82de93ff4d6fbe86c8ef40f71edb36be45c2bb.profdata to chrome-mac-master-1609782840-839bd136deb880fc20cbdc9d089b73d42309602b.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I402956557f2f7ea11390ccde4274cc194741d1b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609679Reviewed-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@{#840040}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1609761589-bf0cb2913712fa2a4ac89d01acd5cc080b4903cf.profdata to chrome-linux-master-1609782840-2863408690cf666d03abe5466bfc61c0dcf0aee3.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I37f6a532e86bd25cf9ea3892a6f83f74bfcd5a7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609678Reviewed-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@{#840039}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2a92f13579fb..d8ff313e4485 2021-01-04 reed@google.com Plumb sampling to drawSpecial, drawDevice 2021-01-04 reed@google.com Use sampling instead of (deprecated) filter-quality If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC johnstiles@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: johnstiles@google.com Change-Id: I69ffe23df1615f422b2555ecc4623d1a30895813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605998Reviewed-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@{#840038}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/94096d83a38e..2204594104f3 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: Change-Id: I47aae6576c2f9b1e396f2530b4c95ff6b1ef21fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610124Reviewed-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@{#840037}
-
Manuel Rego Casasnovas authored
This patches converts the js-test.js test into a testharness.js, and move it to WPT upstream repository. BUG=523126 Change-Id: I3f5a6338f38af731d18f547c75bd9fd7274b5ae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610084Reviewed-by:
Sergio Villar <svillar@igalia.com> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#840036}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fc914f43cdee..2a92f13579fb 2021-01-04 bungeman@google.com Make SkAutoDescriptor move-able. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC johnstiles@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: johnstiles@google.com Change-Id: I4a9b46b65fdcca04008f7cbfe749110815934b71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608299Reviewed-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@{#840035}
-
Nico Weber authored
Before https://chromium-review.googlesource.com/c/chromium/src/+/2605869, `cp -c` kind of worked by accident by falling back to a full copy. Now that the fallback is gone, we get a build error when `-c` isn't available. That's a good thing, because now we notice that we were previously doing full copies when we didn't want to. Use the appropriate replacement instead. Bug: 1147069 Change-Id: I0c7ac1ec38e9caca75d69cae7bf2522a78d7c08b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605474 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#840034}
-
Yann Dago authored
Bug: 1149459 Change-Id: I3b9fbb215a2917a3d57ffd027c6ca1300c26ada2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601400 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Auto-Submit: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#840033}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ieaf13e39fd8335647a801001658e487f3f9bef29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610044Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#840032}
-
Xida Chen authored
This CL fixes a failing layout test dynamic-import.html. The problem with it is that all the file name under css-paint-api/ needs to be foo.https.html so that our test infra knows that it should spin up an https server to run that test. The failing test doesn't have the right suffix and that's why. This Cl simply rename the test and it should be good. Bug: 1157960 Change-Id: I3cdad68715eb0289b4a8707fa1d4c8a63421e031 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606483 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#840031}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC chrome-fuchsia-gardener@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: If8b3e116266a731b9de192c1e2d5d31c9b8af85a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608296Reviewed-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@{#840030}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202101040600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/MmLhT7d6RW-u1ZNaGyA_21clz5tUuuroyi-1sCjotyMC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: If6e660ad2a05125b75d34217e23d3390414c998a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608770Reviewed-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@{#840029}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/22d2e5f4c514..94096d83a38e 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: Change-Id: Ib71106c50730e16b7441f442353502b82baefb90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610004Reviewed-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@{#840028}
-
Ernest Galbrun authored
The FALLBACK_BUNDLE_ID and FALLBACK_BUNDLE_VERSION can now be forwarded to the JITT request. If the backend allows it, this will be used at runtime to serve a bundle even if it was demoted between the call to GetCapabilities and the TriggerScripts request. (more details: go/bundles-all-the-way-through) Bug: 174227808 Change-Id: I1fbe1db211dcf375f4f2fcfebf7926e0f4f56491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595283 Commit-Queue: Ernest Galbrun <galbrun@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#840027}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5747d7b1..c8ac69d2 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: Ibf332ec0e3387e9a0fb93a2d5d091d18c173b25e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608638Reviewed-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@{#840026}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/86980018b3f2..9f0b827df13b 2021-01-04 cwoffenden@gmail.com Minor fix to build with MSVC: Removes constructor ambiguity If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC kainino@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: kainino@google.com Change-Id: I961f8bfa620705d3328f771ae9cf09edb6ae1dfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608294Reviewed-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@{#840025}
-
Stephan Hartmann authored
Change-Id: I8f44b6046f38de06644920ee10c3f59e7f18bbd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602359Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#840024}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1609735837-c60ecdf4104916b2f41a942cd44f933904d57531.profdata to chrome-mac-master-1609761589-0c82de93ff4d6fbe86c8ef40f71edb36be45c2bb.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ia5a5eff0159926f0fc23f0b3aeaf03353d721b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608291Reviewed-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@{#840023}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e34cda18e490..0149043b4b69 2021-01-04 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ica031e6b01f269e3eb6e156a4cd79a74a9887910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609593Reviewed-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@{#840022}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1609735837-b861a4376807b513deb2e032934fede931b47328.profdata to chrome-linux-master-1609761589-bf0cb2913712fa2a4ac89d01acd5cc080b4903cf.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iadfb735c7c79f8846353de4db0f7af8c6d3fd0db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608292Reviewed-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@{#840021}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/41d7c60848ea..22d2e5f4c514 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: Change-Id: Ib9a7696c1557724b737d890ac1649b7c94b9ca87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2608501Reviewed-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@{#840020}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1609682762-08bdfdb365b220d658d85f431f0f1e50e1c1f495.profdata to chrome-win32-master-1609735837-0def2c604407494fb27ba623dbaed3c908ff2f3e.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ibb3ca3c873ee4c15eb5b8d9fdc4293ce988e958f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609673Reviewed-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@{#840019}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bf02c31bec07..026a067c38ef 2021-01-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c95903c7 to 094b96f7 (125 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@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/+doc/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Change-Id: Iceaa91918ce04f3b7492165e063d88456d1df66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2609674Reviewed-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@{#840018}
-
Ramin Halavati authored
When |ForceEphemeralProfiles| is set to false, ProfileManager cannot overwrite the pref for ephemeral Guest profiles. To overcome the issue, a new |IsEphemeral| function is added to the ProfileManager which not only checks for the pref value, but also consider profile type. Bug: 1125474 Change-Id: Ieb22c22d4ed5ac63abe0c01096e10397eb0b6531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584025Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#840017}
-