Chromium Code Reviews
DescriptionEnsure 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. #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||