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

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed)

Created:
6 years, 2 months ago by Nate Chapin
Modified:
6 years, 1 month ago
Reviewers:
dcheng, abarth-chromium
CC:
blink-reviews, blink-reviews-events_chromium.org, dglazkov+blink, eae+blinkwatch, gavinp+loader_chromium.org, mkwst+moarreviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Remove BackForwardClient, cleanup starting a history navigation * Don't proxy history navigations through the main frame, there's no need * Have Source/core interact with history state entirely through FrameLoaderClient. It doesn't need to know that FrameLoaderClientImpl is actually talking to WebViewClient (though that will need to change eventually) * Remove NavigationScheduler::scheduleHistoryNavigation. History navigations are always asynchronous anyway, since they need to talk to the browser process. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184989

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -261 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/History.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 2 2 chunks +0 lines, -8 lines 0 comments Download
M Source/core/loader/EmptyClients.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/loader/NavigationScheduler.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/loader/NavigationScheduler.cpp View 3 chunks +0 lines, -41 lines 0 comments Download
D Source/core/page/BackForwardClient.h View 1 chunk +0 lines, -46 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M Source/core/page/Page.h View 1 2 4 chunks +0 lines, -4 lines 0 comments Download
M Source/core/page/Page.cpp View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/testing/DummyPageHolder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
D Source/web/BackForwardClientImpl.h View 1 chunk +0 lines, -56 lines 0 comments Download
D Source/web/BackForwardClientImpl.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 2 2 chunks +11 lines, -3 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M Source/web/web.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Nate Chapin
https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp File Source/core/loader/NavigationScheduler.cpp (left): https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp#oldcode352 Source/core/loader/NavigationScheduler.cpp:352: cancel(); Dropping this cancel() should be the only behavior ...
6 years, 2 months ago (2014-10-22 19:57:18 UTC) #2
abarth-chromium
Would you be willing to find another reviewer?
6 years, 2 months ago (2014-10-23 04:20:12 UTC) #3
Nate Chapin
dcheng, is this something you're comfortable reviewing?
6 years, 2 months ago (2014-10-23 18:44:46 UTC) #5
dcheng
https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp File Source/core/loader/NavigationScheduler.cpp (left): https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp#oldcode352 Source/core/loader/NavigationScheduler.cpp:352: cancel(); On 2014/10/22 at 19:57:17, Nate Chapin wrote: > ...
6 years, 1 month ago (2014-11-04 19:07:40 UTC) #6
Nate Chapin
On 2014/11/04 19:07:40, dcheng wrote: > https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp > File Source/core/loader/NavigationScheduler.cpp (left): > > https://codereview.chromium.org/669013002/diff/20001/Source/core/loader/NavigationScheduler.cpp#oldcode352 > ...
6 years, 1 month ago (2014-11-06 23:10:31 UTC) #7
Nate Chapin
On 2014/11/06 23:10:31, Nate Chapin wrote: > On 2014/11/04 19:07:40, dcheng wrote: > > > ...
6 years, 1 month ago (2014-11-07 01:16:40 UTC) #8
Nate Chapin
On 2014/11/06 23:10:31, Nate Chapin wrote: > On 2014/11/04 19:07:40, dcheng wrote: > > > ...
6 years, 1 month ago (2014-11-07 01:17:05 UTC) #9
dcheng
lgtm
6 years, 1 month ago (2014-11-07 07:17:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669013002/40001
6 years, 1 month ago (2014-11-07 20:12:34 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 21:22:27 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184989

Powered by Google App Engine
This is Rietveld 408576698