Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Issue 2077183002: Revert of Fix re-usage of stale cached WebPreferences in RenderViewHost. (Closed)

Created:
4 years, 6 months ago by Xianzhu
Modified:
4 years, 6 months ago
CC:
blink-reviews, chromium-reviews, clamy, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, nasko, Peter Beverloo
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Fix re-usage of stale cached WebPreferences in RenderViewHost. (patchset #1 id:1 of https://codereview.chromium.org/2042763002/ ) Reason for revert: Caused bug 620126. Confirmed by bisecting locally. Original issue's description: > Fix re-usage of stale cached WebPreferences in RenderViewHost. > > During layout tests when preferences were being overriden they were not > being properly being used as the cached WebPreferences on the > RenderViewHost was not updated. This change fixes that and changes the way > spatial navigation is enabled in layout tests to adapt to this change. > > This is an initial change to support the moving of mixed content checks to > the browser. > > BUG=576270 > > Committed: https://crrev.com/db571fbdbd59df71fc8fcb4192adea4c72384801 > Cr-Commit-Position: refs/heads/master@{#398276} TBR=mkwst@chromium.org,dpranke@chromium.org,carlosk@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=576270, 620126 Committed: https://crrev.com/f1609abd48d7d7ed0d094a1bfa07543b7b652338 Cr-Commit-Position: refs/heads/master@{#400562}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -56 lines) Patch
M components/test_runner/test_preferences.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_preferences.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_runner.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_helpers.cc View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-1st-stop.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-clipped-overflowed-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-container-only-white-space.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-container-white-space.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-date.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-scrollable-but-without-focusable-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-fully-aligned-horizontally.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-hidden-focusable-element.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-hidden-iframe.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-hidden-iframe-zero-size.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-nested.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-no-focusable-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-no-scrollable-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-recursive-offset-parent.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-not-focusable.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-overlapped-areas.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-input.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-multiple-select.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-multiple-select-focusring.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-below.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-only-clipped-overflow-content.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-simple-content-overflow.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select-list.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-symmetrically-positioned.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-tiny-table-traversal.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-two-elements-one-line.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-z-index.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-zero-margin-content.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
Xianzhu
Created Revert of Fix re-usage of stale cached WebPreferences in RenderViewHost.
4 years, 6 months ago (2016-06-18 00:01:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077183002/1
4 years, 6 months ago (2016-06-18 00:02:36 UTC) #3
Dirk Pranke
lgtm
4 years, 6 months ago (2016-06-18 01:02:14 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-18 01:19:41 UTC) #7
commit-bot: I haz the power
4 years, 6 months ago (2016-06-18 01:21:10 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f1609abd48d7d7ed0d094a1bfa07543b7b652338
Cr-Commit-Position: refs/heads/master@{#400562}

Powered by Google App Engine
This is Rietveld 408576698