- 24 Mar, 2020 40 commits
-
-
Rune Lillesveen authored
This is the implementation of phase 2 of [1]. When collecting rules from StyleSheetContents into a RuleSet, push refptrs to each @media or @import media query along with its current evaluation into a vector on the RuleSet. When a media feature value or the media type changes, mark stylesheet collections which has media queries for active stylesheet update, but no longer clear their current RuleSet. Instead evaluate the media query sets in the RuleSets during active stylesheet and clear the RuleSet if the media query evaluation changed. This should avoid clearing RuleSets, hence cause less invalidation on changing media query affecting values. [1] https://docs.google.com/document/d/1TMqAq4k3aTHNH1m2sYoj-5QAndNmEXLI1QeD-oQ7jWE/edit#heading=h.vxytkk66ckr2 Bug: 1014920, 589083 Change-Id: I6ef9ffdfb2d94987796db15ebb8c39669e7cf96a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117110Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#752788}
-
Marc Treib authored
- Remove fields that were never used - Mark no-longer-used fields as deprecated - Remove proto-to-value conversions for deprecated fields - Remove/update some comments Bug: none Change-Id: I906857a2d1f7b5e2fcc6df9b242f1744eb37fdfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098670 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Reviewed-by:
Markus Heintz <markusheintz@chromium.org> Cr-Commit-Position: refs/heads/master@{#752787}
-
Marc Treib authored
Adds a DCHECK to ProcessorEntityTracker::UpdateOrOverrideStorageKey Bug: none Change-Id: Ie1379add4a6ac5e5fa024f7a6ce55140234cc78e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115472 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#752786}
-
Antonio Gomes authored
Relevant links: - original WK patch and fix: [1] and [2]. - W3 discussion that led to both WK and Blink to diverge from the spec temporarily (until it got fixed) and match other engine's behaviors (eg, Opera, Firefox): [3] [1] https://bugs.webkit.org/show_bug.cgi?id=116107 [2] http://trac.webkit.org/changeset/150087 [3] https://lists.w3.org/Archives/Public/www-style/2013May/0350.html BUG=1063749 R=dgrogan@chromium.org, robertma@chromium.org Change-Id: I3d2a087875402954b5b96ff011208bb869ed3664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115768Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#752785}
-
Rune Lillesveen authored
Without this CL, every media-query-affecting value change clears RuleSet synchronously for all active stylesheets which have @media rules. Here we mark scopes for an active stylesheet update without clearing the RuleSet, but instead evaluate the size-dependent media queries when updating the active stylesheets. If a sheet had a RuleSet, and the media query result evaluation changed, clear the RuleSet and re-create it. The new behavior is implemented for MediaValueChange::kSize. The current behavior is kept for other media query changes than viewport and device dependent media value changes. That behavior is implemented behind MediaValueChange::kOther. This CL corresponds to phase 1 in [1]. Since this makes sure previously non-active sheets gets their media query evaluations checked when re-added as active sheets, this fixes issues 1014920 and 589083. [1] https://docs.google.com/document/d/1TMqAq4k3aTHNH1m2sYoj-5QAndNmEXLI1QeD-oQ7jWE/ Bug: 1014920, 589083 Change-Id: I089721a8736487b27c9ce019d1a389ee6521808a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113472Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#752784}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6fead3754375..20983e35b3f9 git log 6fead3754375..20983e35b3f9 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 22d73d15e778..6c11cf2ad9ca (5 commits) Created with: gclient setdep -r src/third_party/angle@20983e35b3f9 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 cnorthrop@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/+/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 Bug: None Tbr: cnorthrop@google.com Change-Id: I30b485e412fdbf4c4fe25e1a7beb271408d6c869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117488Reviewed-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@{#752783}
-
Vasilii Sukhanov authored
There was an experiment running with 3 different images shown in the header in the password bubble. This CL stops the experiment and fully launches save_password2.png picture. Bug: 1016814 Change-Id: If6231326b1b8c606682d119019ca67eb45c13483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116174Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#752782}
-
Donna Wu authored
Suspend/Resume NFC usage in browser process instead to prevent a compromised renderer from using NFC in background. TBR=kinuko@chromium.org Bug: 520391 Change-Id: I24bfc42fe95882bbfd37a12718602d96bac5fe8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109464 Commit-Queue: Donna Wu <donna.wu@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#752781}
-
Koji Ishii authored
Following bot results are included. 1774 1776 1777 1778 1779 1781 1782 1784 1786 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1815 1816 1817 1818 1819 1823 36 lines were removed and 20 lines were deflaked by consecutive results since 1803. TBR=yosin@chromium.org NOTRY=true Bug: 982194 Change-Id: I2ffa2937cdf75a8f4659659fa60e06a47fc92d89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108271Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#752780}
-
Nohemi Fernandez authored
Add logging functionality to the upgrade sign-in operation as a part of the sign-in architecture migration. Bug: 971989 Change-Id: I2a7732b955ad563b4a8cac2d7aebdcdfedc976d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110650 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#752779}
-
Christoph Schwering authored
This CL adds alt="" to the banner <img> for accessibility purposes. Bug: 1047726 Change-Id: Ib3e94edf8c1131726680e13ef61daf1dfec37ce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116231Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#752778}
-
Luciano Pacheco authored
Use ResizeObserver to observe the container parent of toolbar buttons, when it resizes, means that the buttons have moved, in this case re-position the dropdown menu to align with its button. This fixes the issue when the user clicks from the search box in a button with dropdown and the search collapses and moves the dropdown button. Bug: 1063337 Change-Id: Ia8ae426778a25ebf472631b1903b884454d8f33f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114316 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#752777}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/6c11cf2ad9ca..3decd1af6bde git log 6c11cf2ad9ca..3decd1af6bde --date=short --first-parent --format='%ad %ae %s' 2020-03-24 bclayton@google.com Merge changes I9862d8e2,Ie1024655 Created with: gclient setdep -r src/third_party/swiftshader@3decd1af6bde If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ia1d1d8713ea7fc1308ba5fdab413e2181cd5e194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117484Reviewed-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@{#752776}
-
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/+/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: I7d1f14ca98affbe1fecbf30a6c692963987ae412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117487Reviewed-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@{#752775}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b2aec6506a8..8f41598abfd6 git log 2b2aec6506a8..8f41598abfd6 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 yekuang@google.com Roll out new goma client binary VERSION=196 Created with: gclient setdep -r src/third_party/depot_tools@8f41598abfd6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: Id0421ab8eb49a13949dd77f740756cd64fd24bc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117485Reviewed-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@{#752774}
-
Yuki Shiino authored
Bug: 839389 Change-Id: I87c61a9bfcc0c0b7028d8cf9016323b33dc9af29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117670Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#752773}
-
Dominic Farolino authored
This CL puts the KeepScriptResourceAlive base::Feature under the blink::features namespace. It also adds a corresponding about:flags flag, and RuntimeEnabledFeature. ScriptLoader's behavior depends on the RuntimeEnabledFeature, which is enabled when the base::Feature is enabled. The base::Feature is enabled when the corresponding about:flags flag is enabled. These are the first steps to running experiments with the KeepScriptResourceAlive feature. A subsequent CL will add to fieldtrial_testing_conflig.json, so we can control the base::Feature via Finch. R=kinuko@chromium.org Bug: 1043679 Change-Id: Ib7cd83346c6634dad547311100a614cc43e0fce6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112172Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#752772}
-
Mathias Carlen authored
R=marianfe@google.com Bug: b/151821740 Change-Id: I6d2f99159c8a59bb1a2ebb6d2123c925c0b41b41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116076Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#752771}
-
Marc Treib authored
Bug: none Change-Id: Ifddb5f627e6334333e3d501e47c2d60789b8c5a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116210Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#752770}
-
Marc Treib authored
TestPasswordStore is an in-memory, synchronous version of the real PasswordStore. However, it only implements some subset of the full functionality. In particular, one thing that's missing is support for primary keys, which Sync uses as storage keys. Since PasswordManagerSyncTest doesn't actually need any of the convenience methods offered by TestPasswordStore, and doesn't *seem* to need the sychronicity, this CL just makes these tests use the real PasswordStore implementation. Bug: 1058339 Change-Id: I310e4979109d6175d7685808888955a5748d4193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115651Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#752769}
-
Ewann authored
This CL creates a flag and adds cookies to the page info table view. Bug: 1063824 Change-Id: Iad99f21a072a774782d88367ceff17d10be3eed1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115510 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#752768}
-
Jiawei Shao authored
This patch adds early-returns in the request of GPUAdapter and GPUDevice when the WebGPU context is lost. In the following patches we will implement more clean-ups when the WebGPU context is lost. BUG=chromium:996713 Change-Id: I1e6e4723596ed63c8ab7f9200be41dde68b8815e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112333 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#752767}
-
Adam Rice authored
Implement the IncomingStream mixin and ReceiveStream interface that are part of WebTransport. Also implement the receiveStreams() method on QuicTransport. Bug: 1011392 Change-Id: Id6aebc5b49c41dde77458ac4ed99d73bd3331f35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094492 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#752766}
-
Takashi Toyoshima authored
Since it does not seem the marked test is failing recently, let's remove the flaky mark and see how it goes. NOTRY=true Bug: 836242 Change-Id: I6d70b09fe0aff8f86521887619e158e0d01c4d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115130 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#752765}
-
Luciano Pacheco authored
Bug: 1063337 Change-Id: Ib33c349710aaeb5257027233777bd62b37998834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117557 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#752764}
-
Harald Alvestrand authored
Bug: webrtc:11450 Change-Id: I3d907c53e9c8cf132f08926f1c39afcddee9c2b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116073Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#752763}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ff2e5ddd804b..341e229c3d32 git log ff2e5ddd804b..341e229c3d32 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 abennetts@google.com Update README to include export_jobs. Created with: gclient setdep -r src/third_party/catapult@341e229c3d32 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 skyostil@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/+/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: None Tbr: skyostil@google.com Change-Id: I4111dd3a6e2a43df763c88cccb1fc2d63728c2a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117478Reviewed-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@{#752762}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c01b1d98a396..f021bbb3a0e9 git log c01b1d98a396..f021bbb3a0e9 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 mathias@chromium.org Bump settings version Created with: gclient setdep -r src/third_party/devtools-frontend/src@f021bbb3a0e9 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/+/master/autoroll/README.md Bug: chromium:1051186,chromium:1051822,chromium:10521119,chromium:1057096 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: If5c6e998ff0681466ee9ff13f3b4fa658826805c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117475Reviewed-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@{#752761}
-
Yoshifumi Inoue authored
This patch changes |NGInlineLayoutAlgorithmTest| to work with both |NGFragmentItem| and |NGPaintFragment| for ease of migrating NGFragmentItem: - BoxForEndMargin: utilize NGInlineCursor - BreakToken: utilize NGInlineCursor - EllipsisInlineBoxOnly: replaced by NGInlineCursorTest.NextWithEllipsisInlineBoxOnly - GenerateEllipsis: replaced by NGInlineCursorTest.NextInlineLeafWithEllipsis - GenerateHyphen: replaced by NGInlineCursorTest.NextWithSoftHyphens - InkOverflow: Utilize NGInlineCursor - VerticalAlignBottomReplaced: Utilize NGInlineCursor Bug: 982194 Change-Id: I4550e4a29b5205729f371d405f1cc5aa02b33bee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117592 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#752760}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I6a96d7e48882cdd6e7f42ec172958108cfd4a172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117533Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#752759}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6cb8168c2b9b..e5ca6ba2c84c git log 6cb8168c2b9b..e5ca6ba2c84c --date=short --first-parent --format='%ad %ae %s' 2020-03-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 31e36a631345..6fead3754375 (1 commits) 2020-03-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 22d73d15e778..6c11cf2ad9ca (5 commits) 2020-03-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src be0a271f..6af71a8d (354 commits) Created with: gclient setdep -r src/third_party/skia@e5ca6ba2c84c 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 robertphillips@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/+/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: robertphillips@google.com Change-Id: I7c03b541c87a0a4d52596a2ba6e5bd2c3afcecfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117473Reviewed-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@{#752758}
-
Johann authored
Change-Id: I0f8b76df62afb0b3f00f66806d1dff146117cc89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108450 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#752757}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6aad039a4e0c..1ecfc8d921d5 Created with: gclient setdep -r src-internal@1ecfc8d921d5 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1052460 Tbr: jbudorick@google.com Change-Id: I33b54243bffd0796384e7929480c01446378ccf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117470Reviewed-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@{#752756}
-
Yuzu Saijo authored
android-bfcache-debug bot is now removed and replaced with the release build bot, android-bfcache-rel. This CL cleans up the leftover I forgot to replace in the last CL. Bug: 1042160 Change-Id: I2382e708382ff98dc1ecd9c98b714b0d776952a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109512Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#752755}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/032c78376792..ff2e5ddd804b git log 032c78376792..ff2e5ddd804b --date=short --first-parent --format='%ad %ae %s' 2020-03-24 abennetts@google.com Add pinpoint jobs exporter. Created with: gclient setdep -r src/third_party/catapult@ff2e5ddd804b 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 sadrul@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/+/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: None Tbr: sadrul@google.com Change-Id: I28ee7467c1d172f002dfeac9cc0732cb9418e6d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117472Reviewed-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@{#752754}
-
Hitoshi Yoshida authored
While we migrate the code generator of IDL bindings, we need assignments of enumeration with String. This CL adds it as a migration adapter. The CL affects on the new code generator, which is enabled behind a flag, and not on the product. Bug: 839389 Change-Id: I81f82678da5e82a4a25475d5c1707e00eefe82b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116157Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#752753}
-
Dominic Mazzoni authored
http://crrev.com/c/2102783 fixed a case where hit testing was getting into an infinite loop, but it broke calling accHitTest on a View and getting a result within Web. Fix it by allowing accHitTest to recurse into a different HWND, and add a new Windows-specific test for that scenario. Bug: 1061323 Relnotes: N/A Change-Id: I395bb6d3ccccfd41f80fde68b33852c0e6268f47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113807 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#752752}
-
ssid authored
We have a "UserAction" typed trace event which produces the same instant event in JSON. So, this can be removed. Updated the background tracing config to use the new category. The new event arg is also whitelisted. Change-Id: Id99ce224426b855876d5f3e81ffbf5f73c0dd4e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108666Reviewed-by:
Etienne Bergeron <etienneb@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#752751}
-
Wei-Yin Chen (陳威尹) authored
TBR=meiliang@chromium.org Bug: 1064157 Change-Id: I82815be23ac4e139ed6c801db2b36e208699b624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117534Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#752750}
-
Yoshifumi Inoue authored
This patch changes |InlineBoxPositionTest| to do nothing for |NGFragmentItem| because this test set is for legacy layout. Bug: 982194 Change-Id: I9127851772bed78f6096888aea268a01082ceed3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117593 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#752749}
-