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

Issue 1027863002: Move provisional navigation parameters to RenderFrame, and use the HistoryController to distribute … (Closed)

Created:
5 years, 9 months ago by Avi (use Gerrit)
Modified:
5 years, 9 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move pending navigation parameters to RenderFrame, and use the HistoryController to distribute them to affected frames. BUG=369661 TEST=existing tests Committed: https://crrev.com/0392dbf51928648a36cd40128b4ac8c9fd574b87 Cr-Commit-Position: refs/heads/master@{#322176}

Patch Set 1 #

Patch Set 2 : take 2 #

Total comments: 14

Patch Set 3 : fixes #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -214 lines) Patch
M content/public/renderer/render_view_observer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/history_controller.h View 1 2 3 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/history_controller.cc View 1 2 3 4 4 chunks +25 lines, -10 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 6 chunks +21 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 13 chunks +172 lines, -18 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 5 chunks +0 lines, -22 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 2 chunks +0 lines, -162 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Avi (use Gerrit)
Charlie: This is some changes in the HistoryController, but mostly code movement from RenderView to ...
5 years, 9 months ago (2015-03-20 23:13:27 UTC) #2
Charlie Reis
Very nice. Bug fix (pending_nav_params_ for multiple subframes), moving code from RV to RF, and ...
5 years, 9 months ago (2015-03-23 22:23:02 UTC) #3
Avi (use Gerrit)
https://codereview.chromium.org/1027863002/diff/20001/content/renderer/history_controller.h File content/renderer/history_controller.h (right): https://codereview.chromium.org/1027863002/diff/20001/content/renderer/history_controller.h#newcode52 content/renderer/history_controller.h:52: struct NavigationParams; On 2015/03/23 22:23:01, Charlie Reis wrote: > ...
5 years, 9 months ago (2015-03-24 20:33:46 UTC) #4
Charlie Reis
LGTM with one nit. Also, it looks like you might have a minor conflict with ...
5 years, 9 months ago (2015-03-24 22:04:08 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/1027863002/diff/60001/content/renderer/render_frame_impl.h File content/renderer/render_frame_impl.h (right): https://codereview.chromium.org/1027863002/diff/60001/content/renderer/render_frame_impl.h#newcode549 content/renderer/render_frame_impl.h:549: void SetProvisionalNavigationParams( On 2015/03/24 22:04:08, Charlie Reis wrote: > ...
5 years, 9 months ago (2015-03-25 15:57:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027863002/80001
5 years, 9 months ago (2015-03-25 15:57:39 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-25 16:55:53 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 16:56:31 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0392dbf51928648a36cd40128b4ac8c9fd574b87
Cr-Commit-Position: refs/heads/master@{#322176}

Powered by Google App Engine
This is Rietveld 408576698