- 12 Oct, 2020 17 commits
-
-
Julie Jeongeun Kim authored
This CL checks if GetAssociatedFrameWidget() is valid before GetStringAtPoint() since |blink_frame_widget_| from RenderWidgetHostImpl could be unbound at some point. So, like other methods in RenderWidgetHostImpl, TextInputClientMac::GetStringAtPoint() also check GetAssociatedFrameWidget() is valid. Bug: 1136471 Change-Id: Ia5a17e9ebf14bd0e3743b6236ddde0c08f0e4969 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462921Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#816043}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1d63a04e5f42..07e1ccb91ca5 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 ortuno@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-chromeos-chrome Bug: chromium:1126301 Tbr: ortuno@google.com Change-Id: I1727c08b01cbeb07b47e17a464fd94517851daf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465189Reviewed-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@{#816042}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602435952-75122ea47c8d583e550984a2ddfd8905dcd7dc7e.profdata to chrome-linux-master-1602460024-2af6533fe6c4354707f21413721100fe04991470.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: I7c73377799b05a1995dc2892f2c387f5da3dc083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465224Reviewed-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@{#816041}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1602404911-8cb8d6b30ff4f5b6db561477b948fce92627a6e3.profdata to chrome-win32-master-1602435952-232be9ce3683aa917ade383918bb42eb3e64b0d9.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: I74103bf60c200c430f3e09d1e7efd49a7c30efa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465322Reviewed-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@{#816040}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602435952-82a873ec16bc2a6b1b42a86c3a99be7dfd799bfc.profdata to chrome-mac-master-1602460024-4b69636ab7ebaae5b3fa848321845968d50cbe86.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: I9bd4e4629006658bcf62a5549acd7d553bcf7319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465223Reviewed-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@{#816039}
-
Kenichi Ishibashi authored
This function is used by unittests which depend on in-memory representations like ServiceWorkerVersion. Expose it as a mojo test helper function so that these tests can be moved out service_worker_storage_unittest.cc. This CL doesn't move any tests. Subsequent CLs will move these tests. Bug: 1016064 Change-Id: Icc33be2dc0ddc186237cdd8ff731a11b678bfdc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462942 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#816038}
-
James Vecore authored
This is a temporary change to support scan response data in BLE advertisements for Nearby Share. Once the final API lands in bluez upstream we will need to revert this change (tracked here: https://crbug.com/1136920). This allows a map of byte (BLE type) to byte array (payload) to be supplied as the scan response for a BLE advertisement. Currently only a single type 0x16 is allowed in the map by bluez. The corresponding bluez change is here: https://crrev.com/c/2458306. A follow up CL will supply the scan response for Nearby Share. Bug: 1135699 Change-Id: I3e2c8098a7cfca2025f0c7cd5c6b631156e77de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459250 Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Cr-Commit-Position: refs/heads/master@{#816037}
-
Eric Willigers authored
Remove #include from source files that do not use ScopedFeatureList. Bug: 1137231 Change-Id: Iec97a98c8e86f1171495cca437a25d0422c947f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462892 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#816036}
-
Eric Willigers authored
Various chrome/ files were needlessly including chrome_features.h and scoped_feature_list.h Bug: 1137231 Change-Id: I0587040f9a119c7f797713fb5265ba9675c96422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463033 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#816035}
-
Eric Willigers authored
Remove #include from source files that do not use ScopedFeatureList. Bug: 1137231 Change-Id: Ieaa79c8ae89f96c164d5ac0995f9dadb3ed151ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462956 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#816034}
-
Minoru Chikamune authored
[Context] This is a part of an effort to achieve MBI. We want to avoid per-thread task runner as much as possible. [Previous code] ThrottlingURLLoader::url_loader_ was using per-thread default task runner because task_runner was not specified for BindNewPipeAndPassReceiver. [What this CL does] Use the given task runner for ThrottlingURLLoader::url_loader_ instead of per-thread task runner Bug: 1105403 Change-Id: I7da84124ac5f7adfea5327f3b976f8e45cb5d547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463262Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#816033}
-
Minoru Chikamune authored
[Context] This is a part of an effort to achieve MBI. We want to avoid per-thread task runner as much as possible. [Previous code] AssociatedInterfaceProvider::proxy_ was using per-thread default task runner because task_runner was not specified. [What this CL does] Use the given task runner for AssociatedInterfaceProvider::proxy_ instead of per-thread task runner. Bug: 1105403 Change-Id: I1dae802f85f0a9c55e5979ee24297d291a43cd4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462967Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#816032}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/66780b765bde..1d63a04e5f42 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 ortuno@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-chromeos-chrome Bug: None Tbr: ortuno@google.com Change-Id: I0b3211f80e406ec6700ee7c6445e7d7377bed678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465382Reviewed-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@{#816031}
-
Eric Willigers authored
Various apps and web applications files were needlessly including chrome_features.h and scoped_feature_list.h Bug: 1137231 Change-Id: Ie7f2988623b5a3ab146ec37115a869d56a629ce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463271 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#816030}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1602435952-822a73fed63e487694819102d0cc422571aed79f.profdata to chrome-win64-master-1602448744-d06fc1e3f11f340d5ab319c12d5a6fb4491c2b6c.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8064278ac44cae1a028cc06832aa3831e70efa03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465186Reviewed-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@{#816029}
-
Koji Ishii authored
This patch reorganize hyphenation files in third_party/blink/ renderer/platform/BUILD.gn, so that changing a build switch `use_minikin_hyphenation` can switch necessary source files. This patch has no behavior changes. Bug: 652964 Change-Id: I3bec958fcb32d07116c2833ce8594261f84e1d8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462988Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#816028}
-
Morten Stenshorne authored
No problems detected in these directories, so just enable it there. Separate CLs are filed for directories that need fixing. Bug: 294205 Change-Id: I0632b59a91ddc27f9be342d5141a34c08a624c0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460900 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#816027}
-
- 11 Oct, 2020 23 commits
-
-
Eric Willigers authored
Remove #include from source files that do not use ScopedFeatureList. Bug: 1137231 Change-Id: I04158a094a81baffd7d133909e986dea6fbf5899 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462891 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#816026}
-
Joel Hockey authored
Bug: b/168506505 Change-Id: Icb2ec0c51e8257416aa5eaf102fca8aa18051203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462983Reviewed-by:
Jason Lin <lxj@google.com> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#816025}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/89d381896b55..66780b765bde 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: I241f00c35261519e9b9a7971b07bccd515e06f08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465283Reviewed-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@{#816024}
-
Ben Reich authored
Setup a new builder for executing the Files app browser_tests to start collecting code coverage for their execution. This builder is based on the linux-chromeos-code-coverage CI builder. Accompanying internal CL is chrome-internal:3318844. Bug: 1113941 Cq-Depend: chromium:2345831 Change-Id: I39529060e6688d58baf04ff3644f227710f9df74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453336Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Reich <benreich@chromium.org> Cr-Commit-Position: refs/heads/master@{#816023}
-
Darren Shen authored
Throwing an error spams the Chrome OS logs and sends crash reports to Chrome. Calling getAutocorrectRange when there's no autocorrect range is a perfectly valid use of the API (otherwise how do you know if there's an autocorrect range or not?), so it should not be an error condition. Return (0, 0) instead. Change-Id: I1062e04d8447058cae0f0888c97030019f99c265 Bug: b/149796494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444870 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#816022}
-
Josh Simmons authored
Directories within smbfs shares, or the entire share, are mounted in the VM (by seneschal) under the "SMB/<share-id>" directory. This allows multiple smbfs shares, or multiple directories from a single share, to be shared into the VM without encountering namespace conflicts. Test: Share root and/or sub-folder of share into Crostini from Files.app Bug: 962924 Change-Id: I8d2055603741e0b6197ca0d0543497eeca6776e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434599 Commit-Queue: Josh Simmons <simmonsjosh@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#816021}
-
Dmitry Torokhov authored
Version of QT currently in use by Parallels Desktop does not render correctly when display scale factor is above 2, so let's use 2 as the upper bound until they switch to a newer version of QT (5.15 should have the fix). Bug: b/169984627 Change-Id: Idd31b9a737833fa48ab6b20ae8da5f1bf951b3ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446720 Commit-Queue: Dmitry Torokhov <dtor@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#816020}
-
Eric Willigers authored
Various chrome/browser/ui/ files were needlessly including chrome_features.h and scoped_feature_list.h Bug: 1137231 Change-Id: I2d45b672b98eda310ca487dff99bb2f752df8af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464514 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#816019}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/967de7f5e36b..89d381896b55 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: I17a3655eb32af6b716c5364a6dd2e412424a4a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465156Reviewed-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@{#816018}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1602425498-781d4b49e0985028ef206a5fbeb16446e9dbf3c8.profdata to chrome-win64-master-1602435952-822a73fed63e487694819102d0cc422571aed79f.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ifc56fa00665c8b76b08ce79400781c4aeee25bfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464977Reviewed-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@{#816017}
-
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 cr-fuchsia+bot@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I55f448d2fc797f2665f35d1119650c2efc091a31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464475Reviewed-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@{#816016}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/1c25198384e7..6c3da3dc5b87 2020-10-11 cwallez@chromium.org Make SetViewport validation match upstream WebGPU. 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: Ib567ee0a9f8fe01b6f50d011be0bbb4f89b5e2af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465204Reviewed-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@{#816015}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I2a012e1cc15cf2c3bd34e90a2b7de2133464e4ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465302Reviewed-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@{#816014}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602413462-8ab2231fde4842d5ff6a1f98f0a7dc566776da4c.profdata to chrome-linux-master-1602435952-75122ea47c8d583e550984a2ddfd8905dcd7dc7e.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: Ic0c51b772a66f86e42d92251173670827658a324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465282Reviewed-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@{#816013}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602413462-6d95407465db44005e4ccf4af3e0e9583073d83d.profdata to chrome-mac-master-1602435952-82a873ec16bc2a6b1b42a86c3a99be7dfd799bfc.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: I3ca096c81f8e27223ebd6f3b90695fec2cb80d04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465263Reviewed-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@{#816012}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/381b4949b510..967de7f5e36b 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: I0d553d393732441fa772158626c92feb48e3a45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465203Reviewed-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@{#816011}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1602413462-45bcfff65443bb8c251c3d0eb202e64868b09d62.profdata to chrome-win64-master-1602425498-781d4b49e0985028ef206a5fbeb16446e9dbf3c8.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ibe4f16ade04e472acf949cea284e600a08893b6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461523Reviewed-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@{#816010}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/cca740fc48df..e72c6099f946 2020-10-11 natsu@google.com Revert "Update virlg_hw path to reflect Minigbm" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I68f6dc469c7b009a5181505feef5f55850922e5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464976Reviewed-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@{#816009}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4895a5b00543..381b4949b510 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: If569d97320e09336acfc54f63aa19f658180f963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461521 Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#816008}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202010110700_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/O6EAs9PlBe64a_zFWVQLK6xAWYLwB63WcFSEb9iMRLEC 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;luci.chrome.try:linux-chromeos-chrome-easwa Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: I3050e90c4627c4e94a09541aa30b619f66be4217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461520Reviewed-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@{#816007}
-
Eric Willigers authored
Remove #include from source files that do not use ScopedFeatureList. Bug: 1137231 Change-Id: Ie8833c4ac4dc34fcb303dbe674cb882c38380e47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462957 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#816006}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1602404911-1bc283b6d0a2e98b92abe8134da20f3a2cacdc0c.profdata to chrome-win64-master-1602413462-45bcfff65443bb8c251c3d0eb202e64868b09d62.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I80cf7ea2f22c4f036c1b29d6796afc6b47e3d0cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465130Reviewed-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@{#816005}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602393329-e337c2dd8083bdfd3a83547c6c235e56144ffe98.profdata to chrome-linux-master-1602413462-8ab2231fde4842d5ff6a1f98f0a7dc566776da4c.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: I7e18562c4222e94ce55f4cc75e802c2327820157 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465129Reviewed-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@{#816004}
-