Chromium Code Reviews
DescriptionFix SSL indicator missing when doing fast back/forward navigations.
This regressed in r415977, which was fixing the session restore case where a serialized NavigationEntry wouldn't have the SSLStatus. The race in the non-restore case happens because a previous DidStopLoading IPC clears the new NavigationHandle which does have the SSLStatus. In this case, the fix is to only copy the SSLStatus specifically in the restore case.
BUG=727892
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
R=estark@chromium.org
Review-Url: https://codereview.chromium.org/2926803002 .
Cr-Commit-Position: refs/heads/master@{#477837}
Committed: https://chromium.googlesource.com/chromium/src/+/db06e65dcd8da3f5b8cab60ecb32e9ba89c1598c
Patch Set 1 #
Total comments: 2
Patch Set 2 : review comment #Messages
Total messages: 14 (9 generated)
|