- 07 Oct, 2019 40 commits
-
-
ckitagawa authored
Metadata tracker for paint previews to capture links, OOP subframe, and glyph usage information during capture. Bug: 1006832 Change-Id: Iab3e88e67d601d712905f263de7cf01ca1930a31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819618 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#703312}
-
Kent Tamura authored
I2DR: https://t.co/ngv1jxRKwk * relative-position-replaced-in-table-display-crash.html Add width and height properties to avoid 0x0 size on non-macOS. Bug: 981720 Change-Id: I83a3356bb87425d1b1628872a3f06cc875e2bd1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844003 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#703311}
-
Andrew Grieve authored
Binary files don't belong in target_gen_dir. Bug: 917446 Change-Id: I08611efc78c20ee7cdf65e0ed3090e96c7cb7242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839431Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703310}
-
kylechar authored
This CL fixes four remaining cc_unittests that were failing when |enable_surface_synchronization| was enabled in LayerTreeSettings. These tests all required some structural changes as allocating a LocalSurfaceId changes the order of events that occur. Bug: 985009 Change-Id: I6ab67176b80f4e6d649f13b759a6d5fafa8149fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841880Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#703309}
-
Andrew Grieve authored
Change-Id: I8505a8a5509edaf08f479855d4a0b7ab14cf9567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844447 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#703308}
-
Alex Clarke authored
Usually ChromeTabbedActivity.initializeState performs the initial navigation, however for view intents we know the URL and can start as soon as the profile is loaded (can be several hundred ms earlier on low end devices). In theory it might be possible to do this for main intents too but getting hold of the URL is beyond the scope of this patch. This change is guarded behind the kPrioritizeBootstrapTasks feature. BUG 863341, 835323 Change-Id: If296fde03b381178ed6feeba70bc50b786eac1e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663146Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#703307}
-
Vlad Tsyrklevich authored
Update the Android field trial to be enabled for WebView as well and update the parameters--they now match GwpAsanUnified. Bug: 973167 Change-Id: Ia657966e6e5b145f44afa06f9dfe80c91e370eda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844114 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#703306}
-
Rune Lillesveen authored
Since Document and ShadowRoot do not have dirty-bits set for layout tree rebuilding, and for style recalc with FlatTreeStyleRecalc enabled, the parent node in StyleTraversalRoot::Update might not be IsChildDirty(). Instead, move the DCHECKs to ClearChildDirtyForAncestors in the respective implementations. There was no known issue for this for LayoutTreeRebuild root, most likely because the tree does not change between Recalc, which sets the layout tree rebuild root, and RebuildLayoutTree. But, for StyleTraversalRoot there were a bunch of web_tests triggering DCHECKs when FlatTreeStyleRecalc is enabled. Bug: 972752 Change-Id: I258564f7eee6e155b8b4bbffaa286222cd98b6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841453 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#703305}
-
John Delaney authored
This reverts commit abaf4c65. Reason for revert: Caused flakiness in AdsPLMO browsertests. See https://analysis.chromium.org/p/chromium/flake-portal/analysis/ culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb 21pdW0vYWJhZjRjNjU3MmM3NjA3YzQ3MWZhNTYyOGNkOWIzOTNmNTc1NGE5OAw Original change's description: > Add fuzzing to network threshold for heavy ads > > This CL adds up to 1303 KB of uniform random noise to the network threshold > for the heavy ad intervention. This is to done to prevent frames from > learning cross-origin resource sizes in the clear. > > We add a second computed type metric to measure > the number of frames that we are missing due to the fuzzing. > > Bug: 1010619 > Change-Id: Ia48a4253beafcfbfdbdc689f2ae381dfe5a34c43 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835166 > Commit-Queue: John Delaney <johnidel@chromium.org> > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702994} TBR=csharrison@chromium.org,johnidel@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1010619 Change-Id: I6f90c0a3be56df50331275305e9e9a0d6dd9aa12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845151 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#703304}
-
kylechar authored
This reverts commit 2e452bbf. Reason for revert: https://crbug.com/1000251 is fixed. Original change's description: > [Sheriff] Disable BookmarkBarInvisibleOnShutdown on Linux > > TBR=weidongg@chromium.org > > Bug: 1000251 > Change-Id: I8e3372766ab9e560c9f47f7c2f8292ebc8af644c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782637 > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#692666} TBR=jdoerrie@chromium.org,weidongg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1000251 Change-Id: Id9af5a221f5ca04873ce30737c2a9be58afd9fb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844854Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#703303}
-
Dmitry Gozman authored
This is decided per navigation, no need to later change it through WebDocument. Bug: none Change-Id: Ibae0f2ea53d56163f1dd59fa2f89ddd6993676f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844194Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#703302}
-
Francois Doray authored
Tests fail with error: ../../content/browser/locks/lock_manager_browsertest.cc:88: Failure Value of: NavigateToURL(shell(), GetLocksURL("a.com")) Actual: false Expected: true Stack trace: [2073:2073:1007/121141.431975:FATAL:browser_test_utils.cc(1403)] Check failed: error.empty(). Can't ExtractBool() because the script encountered a problem: Error: EvalJs won't work on an already-crashed frame. TBR=jsbell@chromium.org Bug: 1011765 Change-Id: I5945f0d92c9541db11325d076e9bd26f26268b26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845152Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#703301}
-
Peng Huang authored
Layer name VK_LAYER_LUNARG_standard_validation is deprecated. VK_LAYER_KHRONOS_validation is the suggested replacement. Bug: none Change-Id: If917a734fd86c28bddfda3e651b97990be95f5d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841232Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#703300}
-
Arthur Hemery authored
Filtering current failures on the android-bfcache-debug fyi bot. Bug: 1007276 Change-Id: If27a79adec0c9bb03dfd9867c0f85cddc3afcc4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844981 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#703299}
-
François Beaufort authored
This CL removes vertex formats that are not supported in WebGPU. Change-Id: I1ad76cb89ae2dac075a2307f6cc364da4da2772b Bug: 877147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844789 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#703298}
-
Javier Ernesto Flores Robles authored
Create PasswordBreachPresenter protocol so the mediator can stop the feature when done. Bug: 1008862 Change-Id: I460d175c910909cdd6e55abee109f6705f508dc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845001Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#703297}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d9301feae3fd..7c745839a728 git log d9301feae3fd..7c745839a728 --date=short --no-merges --format='%ad %ae %s' 2019-10-07 ckitagawa@google.com Export SkTextBlob::Iter Created with: gclient setdep -r src/third_party/skia@7c745839a728 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 kjlubick@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 TBR=kjlubick@google.com Bug: None Change-Id: Ife48a3269c23ee2c1d32eb50ba6d70ea97bc74e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844273Reviewed-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@{#703296}
-
Arthur Hemery authored
Filtering current failures on the android-bfcache-debug fyi bot. Bug: 1007276 Change-Id: I74ac8d924fadc8a15184a5620684191e836e829a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844785 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#703295}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e451674b. With Chromium commits locally applied on WPT: c19433ef "Reland "[ChromeDriver] Stop using --ignore-certificate-errors"" 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: jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I0266cc9c405bd42dbe0f9e033b409157a3618248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844395Reviewed-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@{#703294}
-
Rayan Kanso authored
All custom tab activities were defaulting to browser mode. This CL sets the display mode to `standalone` where applicable. The BrowserControlsVisibilityDelegate is used to make this decision, since even with standalone TWAs, navigations and failed verifications can lead the tab to go back browser mode. Bug: 941749 Change-Id: I2454f708dd6d99660513eac8353d3497eb9829d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826887Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#703293}
-
Hans Wennborg authored
Bug: 794838 Change-Id: I9bdf48936e28a1ae788fa1277ac664e1eab1d9e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844787 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#703292}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/21d05ebc..5750cdd8 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2b6a0cb91586ddb681542280b15e3a51da6a8123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844396Reviewed-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@{#703291}
-
Leszek Swirski authored
Allow us to measure finalization time for streaming JS compilation (to measure impact of off-thread streaming finalization). Also, extend relevant histograms to mid next year. Note that this change just adds the histogram description; the actual use of the histogram will be in V8. Bug: 865098 Bug: 1011762 Change-Id: I29630e89891ca41e71466c6c29c69a08d6cdd7d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844994 Auto-Submit: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#703290}
-
Robbie Gibson authored
Tests were failing on the bots. Bug: 1011791 Change-Id: Id956e31612f463055d372504e5c27ce4a4686827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844790Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#703289}
-
Rune Lillesveen authored
The ShadowRoot does not take part in dirty marking with the FlatTreeStyleRecalc runtime flag enabled. We can just skip directly to RecalcDescendants(). Since ShadowRoot was not marked with ChildNeedsStyleRecalc we would otherwise not traverse into the shadow root children via ShadowRoot::RecalcStyle(). Bug: 972752 Change-Id: I5a3debfa25d1d431e5dab43729c843592d3c6a71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841339Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#703288}
-
Jan Scheffler authored
This patch adds a filter to the coverage pane to allow filtering to report only css or js files. Bug: chromium:1004185 Change-Id: Ia8b4ba1e8265a6c20f8a9ebdeb7db0622c4b4b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806733 Commit-Queue: Jan Scheffler <janscheffler@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703287}
-
Rune Lillesveen authored
This ParentOrShadowHostNode() -> GetStyleRecalcParent() change was missing in [1]. Caused many test failures with FlatTreeStyleRecalc enabled. [1] https://crrevs.com/d7eefe3ee4e1b35b57faf3060bed03ca2b1f73c3 Bug: 972752 Change-Id: Ife9858e7ab36f6dfbca0a423ffef953fedd6ffba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841452Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#703286}
-
Rune Lillesveen authored
Document node is not marked with ChildNeedsStyleRecalc when FlatTreeStyleRecalc is enabled. Test StyleEngine::NeedsStyleRecalc instead. Bug: 972752 Change-Id: I9d3276c76d74d7e1c9f44bbc1a30dff318aebce2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841954Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#703285}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/939454821c49..3eafc49228d0 git log 939454821c49..3eafc49228d0 --date=short --no-merges --format='%ad %ae %s' 2019-10-07 perezju@chromium.org [Telemetry] Confirm startup tracing on establishing DevTools conection Created with: gclient setdep -r src/third_party/catapult@3eafc49228d0 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:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sadrul@google.com Bug: chromium:914092 Change-Id: I98532ef0927d7c232b9370ba448e7e601c1b31ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845087Reviewed-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@{#703284}
-
Vadym Doroshenko authored
For detecting success of the form submission detection, Password Manager checks whether there is a form similar to the submitted form after navigation. One of the criterion of similarity is to check actions. There is checking with respect to http <-> https. It was introduced to fix only one site, which currently doesn't need this. So it's better to keep things simple and to compare actions on exact match. Bug: 949519, 400769 Change-Id: I65aaba98aa87a4ad8b0d1e171112817fa3f12f05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834083 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#703283}
-
Dave Tapuska authored
We've decided to move away from RevocableInterfacePtr and just use the remote interface directly. BUG=978694 Change-Id: I2dbc293b8c89f7a2cb7ed8067d0879f4d5deaba9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842275Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mario Sanchez Prada <mario@igalia.com> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#703282}
-
Alexander Timin authored
Do not cache abusive pages as we are not running checks when navigating to the cached pages and therefore would lose information whether the page was abusive or not. Some background on why we sometimes need to disable bfcache: https://docs.google.com/document/d/1NjZeusdS1kyEkZyfLggndU1A6qVt0Y1sa-LRUxnMoK8 R=csharrison@chromium.org CC=bfcache-bugs@chromium.org BUG=1001087 Change-Id: I3c61cd9a4c96818070eb4a0047e344a83fb8bd60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833974 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#703281}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/44a55afebe67..27399bbb1d0e Created with: gclient setdep -r src-internal@27399bbb1d0e 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 TBR=jbudorick@google.com Bug: chromium:None Change-Id: I8b4f3333d58e09c807f596fde53b1f0ae67a0c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844054Reviewed-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@{#703280}
-
Rune Lillesveen authored
This is mostly about moving code from Document into StyleEngine. The other change is relying on the StyleTraversalRoots for deciding if we need to do style invalidation, recalc, or layout tree rebuilding instead of the dirty flags on the Document or documentElement(). It is a simpler way of doing the check since we are no longer marking the Document with ChildNeedsReattachLayoutTree() and we will not mark the Document with ChildNeedsStyleRecalc() when FlatTreeStyleRecalc is enabled. Bug: 972752 Change-Id: I68a5dd1ffaa4f4f844a7641c143c301ce7417687 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840832Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#703279}
-
Alexander Timin authored
Add BackForwardCacheTestHelper class, which can check whether a particular frame was disabled for a given reason. R=clamy@chromium.org,arthursonzogni@chromium.org TBR=crharrison@chromium.org CC=lowell@chromium.org,hajimehoshi@chromium.org,sreejakshetty@chromium.org,carlscab@google.com BUG=1001087 Change-Id: I4e5b3649e412e3e4a6c97b572597958b02f1382e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833603 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#703278}
-
Keishi Hattori authored
Change all GCs in internals-observe-gc.html to precise GC in an attempt to fix the failures on Win7 bot. Bug: 1011714 Change-Id: Ie9c101b01b3ca28dc87c927ddc2cf73eec1b991e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844525Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#703277}
-
Marc Treib authored
It's very flaky. Bug: 1004312 Change-Id: Ieb13eb3860e0003451beeeed57f882845d9c2769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844997 Commit-Queue: Marc Treib <treib@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#703276}
-
BUG=762641 TBR=achuith@chromium.org Change-Id: I0a4bd95e290a4a4d16c5d7354334019a3460105a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844344Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703275}
-
Ulan Degenbaev authored
This enables the reportedByPageMetric for system health and v8 browsing benchmarks. Bug: 1007178 Change-Id: I1ba85f6984c7a3db257595c369d13759d3180f42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831808Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#703274}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/23d6a0e668bf..e94f473753be git log 23d6a0e668bf..e94f473753be --date=short --no-merges --format='%ad %ae %s' 2019-10-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 8fa0f1a6567c..c18c9ff6bc30 (2 commits) Created with: gclient setdep -r src/third_party/angle@e94f473753be 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 geofflang@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_optional_gpu_tests_rel TBR=geofflang@google.com Bug: chromium:None Change-Id: I5321d6ef84b4992c5660442fe462c343792df885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843778Reviewed-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@{#703273}
-