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

Issue 2705673003: Removed CRWSessionEntry from CRWWebController. (Closed)

Created:
3 years, 10 months ago by kkhorimoto
Modified:
3 years, 9 months ago
CC:
chromium-reviews, marq+watch_chromium.org, Eugene But (OOO till 7-30), pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed CRWSessionEntry from CRWWebController. BUG=454984, 684098 Review-Url: https://codereview.chromium.org/2705673003 Cr-Commit-Position: refs/heads/master@{#455615} Committed: https://chromium.googlesource.com/chromium/src/+/725f29f1dd104cbc643cd14af8eebf768520b27c

Patch Set 1 #

Patch Set 2 : web_controller #

Total comments: 2

Patch Set 3 : rebase, remove web delegate callback #

Patch Set 4 : remove unnecessary cast #

Patch Set 5 : . #

Total comments: 5

Patch Set 6 : rebase #

Patch Set 7 : reintroduced delegate callback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -154 lines) Patch
M ios/chrome/browser/tabs/tab.mm View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ios/web/navigation/session_storage_builder.mm View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ios/web/public/web_state/ui/crw_web_delegate.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M ios/web/web_state/ui/crw_web_controller.h View 2 chunks +2 lines, -1 line 0 comments Download
M ios/web/web_state/ui/crw_web_controller.mm View 1 2 3 4 5 6 50 chunks +122 lines, -142 lines 0 comments Download
M ios/web/web_state/ui/crw_web_controller_unittest.mm View 1 2 3 4 5 2 chunks +3 lines, -6 lines 0 comments Download
M ios/web/web_state/web_state_impl.mm View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (17 generated)
kkhorimoto
3 years, 10 months ago (2017-02-21 23:14:47 UTC) #6
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2705673003/diff/20001/ios/web/web_state/ui/crw_web_controller.mm File ios/web/web_state/ui/crw_web_controller.mm (right): https://codereview.chromium.org/2705673003/diff/20001/ios/web/web_state/ui/crw_web_controller.mm#newcode2851 ios/web/web_state/ui/crw_web_controller.mm:2851: static_cast<web::NavigationItemImpl*>(self.currentNavItem); Do you need this cast? |currentNavItem| returns ...
3 years, 10 months ago (2017-02-21 23:29:24 UTC) #7
kkhorimoto
https://codereview.chromium.org/2705673003/diff/20001/ios/web/web_state/ui/crw_web_controller.mm File ios/web/web_state/ui/crw_web_controller.mm (right): https://codereview.chromium.org/2705673003/diff/20001/ios/web/web_state/ui/crw_web_controller.mm#newcode2851 ios/web/web_state/ui/crw_web_controller.mm:2851: static_cast<web::NavigationItemImpl*>(self.currentNavItem); On 2017/02/21 23:29:24, Eugene But wrote: > Do ...
3 years, 9 months ago (2017-03-02 22:01:11 UTC) #8
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h File ios/web/public/web_state/ui/crw_web_delegate.h (left): https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h#oldcode79 ios/web/public/web_state/ui/crw_web_delegate.h:79: - (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry; I think we still need this code ...
3 years, 9 months ago (2017-03-02 22:49:41 UTC) #14
kkhorimoto
https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h File ios/web/public/web_state/ui/crw_web_delegate.h (left): https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h#oldcode79 ios/web/public/web_state/ui/crw_web_delegate.h:79: - (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry; On 2017/03/02 22:49:41, Eugene But wrote: > ...
3 years, 9 months ago (2017-03-03 00:27:55 UTC) #15
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h File ios/web/public/web_state/ui/crw_web_delegate.h (left): https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h#oldcode79 ios/web/public/web_state/ui/crw_web_delegate.h:79: - (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry; On 2017/03/03 00:27:55, kkhorimoto_ wrote: > On ...
3 years, 9 months ago (2017-03-03 01:53:36 UTC) #16
kkhorimoto
https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h File ios/web/public/web_state/ui/crw_web_delegate.h (left): https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h#oldcode79 ios/web/public/web_state/ui/crw_web_delegate.h:79: - (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry; On 2017/03/03 01:53:36, Eugene But wrote: > ...
3 years, 9 months ago (2017-03-08 21:31:33 UTC) #17
kkhorimoto
https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h File ios/web/public/web_state/ui/crw_web_delegate.h (left): https://codereview.chromium.org/2705673003/diff/80001/ios/web/public/web_state/ui/crw_web_delegate.h#oldcode79 ios/web/public/web_state/ui/crw_web_delegate.h:79: - (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry; On 2017/03/08 21:31:33, kkhorimoto_ wrote: > On ...
3 years, 9 months ago (2017-03-08 22:18:38 UTC) #19
Eugene But (OOO till 7-30)
lgtm
3 years, 9 months ago (2017-03-08 22:26:51 UTC) #21
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/2705673003/120001
3 years, 9 months ago (2017-03-09 00:31:13 UTC) #25
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 00:40:03 UTC) #28
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/725f29f1dd104cbc643cd14af8ee...

Powered by Google App Engine
This is Rietveld 408576698