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

Issue 22364004: Revert 215836 "Ensure that renderer-initiated pending entries ca..." (Closed)

Created:
7 years, 4 months ago by Charlie Reis
Modified:
7 years, 4 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 215836 "Ensure that renderer-initiated pending entries ca..." Caused flakiness on Linux ASAN PlatformAppBrowserTest.DisallowNavigation. > 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 and are already > correct, (2) they're for a different SiteInstance and won't be used upon > commit, or (3) they're same-site (see below). > > 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. > > Review URL: https://chromiumcodereview.appspot.com/21913003 TBR=creis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215904

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Charlie Reis
7 years, 4 months ago (2013-08-06 16:44:36 UTC) #1
Charlie Reis
7 years, 4 months ago (2013-08-06 16:45:06 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r215904.

Powered by Google App Engine
This is Rietveld 408576698