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

Issue 2821173002: 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:
kkhorimoto
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, Eugene But (OOO till 7-30), pkl (ping after 24h if needed), ios-reviews+web_chromium.org, noyau+watch_chromium.org, marq+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/heads/master
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} Committed: https://chromium.googlesource.com/chromium/src/+/79d9b86732316df528fbfe72409465e9bf2668b1

Patch Set 1 #

Patch Set 2 : Fixed gn deps #

Patch Set 3 : Fixed compilation #

Patch Set 4 : Fixed eg tests #

Total comments: 12

Patch Set 5 : Updated comments #

Total comments: 4

Patch Set 6 : Use web::GetDisplayTitleForUrl #

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 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/web/visible_url_egtest.mm View 1 2 3 4 5 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 1 2 3 4 5 23 chunks +70 lines, -30 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Eugene But (OOO till 7-30)
3 years, 8 months ago (2017-04-18 22:39:53 UTC) #3
kkhorimoto
The changes that you mention in the CL description make sense to me, but I ...
3 years, 8 months ago (2017-04-18 23:03:16 UTC) #4
Eugene But (OOO till 7-30)
I explained why non-committed items are not discarded in the code comments. Does it make ...
3 years, 8 months ago (2017-04-19 00:26:46 UTC) #5
kkhorimoto
Thanks, the extra comments help. lgtm! https://codereview.chromium.org/2821173002/diff/60001/ios/chrome/browser/web/visible_url_egtest.mm File ios/chrome/browser/web/visible_url_egtest.mm (right): https://codereview.chromium.org/2821173002/diff/60001/ios/chrome/browser/web/visible_url_egtest.mm#newcode530 ios/chrome/browser/web/visible_url_egtest.mm:530: [[EarlGrey selectElementWithMatcher:OmniboxText("chrome://version")] On ...
3 years, 8 months ago (2017-04-19 00:34:41 UTC) #6
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2821173002/diff/60001/ios/chrome/browser/web/visible_url_egtest.mm File ios/chrome/browser/web/visible_url_egtest.mm (right): https://codereview.chromium.org/2821173002/diff/60001/ios/chrome/browser/web/visible_url_egtest.mm#newcode530 ios/chrome/browser/web/visible_url_egtest.mm:530: [[EarlGrey selectElementWithMatcher:OmniboxText("chrome://version")] On 2017/04/19 00:34:41, kkhorimoto_ wrote: > On ...
3 years, 8 months ago (2017-04-19 01:24:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2821173002/100001
3 years, 8 months ago (2017-04-19 16:57:01 UTC) #10
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 18:07:41 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/79d9b86732316df528fbfe724094...

Powered by Google App Engine
This is Rietveld 408576698