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

Issue 22622003: Ensure that renderer-initiated pending entries can be replaced when a new navigation is started. (Closed)

Created:
7 years, 4 months ago by Charlie Reis
Modified:
7 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org
Visibility:
Public.

Description

Ensure that renderer-initiated pending entries can be replaced when a new navigation is started. We don't replace browser-initiated pending entries in didStartProvisionalLoad because either (1) they were just created for this navigation, or (2) they're for a different SiteInstance and won't be used upon commit. Note that pending entries for same-site browser-initiated navigations can be incorrectly used for renderer-initiated navigations that interrupt them, but that's a long standing bug that we can address separately. BUG=266922 TEST=See bug for repro steps. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216548

Patch Set 1 : Fix failing test. #

Total comments: 2

Patch Set 2 : Fix merge conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -18 lines) Patch
M content/browser/renderer_host/test_render_view_host.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M content/browser/web_contents/navigation_controller_impl_unittest.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 1 chunk +23 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Charlie Reis
Hey Brett-- Here's an updated version of https://codereview.chromium.org/21913003/, which was reverted because it caused PlatformAppBrowserTest.DisallowNavigation ...
7 years, 4 months ago (2013-08-07 21:34:58 UTC) #1
brettw
lgtm
7 years, 4 months ago (2013-08-08 20:43:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/22622003/9001
7 years, 4 months ago (2013-08-08 20:46:53 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-09 02:38:45 UTC) #4
Message was sent while issue was closed.
Change committed as 216548

Powered by Google App Engine
This is Rietveld 408576698