- 20 Oct, 2020 40 commits
-
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c4593127cbdd..e557087870b0 2020-10-20 cwallez@chromium.org CMakeLists: make DAWN_THIRD_PARTY_DIR an option. 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 dsinclair@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: dsinclair@google.com Change-Id: If43a048eb320501bff73d60bde087f09bdb3bf0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487165Reviewed-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@{#818946}
-
Aaron Tagliaboschi authored
Implement the Critical-CH response header as a URL Loader throttle. This restarts/internally redirects the request when it sees a Critical-CH header is can honor, as defined in the Client Hint Reliability explainer. https://github.com/WICG/client-hints-infrastructure/blob/master/reliability.md#critical-ch Bug: 1127313 Change-Id: I3987d8d385f078ecb781a5895ab637522c8c8261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405697 Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#818945}
-
rbpotter authored
Bug: 1132403 Change-Id: I7c86e8e57dd780e04fb2fb8d67dd33940cbe9ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486681Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#818944}
-
Josh Nohle authored
Always include the logged-in account in the list of contacts uploaded to the Nearby Share server. Also, mark this contact as "selected". This automatically enables sharing with other devices logged in with the same account. This self-sharing works in all- or selected-contacts visibility modes. Previously, to enable self-sharing, a user would need to manually add their own account to their list of contacts at contacts.google.com, for instance. Verified fix with manual testing. Fixed: 1138679 Change-Id: Ib3a2137257e4d4c56a43011d747811f522d9ad40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487244 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#818943}
-
Sorin Jianu authored
This function returns the version of the active updater. Bug: 1140270 Change-Id: I1e6fea77cb33be879cf5d8a0e148f0bdea1ca56f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485554Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#818942}
-
Yifan Luo authored
Bug: 1116418 Change-Id: Idfc4a634a12b354c0aa96c0cf5f2516138b38235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2475814 Commit-Queue: Yifan Luo <lyf@chromium.org> Reviewed-by:
Yifan Luo <lyf@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#818941}
-
Fergal Daly authored
http://cl/338053345 is updating the experiment to include disabling SkipEarlyCommitPendingForCrashedFrame and this change is needed alongside it. Bug: 1072817,1139104 Change-Id: Ie2c54557d85ba0fbbe1a494626602f6f8daaf583 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486009 Commit-Queue: Fergal Daly <fergal@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#818940}
-
Rune Lillesveen authored
This implements the style support for the pseudo element. The paint code needs to query the pseudo style during painting and paint invalidation needs to be added. Bug: 1136817 Change-Id: I933c4de5f473c25000f9a34efa00a5af2cc52232 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463563Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#818939}
-
Sebastien Lalancette authored
On iPad, the Activity View popover needs to point to the start of the selected text for Shared Highlight (like what the default "Share..." action does). To do so, we needed to retrieve the client rect from JavaScript, convert it to the browser UI's coordinates, and then set the values on the UIActivityViewController's popover controller. Bug: 1136043 Change-Id: I95a1ced0a019524b76c3ad4995068f58755acb0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463324 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#818938}
-
Leonard Grey authored
Bug: 1014639 Change-Id: Idb0efe25b4a02432bbc4f07f29ac1fba963e600f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486092 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#818937}
-
Colin Blundell authored
This CL adds the subresource_filter namespace to classes that were recently moved from //chrome to //components/subresource_filter. Bug: 1116095 Change-Id: I91a27afcc8a70e101d53042d69dd5dbbd517be74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484426Reviewed-by:
Eric Robinson <ericrobinson@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#818936}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0c84d564df9f..b1ac88b6534f 2020-10-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 7e1825a59619 to 6fac705e7616 (6 revisions) 2020-10-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from f4f1d8a352ca to 3ead01191215 (2 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Change-Id: I089eb77b719f500e9af4b812f3a5a06664ac9b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487144Reviewed-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@{#818935}
-
Sebastien Lalancette authored
Two cases: - A simple page with two fragments in the URL. - A very long page, to force a scroll to occur. Bug: 1116463 Change-Id: I64c30542971e82f7b941b6d40d6b266f4435a0cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485573Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#818934}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/19640aa61b04..1d0e7b6bbe17 2020-10-20 glahiru@webrtc.org Remove usage of "use_ios_simulator". 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: I2b148e0c6da999720c8be31bc5ea61ce1132fc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487147Reviewed-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@{#818933}
-
Nazerke authored
This CL adds a TabStrip Cell. Bug: 1128249, 1134075 Change-Id: I3a8d35c9467672edfdfa7693b4c13147e284bd40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440556Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#818932}
-
Boris Sazonov authored
Enables FirstRunTest that was fixed in https://crrev.com/c/2450291. Enabling is done in a separate CL to simplify the revert in case these tests are still flaky. Bug: 616456 Change-Id: I289ccf035a22835b38917680fd74fb8ce9b3e761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487104 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#818931}
-
Christian Biesinger authored
Intent to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/TF41VMfLhMI R=ikilpatrick@chromium.org, mstensho@chromium.org Bug: 1045668 Change-Id: I3d310b9e3739694af769619ca14f8563fcaea312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485582 Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#818930}
-
Koji Ishii authored
This patch enables |HyphenationTest| for all platforms. It turns out that try-bots do not copy all test data files and that tests fail on most bots. This patch adds |data_deps| rules to |BUILD.gn| to copy dictionaries used in testing as part of |blink_platform_unittests_data|. The same issue occurs on |web_tests| too, I will investigate it in following patches. Bug: 1139950 Change-Id: I654332076a5ae194db905c72c525a16c3f90de4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483725Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#818929}
-
Andrew Xu authored
When fetching history record, the group stored in history updates. As a result, the focus node stored in history may not be a child of the group anymore. However, that obsolete node is still used as the preferred focus node. This CL fixes it. See comments under the issue for detailed analysis. Bug: 831407 Change-Id: I1e1553c4322408fb431b212d9e0397b95e7f50ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482184Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818928}
-
Victor Hsieh authored
We still need this data to keep track of feature use. Extend for 1 year. BUG=1138237 TEST=None Change-Id: I27d5af9a309a8be6a44e1baeaf24dbe83b648d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485612Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Cr-Commit-Position: refs/heads/master@{#818927}
-
Erik Språng authored
It now sets this flag to max_probe_delay:10ms,abort_delayed_probes:true by default. Bug: webrtc:11780, b/157420109 Change-Id: I5b5343bf8541c9363d054c2bd456edc0429cb549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485067 Commit-Queue: Erik Språng <sprang@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Auto-Submit: Erik Språng <sprang@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#818926}
-
Martynas Sinkievic authored
This change adds initialisation steps for the |PatternProvider| in all tests which require it. Change-Id: Ie5489ebab786aff5664a691b832a4dc132b47292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435095Reviewed-by:
John Wu <jzw@chromium.org> Reviewed-by:
Christoph Schwering <schwering@google.com> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#818925}
-
Sebastien Lalancette authored
- I've contributed non-trivial changes to the classes in these directories: - crrev.com/c/2456288 - crrev.com/c/2463324 Change-Id: I9c0af9a2874e747f2f1ddb083022d62d03e00bec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2471882 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#818924}
-
Ioana Pandele authored
Bug: 1044930 Change-Id: I987d4dc25677162e20a7091c543add190a5cedeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485098Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#818923}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e6f794f1dc5d..5f6b5e4dbaf5 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: Iac1806ac2d9da5cfa7a022e9ea8fe409ebefda59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487243Reviewed-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@{#818922}
-
Peter Kotwicz authored
This CL: - Adds dependency from monochrome_public_apk_checker to build/android:devil_chromium_py gn target - Makes monochrome_apk_checker_test.py ignore the pathmap file if it does not exist. In local testing no path map is generated for SystemWebView.apk BUG=1138758 Change-Id: Ie087fe20117c95fe0acadf35bb9dc06d1614164b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485280Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#818921}
-
Oleg Davydov authored
This commit moves expire date of the following histogram: * Extensions.CorruptPolicyExtensionDetected3 The expire date is now in sync with the expire date of Extensions.CorruptPolicyExtensionResolved, which is reported as part of the same flow. Bug: 11399860 Change-Id: Ic03e3065370bfb6bd2ccfed74d6b4576e7a002aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485066 Commit-Queue: Oleg Davydov <burunduk@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#818920}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5f6b5e4dbaf5..be6747613d78 2020-10-20 treehugger-gerrit@google.com Merge "Fix search within engine tracks with multiple track ids" 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: Ib5ba851f48ac5c19a51823d14d1da7808938e561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487207Reviewed-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@{#818919}
-
Yi Gu authored
This patch adds the logic to record when a user cancels the prompt. The current Blink.Sms.Outcome.Cancelled does not represent cancellation by a user. Rather, it only captures when there is no delegate or sites send multiple request. Currently user cancelling the prompt is not handled. This patch adds necessary functionality to address that issue. Note that it only records for single pending origin. If multiple origins are pending in the queue we cannot handle the failed request on a particular origin due to the lack of origin information. This issue is tracked via crbug.com/1138454. Bug: 1127401 Change-Id: Ic17d58575e71551450e7b4ce6558977295ae2b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428825 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#818918}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f36d15c8..de50d966 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: I68de58320d577288b4beb5a636145c874fb93b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486747Reviewed-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@{#818917}
-
David Roger authored
This CL changes the background color to match the profile picker, which in particular avoids conflicting with the autogenerated theme colors. Also update the color for the line separator to match the mocks. Screenshot: https://drive.google.com/file/d/1B0Yfy-us38ZRI0KHgCvozekOEcG_w3Q7/view?usp=sharing Mocks: https://screenshot.googleplex.com/8HMdtJasPYWktr7.png Bug: 1130945 Change-Id: I4969e0934669da767179bc96d96ab89c5a207d56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485162 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#818916}
-
Fredrik Söderqvist authored
The <img> 'load' could end up being delivered before the reload() initiated by the srcset-helper.js script has taken place, so only perform the 'srcset' mutation when the scale factor has been set. This was likely caused by testRunner.setBackingScaleFactor() being changed to call its closure synchronously (which means the post-reload 'srcset' mutation would actually not cause a different image to be loaded). Fixed: 1104381 Change-Id: I390c5597645829876a1bfba9f1f2417d590aca05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483829Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#818915}
-
Avi Drissman authored
Bug: none Change-Id: I4c5626a76b302c846a76dae70853d018af255bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486096 Commit-Queue: Kevin McNee <mcnee@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#818914}
-
Erik Staab authored
Also hold back browser_tests and web_tests for future steps. Bug: 1124829 Change-Id: I8a06ff377185298ee4d25a2ed6ee9fb917b4093b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482007Reviewed-by:
Ian Struiksma <ianstruiksma@google.com> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#818913}
-
Yi Gu authored
Bug: None Change-Id: I2b41840e811a0141fae71ca0b82e7bfefd0cf2cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485303Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818912}
-
Yuki Shiino authored
Unifies the interface template cache and operation template cache in V8PerIsolateData into a single v8::Template cache, which will be used to store any sort of v8::Template, e.g. IDL interface object's template, IDL namespace object's template, JS function's template, etc. This is a step to support IDL namespace. Bug: 839389 Change-Id: I4130c713665fcb8555ea188f2e582035468ade83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463092 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#818911}
-
Sébastien Séguin-Gagnon authored
Change-Id: I28d67c0f335681ed79a89b7a8718d1b7c864d1fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485776 Commit-Queue: sebsg <sebsg@chromium.org> Auto-Submit: sebsg <sebsg@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#818910}
-
Peter Kasting authored
Bug: 772945 Change-Id: I81e0523cd6397732bdbd3116724645a1c793f80a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485300 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#818909}
-
Kevin McNee authored
This function is unused. Bug: None Change-Id: I70983782cfeda23f6175e6a29024c2dc1c58a273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485397Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#818908}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2f2ee2383761..429410096af9 2020-10-20 changhaohan@chromium.org Remove ComputedStyleGrouping UMA in M88 2020-10-20 alexrudenko@chromium.org Enable TypeScript for TimelineIRModel.js 2020-10-20 tvanderlippe@chromium.org Remove all definitions of usesObjectNotation 2020-10-20 alcastano@google.com Use Markdown for Mixed Content related messages in the Issue tab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1125465,chromium:1127956 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I6e9e8c918616608965b48fbdb2d04fe38a8d0493 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487162Reviewed-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@{#818907}
-