DescriptionRevert 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 #
Messages
Total messages: 2 (0 generated)
|