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

Issue 2832853002: Handle correctly start and commit of non-latest navigations. (Closed)

Created:
3 years, 8 months ago by Eugene But (OOO till 7-30)
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/branch-heads/3071
Project:
chromium
Visibility:
Public.

Description

Handle correctly start and commit of non-latest navigations. Notable changes: - didStartProvisionalNavigation: is no op if passed navigation is not the latest navigation (this way didStartProvisionalNavigation: does not mess up with pending item) - didCommitNavigation: does not commit pending entry if if passed navigation is not the latest navigation. Instead it changes last committed item to one that matches with URL, which may not be correct, but it's just a minor temporary inconsistency which does not have any security implications (last committed URL is still correct). BUG=711465 Review-Url: https://codereview.chromium.org/2821173002 Cr-Commit-Position: refs/heads/master@{#465669} (cherry picked from commit 79d9b86732316df528fbfe72409465e9bf2668b1) Review-Url: https://codereview.chromium.org/2832853002 . Cr-Commit-Position: refs/branch-heads/3071@{#84} Cr-Branched-From: a106f0abbf69dad349d4aaf4bcc4f5d376dd2377-refs/heads/master@{#464641} Committed: https://chromium.googlesource.com/chromium/src/+/1e54e3f192007513ef53ba2f48d7dc8641636dbf

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -68 lines) Patch
M ios/chrome/browser/web/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/web/visible_url_egtest.mm View 2 chunks +37 lines, -0 lines 0 comments Download
M ios/web/navigation/crw_session_controller.h View 1 chunk +2 lines, -1 line 0 comments Download
M ios/web/navigation/crw_session_controller.mm View 1 chunk +14 lines, -9 lines 0 comments Download
M ios/web/navigation/crw_session_controller_unittest.mm View 6 chunks +26 lines, -13 lines 0 comments Download
M ios/web/navigation/navigation_manager_impl_unittest.mm View 10 chunks +15 lines, -15 lines 0 comments Download
M ios/web/web_state/ui/crw_web_controller.mm View 23 chunks +70 lines, -30 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
Eugene But (OOO till 7-30)
3 years, 8 months ago (2017-04-20 16:11:02 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1e54e3f192007513ef53ba2f48d7dc8641636dbf (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698