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

Issue 2944093002: Extract NavigationManagerImpl interface for navigation experiment. (Closed)

Created:
3 years, 6 months ago by danyao
Modified:
3 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, ios-reviews_chromium.org, ios-reviews+web_chromium.org, baxley+watch_chromium.org, Eugene But (OOO till 7-30), net-reviews_chromium.org, huangml+watch_chromium.org, liaoyuke+watch_chromium.org, mrefaat, kkhorimoto
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Extract NavigationManagerImpl interface for navigation experiment. Added GetNavigationItemImplAtIndex() and GetPreviousItemIndex() as private pass-through APIs on NavigationManagerImpl and removed direct access to CRWSessionController in SessionStorageBuilder::BuildStorage(). BUG=734150 Review-Url: https://codereview.chromium.org/2944093002 Cr-Commit-Position: refs/heads/master@{#481242} Committed: https://chromium.googlesource.com/chromium/src/+/9818f983cfc8c8f6455a89ff7f50eccd2bb89669

Patch Set 1 #

Patch Set 2 : Patch for review #

Patch Set 3 : Patch for review #

Patch Set 4 : Path for review #

Patch Set 5 : Patch for review #

Total comments: 15

Patch Set 6 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -658 lines) Patch
M ios/web/BUILD.gn View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A ios/web/navigation/legacy_navigation_manager_impl.h View 1 2 3 4 1 chunk +125 lines, -0 lines 0 comments Download
A + ios/web/navigation/legacy_navigation_manager_impl.mm View 1 2 3 4 12 chunks +64 lines, -50 lines 0 comments Download
M ios/web/navigation/navigation_manager_impl.h View 1 2 3 4 5 4 chunks +34 lines, -76 lines 0 comments Download
D ios/web/navigation/navigation_manager_impl.mm View 1 2 1 chunk +0 lines, -449 lines 0 comments Download
M ios/web/navigation/navigation_manager_impl_unittest.mm View 1 2 49 chunks +67 lines, -50 lines 0 comments Download
M ios/web/navigation/navigation_manager_util_unittest.mm View 1 2 3 chunks +37 lines, -22 lines 0 comments Download
M ios/web/navigation/session_storage_builder.mm View 1 2 3 4 5 3 chunks +15 lines, -8 lines 0 comments Download
M ios/web/net/crw_ssl_status_updater_unittest.mm View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M ios/web/web_state/web_state_impl.mm View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 28 (15 generated)
danyao
Hi Eugene, I uploaded this CL here instead of Gerrit in order to run the ...
3 years, 6 months ago (2017-06-20 14:25:33 UTC) #7
Eugene But (OOO till 7-30)
Do we really need GetLegacyInterface() method? I feel that its existence will lead to creating ...
3 years, 6 months ago (2017-06-20 16:25:35 UTC) #8
danyao
On 2017/06/20 16:25:35, Eugene But wrote: > Do we really need GetLegacyInterface() method? I feel ...
3 years, 6 months ago (2017-06-20 21:20:28 UTC) #10
Eugene But (OOO till 7-30)
lgtm! https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl.h File ios/web/navigation/navigation_manager_impl.h (right): https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl.h#newcode15 ios/web/navigation/navigation_manager_impl.h:15: #include "ios/web/navigation/navigation_item_impl.h" nit: s/include/import https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl.h#newcode52 ios/web/navigation/navigation_manager_impl.h:52: ~NavigationManagerImpl() override{}; ...
3 years, 6 months ago (2017-06-20 22:49:04 UTC) #11
danyao
https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl.h File ios/web/navigation/navigation_manager_impl.h (right): https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl.h#newcode15 ios/web/navigation/navigation_manager_impl.h:15: #include "ios/web/navigation/navigation_item_impl.h" On 2017/06/20 22:49:03, Eugene But wrote: > ...
3 years, 6 months ago (2017-06-20 23:00:45 UTC) #12
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/2944093002/100001
3 years, 6 months ago (2017-06-20 23:15:21 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/364314)
3 years, 6 months ago (2017-06-20 23:31:08 UTC) #17
kkhorimoto
lgtm! This is exciting work! Can you change the bug= line on the CL description ...
3 years, 6 months ago (2017-06-20 23:41:35 UTC) #19
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl_unittest.mm File ios/web/navigation/navigation_manager_impl_unittest.mm (right): https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl_unittest.mm#newcode1408 ios/web/navigation/navigation_manager_impl_unittest.mm:1408: ::testing::Values(true /* test_legacy_navigation_manager */)); On 2017/06/20 23:00:45, danyao wrote: ...
3 years, 6 months ago (2017-06-21 00:15:37 UTC) #20
danyao
On 2017/06/21 00:15:37, Eugene But wrote: > https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl_unittest.mm > File ios/web/navigation/navigation_manager_impl_unittest.mm (right): > > https://codereview.chromium.org/2944093002/diff/80001/ios/web/navigation/navigation_manager_impl_unittest.mm#newcode1408 ...
3 years, 6 months ago (2017-06-21 03:48:28 UTC) #21
danyao
On 2017/06/20 23:41:35, kkhorimoto_ wrote: > lgtm! This is exciting work! Can you change the ...
3 years, 6 months ago (2017-06-21 03:51:13 UTC) #23
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/2944093002/100001
3 years, 6 months ago (2017-06-21 17:08:48 UTC) #25
commit-bot: I haz the power
3 years, 6 months ago (2017-06-21 18:14:32 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/9818f983cfc8c8f6455a89ff7f50...

Powered by Google App Engine
This is Rietveld 408576698