- 31 May, 2020 13 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/25a8404bd150..9c4c62652194 2020-05-31 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 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 tdenniston@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: tdenniston@google.com Change-Id: Ide9db0ee38655e5343912b3a5f47de5932f2e814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223966Reviewed-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@{#773549}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d659cd7b31ff..76141998067e 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 tguilbert@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: tguilbert@google.com Change-Id: I6968c15a6bfe43799e4464532b85fe09e2a3cbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223961Reviewed-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@{#773548}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590883065-89b60a6a9b45642e7ebc441c523be8f3e9c6fe2c.profdata to chrome-mac-master-1590896504-5a2acc03ce2a7bb40e9417ad4682172c8413e3b2.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: Idf3290b5008b4b208dd2b5f5089766d23989bde6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223964Reviewed-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@{#773547}
-
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: I6189d9d85f03a17f6d84376b196c398592685503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223963Reviewed-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@{#773546}
-
Daniel Libby authored
This change adds a the window segments concept to the SynchronizeVisualProperties cascade. A display feature splits a view by, e.g., a fold or a mask - an accessor is added to RenderWidgetHostViewBase to provide this information during the calculation of visual properties. When the root render widget is split by the display feature, there are multiple 'window segments' that web authors will be able to use to split their view and have a logical separation of content (either through JavaScript or CSS). The root widget window segments are computed by the root RenderWidgetHostImpl, based on the display feature on the RenderWidgetHostView. The segments are then propagated to child local frame roots via RenderFrameProxy and CrossProcessFrameConnector via the new member on VisualProperties. Follow-up changes will finish hooking this information up to Blink in order to expose it to the web, and also integrate with the platform specific APIs in order to get the display feature information from the underlying operating system. Explainers: https://github.com/webscreens/window-segments/blob/master/EXPLAINER.md https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/Foldables/explainer.md i2p: https://groups.google.com/a/chromium.org/d/msg/blink-dev/_1_ljYsaqrU/qOoHJ7MhAgAJ https://groups.google.com/a/chromium.org/d/msg/blink-dev/KsPRO3hkOGw/md4jgIAaAgAJ Bug: 1039050 1039051 Change-Id: I6805cda5946bd5379ad6dcd68e092e5d7d9be42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205123 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#773545}
-
Timothy Gu authored
Change-Id: Id940eaf4ad7703f20009ae9dcb0497b07ef010be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223982 Auto-Submit: Timothy Gu <timothygu@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#773544}
-
Frank Tang authored
This is a reland of c9b650e1 Original change's description: > Reland "Roll ICU to 67.1" > > This reverts commit d90baa9e. > > Reason for revert: reland ICU67.1 after #if 0 the problematic new code > > Fix in 630b884f84d > > Original change's description: > > Revert "Roll ICU to 67.1 f2223961" > > > > This reverts commit db2cb995. > > > > Reason for revert: caused 30ms startup performance regression on Windows > > > > Original change's description: > > > Roll ICU to 67.1 f2223961 > > > > > > ICU 67.1 release notes: http://site.icu-project.org/download/67 > > > ICU 66.1 release notes: http://site.icu-project.org/download/66 > > > CLDR 37: release notes: http://blog.unicode.org/2020/04/unicode-locale-data-v37-released_23.html > > > > > > 1. Update to 67-1 > > > Diary https://docs.google.com/document/d/1ZDtSPa3ZkzBIJmqrDVmGmyrTihjx8Me4fKQoQcBj02E/edit# > > > > > > Size changes: > > > 65-1 . 67-1 > > > 7786368 7778704 android/icudtl.dat > > > 6412768 6400752 android_small/icudtl.dat > > > 1418320 1430976 android_small/icudtl_extra.dat > > > 5060880 5048912 cast/icudtl.dat > > > 10481632 10470736 chromeos/icudtl.dat > > > 10506736 10498032 common/icudtb.dat > > > 10506736 10498032 common/icudtl.dat > > > 900576 . 898416 flutter/icudtl.dat > > > 6375984 6363968 ios/icudtl.dat > > > > > > > > > Bug: 1064326, 827538 > > > Change-Id: I169e1f99514b36cafd54a6bc8a9914ccf222d008 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155530 > > > Reviewed-by: Koji Ishii <kojii@chromium.org> > > > Commit-Queue: Frank Tang <ftang@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#764138} > > > > TBR=machenbach@chromium.org,kojii@chromium.org,jshin@chromium.org,ftang@chromium.org > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > Bug: 1064326, 827538, 1080367 > > Change-Id: I98ebe6e01631b10ecc1955ac9d3bc53be11e23c6 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209232 > > Commit-Queue: Mike Wittman <wittman@chromium.org> > > Reviewed-by: Mike Wittman <wittman@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#771137} > > TBR=wittman@chromium.org,machenbach@chromium.org,kojii@chromium.org,jshin@chromium.org,ftang@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1064326, 827538, 1080367 > Change-Id: I6d255bac08a68d6716ac51d84765acc010c6a10d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220363 > Reviewed-by: Mike Wittman <wittman@chromium.org> > Commit-Queue: Frank Tang <ftang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#773036} Bug: 1064326, 827538, 1080367 Change-Id: Ib561b349f2d0422b4950aa3d6adb5c94f3cd63af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222633Reviewed-by:
Frank Tang <ftang@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#773543}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=pbommana@chromium.org Change-Id: I8ec213aa857d614530c18fa657c5055ff746cde3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224055Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773542}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/04726a6dad5d..d659cd7b31ff 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 tguilbert@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: tguilbert@google.com Change-Id: I1803596a4f55d539fb099d77d587611bef1f1747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223956Reviewed-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@{#773541}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1590833012-88af1f66a16a652baea02a9b756413d32dba6f5a.profdata to chrome-win32-master-1590883065-1b4da55ff7e349914f5deef51af5cd4523735a70.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: Ic7f44022136eeb505ab8880dde48f3ffe106f4f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223958Reviewed-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@{#773540}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c3c996848cca..1ec298698eeb 2020-05-31 dberris@chromium.org auto-triage: Normalize project in more places If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@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:chromeos-kevin-rel;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: chromium:1088150 Tbr: wenbinzhang@google.com Change-Id: I2adcb9a1068f7ed074ea1eb786c63e65361edce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223960Reviewed-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@{#773539}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590867058-0f5144aff546fbf6ba116765ee771ace56b9e476.profdata to chrome-mac-master-1590883065-89b60a6a9b45642e7ebc441c523be8f3e9c6fe2c.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: I85770830aa3285da90f6f05a879f019cb6737e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223957Reviewed-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@{#773538}
-
Mike Reed authored
See https://skia-review.googlesource.com/c/skia/+/223923 Change-Id: I4c2944167e87749ea607a6284a87e8e0020c674d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223642 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#773537}
-
- 30 May, 2020 27 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ede7ccf44326..04726a6dad5d 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 tguilbert@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: tguilbert@google.com Change-Id: I85c9471185b47ab6050adbec5e7b64da5b003469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223955Reviewed-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@{#773536}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590854229-1b8f9f6c895c618ac189cfeaed2f886633871d55.profdata to chrome-win64-master-1590867058-851c623a4c61e80422fbb79c79f40dd4ad839755.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: I24d3c4cdeb870959cc4ded1a05f219cf7a2dacd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223953Reviewed-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@{#773535}
-
Nektarios Paisios authored
In https://crrev.com/c/2205400/ a fix was made to the selection offsets that might be necessary whenever there are nodes in the internal accessibility tree that are ignored, i.e., they are not exposed to the platform tree. This patch improves on that work by ensuring that when setting the selection, the anchor or focus nodes are appropriately set to an ignored node, if either of the selection endpoints are at a tree position before a node whose parent is ignored in the platform tree but is unignored in the internal tree. HTML: <p> <div role="presentational"> <span>hello</span> </div> </p> Internal tree: ++Paragraph ++++GenericContainer ignored ++++++StaticText hello Platform tree: ++Paragraph ++++StaticText hello Set Selection to the whole of the paragraph's text. Selectin in platform tree: Anchor=Paragraph, 0; Focus=Paragraph, 1 Selection in internal tree: Anchor=GenericContainer, 0; focus=GenericContainer, 1 AX-Relnotes: n/a. R=dmazzoni@chromium.org Bug: 1082814 Change-Id: Ib1775eeae2c74c118d4084fe6c0c9b4a80152d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218323 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#773534}
-
Nektarios Paisios authored
Cleanup: Renamed AXSelectionBehavior members to clarify that it works both on the DOM and the AX trees AXSelectionBehavior is used to determine whether a DOM selection will be extended or shrunk if its endpoints refer to an invalid position in the accessibility tree. However, it is also used in methods such as AXSelection::Select and AXSelection::AsSelection to specify the same concerning converting a selection range in the accessibility tree to a near equivalent range in the DOM tree. AX-Relnotes: n/a. R=dmazzoni@chromium.org Change-Id: I689afda1c54628c9e622d8d95cc2fe7fb1d6cb9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219904 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#773533}
-
Yusuke Sato authored
The new file, /run/arcvm/host_generated/fstab, is exported by crosvm to the guest via the device tree so the guest can read certain files in its init's first stage. Previously, the generated file was just: /run/arcvm/host_generated/factory/factory.prop With this CL, they will be: /run/arcvm/host_generated/fstab /run/arcvm/host_generated/combined.prop This CL depends on https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2217082 BUG=b:157188856 TEST=arc.BuildProperties.vm Change-Id: Ia646fe592e94e83ddce80e21177086f5b996ee3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216916Reviewed-by:
Long Cheng <lgcheng@google.com> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#773532}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590854229-4307c37052045830f88419f814b53aed2946da8e.profdata to chrome-mac-master-1590867058-0f5144aff546fbf6ba116765ee771ace56b9e476.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: Ic6a9df3f95528ccd4e04043c5afcb5117e0e41ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223791Reviewed-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@{#773531}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8fc465d4. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: eae@chromium.org, szager@chromium.org: external/wpt/intersection-observer foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools hbos@chromium.org, hta@chromium.org: external/wpt/webrtc mkwst@chromium.org: external/wpt/cookies NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I1447f789c8448b69792a046f56a32515a4a8c699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223640Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773530}
-
Roman Aleksandrov authored
Add inputmode attribute to <cr-input> to have a way to disable VK popup. Disable VK popup for pin keyboard. Fixed: 1076615 Change-Id: I9632bcf1d56a7f7701febcb2e7be50828df8810b Bug: 1076615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210443 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#773529}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a48fc8349b3b..ede7ccf44326 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 tguilbert@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: tguilbert@google.com Change-Id: If9f9d81bb678cf5fc872e67ac15bb8e9e5bf3ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223790Reviewed-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@{#773528}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e92e286afba6..9ca7365a8c98 2020-05-30 mbonadei@webrtc.org Deprecate webrtc::NackModule. 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: Iddd17f72256bc0fa0f64d32a4a2efcb1adcd51e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223789Reviewed-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@{#773527}
-
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/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I32203d6a6ea41277667fb6e5aa08a90d133f4141 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223915Reviewed-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@{#773526}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/450902c036de..a48fc8349b3b 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 tguilbert@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: tguilbert@google.com Change-Id: I8de5386e99f44ab4976e73e53339815c2a135575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223785Reviewed-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@{#773525}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b59f337fbd98..e92e286afba6 2020-05-30 mbonadei@webrtc.org Remove runtime/references check from cpplint config. 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: I17bac6f938623a5e84f985d89346748accbca00e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223786Reviewed-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@{#773524}
-
Brian Manthos authored
Bug: 1083987 Change-Id: If60bb702cd508bd2d414db0e0f496bf01e82a7bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222908Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: Brian Manthos <brianman@microsoft.com> Cr-Commit-Position: refs/heads/master@{#773523}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1590810201-d72791d9a5aaf97e5ddaed6b09ba65d38c7bcdf5.profdata to chrome-win64-master-1590854229-1b8f9f6c895c618ac189cfeaed2f886633871d55.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: I3813718e6544a0f29ece44b153b27a902ed603f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223783Reviewed-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@{#773522}
-
Adam Langley authored
Enabling getPublicKey() for Android, using device::PublicKey, costs a surprising 4.9KB — even though all the BoringSSL code is already included in the Android build. Using cbor_extract saves 20% of that and also replaces lots of manual checks against map.end(), and is_foo() tests, with a declarative structure. Change-Id: Ie09c5ecb60d6fb7f322cf43bb6585be814ab41f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218712 Commit-Queue: Adam Langley <agl@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#773521}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/85b288b0ff85..b59f337fbd98 2020-05-30 hta@webrtc.org Remove leftover SCTP "codec name" constants 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: I0d912f62481174257fdc4fb96f26d5ceeb982f2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223784Reviewed-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@{#773520}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1590833012-21a5e7c9d4c8310aab24ab0b131b41f66c85176d.profdata to chrome-mac-master-1590854229-4307c37052045830f88419f814b53aed2946da8e.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: I10431f998f51c04cbf930a0110c32db71e77fc96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223782Reviewed-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@{#773519}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f3c6b81d..fbf5e3e4 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: I1c144131e315cc95cfc8722ac7c2f8f3b4f89098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223635Reviewed-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@{#773518}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f40b2df86d24..450902c036de 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 tguilbert@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: tguilbert@google.com Change-Id: I6e697e44d01b1be887f6ba7cdee48e7234e2f365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223781Reviewed-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@{#773517}
-
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/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I315fac91f1ae5f8d60c9ed50ebc213134edef0a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223720Reviewed-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@{#773516}
-
Emircan Uysaler authored
This CL increases recycled color buffer cache size on fuchsia to avoid reallocation which is affecting angle/webgl performance. Bug: 1087941 Change-Id: I18a59aaa03f5aadd660b0d22e770e295230123e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222903 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#773515}
-
Evan Stade authored
In addition to MediaStream, it's needed by MediaSession. Chrome's equivalent, ChromeIntentUtil#bringTabToFront, is used by half a dozen clients, so I suspect we'll have additional clients in WebLayer as well. It seems best to place it in a generic intent utility file. Bug: 1066263 Change-Id: I8765f21628ae48a4bdf55ac23eb788abc6f5365e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220554Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#773514}
-
Sadrul Habib Chowdhury authored
On aura platforms (Windows/Linux/ChromeOS), most of the scrolls happen from a mouse-wheel, rather than from touchscreen. So use mouse wheel as the default source of scrolls in the rendering benchmark. BUG=1081282 Change-Id: I83bba9a901fcfedadd69aaf2da1e53e017148ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206923Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#773513}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2b04c2678004..f40b2df86d24 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 tguilbert@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: tguilbert@google.com Change-Id: I8c963418066bbf49d452abed84b6154703db693c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223778Reviewed-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@{#773512}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f5a1461ae5af..82119ad86b46 2020-05-30 primiano@google.com Merge "docs: minor fixes" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I707c49aed6c74d2b16b2690860581e2f59bbf70b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223779Reviewed-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@{#773511}
-
Aaron Leventhal authored
This adds some DCHECKs and cleans up some TODOs that were left from the work to ensure accessibility processing occurs with a clean layout. Fixing these items required additional changes to active descendant, so that the serialized active descendant id for visible target nodes. Without that change, an active descendant made visible did not result in a change to the id, and therefore no event was fired. This was due to a change in the order and timing of related code paths. Another active descendant change was required on Linux to deal with focusing a container with the active descendant after the fact. This cleanup is a necessary precursor to the work in CL:2204154. AX-Relnotes: n/a Bug: None Change-Id: I2194bb65bfb8aef9c1c07152dc8b6f144384c74d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204422 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#773510}
-