- 25 May, 2020 16 commits
-
-
Darren Shen authored
This CL deletes "win" and "linux" specific functions in chrome.input.ime, which resulted in a chain reaction of deletions, including InputImeApi, InputMethodEngine and UI code. This CL is intentionally kept as small as possible. There will be additional cleanups in the future. Proposal doc: http://doc/1eIsYPs2JhzQ8qmM-96amsashfFmAAC9xoYRmY2CIjtM Change-Id: I689badba5157f76b5a92d6a9b705a198760e7f00 Bug: 1083803 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198861 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#771457}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/65ee6497d620..31c9c6949e02 2020-05-25 jiawei.shao@intel.com Add tests for image2DArray 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 cwallez@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: cwallez@google.com Change-Id: I23b1ecf1131637df8c51cc7a2dc44d9fb7d7d160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214565Reviewed-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@{#771456}
-
Yutaka Hirano authored
The test has been marked as flaky on Mac and Windows, but it's flaky on Linux too. Marge the entries. Bug: 824775 Change-Id: I13e270b3583abcba2f8db6527c8f9305f33b3c47 Tbr: tguilbert@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212016Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#771455}
-
Dominick Ng authored
Call TestWebAppProvider::Start() in the tests to stop the App Service waiting for web apps to be published. BUG=1082879 Change-Id: I97912bc2a2cc82fddb9d2a599115b315728342f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212101 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#771454}
-
Tetsui Ohkubo authored
According to https://wayland.freedesktop.org/docs/html/apa.html, the drag source should consider the drag is successful when wl_data_offer.finish is called, and unsuccessful when wl_data_offer.destroy is called without finish. TEST=DataDeviceTest.DataOfferNotFinished BUG=b:64963392 Change-Id: I3338e1c1dff7f0860daa8f36bc2d5dcb0b30b873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206300Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#771453}
-
Mason Freed authored
This CL is the result of the following mechanical replacements, within the third_party/blink/web_tests folder, on only .html and .js files: '.createShadowRoot()' -> '.attachShadow({mode: 'open'})' 'document.createElement('content')' -> 'document.createElement('span')' Several web_tests did not pass after the above replacements were made. Those tests were reverted - the changes in this CL are only the tests that pass in the same way that they did prior to the replacements. The only exceptions, which were re-baselined here, had *only* a console warning message like this, which is now missing: CONSOLE WARNING: line 27: Element.createShadowRoot is deprecated and will be removed in M80, around February 2020. Please use... In addition, most of the same test expectations files were completely removed from the virtual/web-components-v0-disabled folder, since these tests no longer depend on WCv0 features, and no longer fail. Bug: 937746 Change-Id: I157b48633206ddb249c55a7728c94955e88746b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211053 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#771452}
-
Yutaka Hirano authored
Bug: 971031 Change-Id: I3c6fa661fca7830e58a2903b2d72a5295ecb6d49 No-Try: True Tbr: szager@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212235Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#771451}
-
Mason Freed authored
This is part of a multi-CL set that will move all "Web Components v0 only" tests into a separate folder. This will make landing the eventual removal of WCv0 easier, because this entire folder can simply be skipped rather than requiring file-by-file changes. There should not be any tests in this folder that are needed for testing Web Components VERSION 1 features. While this CL does not change any behavior or testing now, care should be taken in reviewing the list of tests, since when WCv0 is removed, all of these tests will be deleted. So any tests being moved here that are required for testing a non-WCv0 feature should *not* be included in this move. This set should only include tests of Shadow DOM v0 specific features, such as event traversal across V0 shadow root boundaries, style rules for distributed content, etc. These should be well covered by WPT tests. Bug: 937746 Change-Id: Iaa04fa009604154c299cc1e2a491d3894f5feb66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208380 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#771450}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590348122-b4a98cfa761f6a5746f6b74a779b8e835db07494.profdata to chrome-win64-master-1590362592-805b073f67f6767a04b0846155f52acdc9e41f5d.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I1e3833eaac15f26645df82b4a4ef3e617f1a3a0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214568Reviewed-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@{#771449}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1590348122-c91d474ae42bf6602e65e69b0e8b32c4d4bec034.profdata to chrome-win32-master-1590362592-27d6169705690c1f85a434239769339f2909dab4.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Iae5e5e312b8ff7f14c867a9c7d6d5928878f0fb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214569Reviewed-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@{#771448}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590348122-2e26c137c810071abb9373a57153395ae8f3d2ad.profdata to chrome-mac-master-1590362592-b410bf229b3e4363919a6ee2322f1e85184470ca.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 jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I4ec94a430b077149d1d4dc8c9d36d982fabb46d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214566Reviewed-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@{#771447}
-
Joel Hockey authored
Change-Id: I94f00041f8f0a738f9e8659839c6e3821c8a3228 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214581 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Julian Watson <juwa@google.com> Reviewed-by:
Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#771446}
-
John Z Wu authored
This will embed the version number into the Info.plist, which can be helpful for clients to verify ios/web_view's version. Change-Id: Id66b0ea25f3e044b37c409cf2cfdf4661ade0e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211915 Auto-Submit: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#771445}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5a7c6e8c2045..2c63db0f9a76 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 ramyan@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: ramyan@google.com Change-Id: I72e777ac7d884ee6312bf68b54e270f963bbc9a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214563Reviewed-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@{#771444}
-
Mason Freed authored
This CL is the result of the following mechanical replacements, within the third_party/blink/web_tests folder, on only .html and .js files: '.createShadowRoot()' -> '.attachShadow({mode: 'open'})' 'document.createElement('content')' -> 'document.createElement('span')' Several web_tests did not pass after the above replacements were made. Those tests were reverted - the changes in this CL are only the tests that pass in the same way that they did prior to the replacements. The only exceptions, which were re-baselined here, had *only* a console warning message like this, which is now missing: CONSOLE WARNING: line 27: Element.createShadowRoot is deprecated and will be removed in M80, around February 2020. Please use... In addition, most of the same test expectations files were completely removed from the virtual/web-components-v0-disabled folder, since these tests no longer depend on WCv0 features, and no longer fail. Bug: 937746 Change-Id: Ie27e959a39e4c6de6655abb13f71b2e0d56853c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208387 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#771443}
-
My Nguyen authored
https://crrev.com/c/2174018 refactors assistive_window_controller so a mock controller in input_method_manager_impl_unittest is no longer needed. Change-Id: I47d6ff51b069451ddd8ec121bcaacc3ca7050d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212233Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#771442}
-
- 24 May, 2020 24 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/477512c0b367..0e6d4f1bcfd1 2020-05-24 csmartdalton@google.com Revert "Reland "Add a tessellation mode that uses indirect draws"" 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 westont@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 Bug: None Tbr: westont@google.com Change-Id: Ia2cfd198f5125da49df2675ff0c015c3dcbe5996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214561Reviewed-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@{#771441}
-
Nikita Podguzov authored
This is a follow-up of crrev.com/c/2041755. Bug: 813107 Change-Id: I3a0f8f101a8b5cda3f9e68e172ab7b1ec9fb4e7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207232Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#771440}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ec8e0bf6d75a..477512c0b367 2020-05-24 csmartdalton@google.com Reland "Add a tessellation mode that uses indirect draws" 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 westont@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 Bug: None Tbr: westont@google.com Change-Id: I087b8dcacc9ec694230981bf7edd55d46d4d2c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214418Reviewed-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@{#771439}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cc5487425747..5a7c6e8c2045 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 ramyan@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: ramyan@google.com Change-Id: Ia6f7edbbb8a656466c23ac0938f32fd039b72421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214415Reviewed-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@{#771438}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1590277919-7f0b5a8576ef1773b68c6f80f390473720b5847b.profdata to chrome-win32-master-1590348122-c91d474ae42bf6602e65e69b0e8b32c4d4bec034.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Ic7399c26f57aeaba6bbb43a484d6ce0ba63168a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214419Reviewed-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@{#771437}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590333067-4f3c94c54fabda94dc75452926110577fc6b20d1.profdata to chrome-mac-master-1590348122-2e26c137c810071abb9373a57153395ae8f3d2ad.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 jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I399a79ab9e0611f5f8ba505e8076c2cca94082ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214416Reviewed-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@{#771436}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590333067-f025fc9f2bb456fc2d4b8cb982a8de2dd8574555.profdata to chrome-win64-master-1590348122-b4a98cfa761f6a5746f6b74a779b8e835db07494.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Iacb8c08c77d55ef7addec24d60be8e3cb07c0824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214417Reviewed-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@{#771435}
-
Koji Ishii authored
This code never runs, because NG block fragmentation enables NG FragmentItem. It was probably needed at some point to pass some tests, but it is doing the same thing without NG block fragmentation. Bug: 982194 Change-Id: Ic473d68f11d633b686cd4fb60a0d79059cf311c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212111 Auto-Submit: Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#771434}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e4b4ca1050b9..ec8e0bf6d75a 2020-05-24 mtklein@google.com clean up legacy sRGB stages 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 westont@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 Bug: None Tbr: westont@google.com Change-Id: I7348f8d0aa48c28da31153808d12db3b23dac2ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214414Reviewed-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@{#771433}
-
sauski authored
Introduces new generated preference to support the Quad state radio button which controls the primary cookie settings on the new Cookies page. This CL creates the generated preference and extends settings_private.idl with a new userSelectableValues attribute to support the complex partial management states this preference must be capable of representing. The new preference is not used in production code and only enough management state functionality is included to test the additions to the SettingsPrivate API. Bug: 1063265 Change-Id: I15ac79021530efe6af11cb000f536549216263ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199461Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#771432}
-
Brian Manthos authored
CopyTreeWorkItem and MoveTreeWorkItem were using the name temp_dir, while DeleteTreeWorkItem was using the name temp_path. The latter is more accurate and this CL makes the three consistent. Change-Id: I3a9cf5412180e6006fb1afad322b8dde983eb2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213360Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Brian Manthos <brianman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#771431}
-
Brian Manthos authored
Change-Id: I9296146970edc12caf4a89b425f0d86c9392ac37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212311Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Brian Manthos <brianman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#771430}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/547b2e79f556..cc5487425747 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 ramyan@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: ramyan@google.com Change-Id: Iba8034c1e3e0e40a29eecd29028f9b0778dc7b6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214410Reviewed-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@{#771429}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590290155-cb0acaf2531c782748f235f3f933f184c25a9372.profdata to chrome-win64-master-1590333067-f025fc9f2bb456fc2d4b8cb982a8de2dd8574555.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I2a1f93ba9969414e83095e390c18eea06adaf794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214408Reviewed-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@{#771428}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fb07e00c1c03..547b2e79f556 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 ramyan@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: ramyan@google.com Change-Id: I6aaf11bd1f57a3122e05713e0c4a4d330c39039b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214402Reviewed-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@{#771427}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590315929-0e5d5b892e20c44a66b0e517e45530aadd546b01.profdata to chrome-mac-master-1590333067-4f3c94c54fabda94dc75452926110577fc6b20d1.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 jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: Ic11562acac38da1fe11f75ab62af4deaf1e43293 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214406Reviewed-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@{#771426}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/98352b080ec9..fb07e00c1c03 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 ramyan@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: ramyan@google.com Change-Id: I80f492625f85bc52bc59f096319e489bae72cc90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214319Reviewed-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@{#771425}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590302529-be72c1820b6e721f8c08baf63b0e4fb86b1e1888.profdata to chrome-mac-master-1590315929-0e5d5b892e20c44a66b0e517e45530aadd546b01.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 jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I7ebe88780afeca32f83523ffdbff8b1a2f1d38cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214317Reviewed-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@{#771424}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/05863aaf9ac2..98352b080ec9 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 ramyan@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: ramyan@google.com Change-Id: Icce0cad5cdf38c4f2d860dcc905fbc95edd615b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214315Reviewed-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@{#771423}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c0f333a911df..05863aaf9ac2 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 ramyan@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: ramyan@google.com Change-Id: I8cb984dbe5947d81a59228011d0829664a4d3745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214307Reviewed-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@{#771422}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590290155-3c77f5b6bec1c18b37fbe562bba19b19b8e43fba.profdata to chrome-mac-master-1590302529-be72c1820b6e721f8c08baf63b0e4fb86b1e1888.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 jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I523ac90a64ec96fe2ef549b8af61af1c796d0ce6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214310Reviewed-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@{#771421}
-
Rushan Suleymanov authored
This is a second patch which fixes duplicate bookmarks coming from the server (see https://crrev.com/c/2199290). This patch fixes folder duplicates by merging their content and removing one of them. Bug: 1081061 Change-Id: Ibb7edd3de13883d68ed176b5ba976462a38c9648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210355 Commit-Queue: Rushan Suleymanov <rushans@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#771420}
-
chromium-autoroll authored
Roll ChromeOS Silvermont AFDO profile from 84-4136.1-1589799722-benchmark-84.0.4147.10-r1 to 84-4136.1-1589799722-benchmark-84.0.4147.17-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I4a56fac4e895854a6bd518ec82ee80b28b03bd5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214309Reviewed-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@{#771419}
-
chromium-autoroll authored
Roll ChromeOS Airmont AFDO profile from 84-4136.1-1589794882-benchmark-84.0.4147.10-r1 to 84-4136.1-1589794882-benchmark-84.0.4147.17-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I98e9591b4b41e8059cb945ba56d9c3ec034dd2f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214308Reviewed-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@{#771418}
-