|
Remove the FrameMsg_Navigate_Params
This CL removes the FrameMsg_Navigate_Params in favor of using the various
*NavigationParams struct. This allows a better unification of the current
navigation logic and the one being developped for browser-side navigation (aka
PlzNavigate).
In particular, the pending navigation parameters in RenderViewImpl are now composed of *NavigationParams struct which will allow to properly set them in PlzNavigate. It should also allow us to have the NavigationState be created from the NavigationParams. This is needed for calling the logic of RenderFrameImpl::didCommitProvisionalLoad without a data source in PlzNavigate.
BUG= 459033
Committed: https://crrev.com/34e1278e145473eeecf118e63f3530dfd3620f57
Cr-Commit-Position: refs/heads/master@{#320263}
Total comments: 18
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+602 lines, -509 lines) |
Patch |
 |
M |
content/browser/frame_host/navigation_controller_impl_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_entry_impl.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+14 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_entry_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+68 lines, -0 lines |
1 comment
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+7 lines, -20 lines |
1 comment
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -89 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+12 lines, -13 lines |
2 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+27 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_manager_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/frame_messages.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+18 lines, -49 lines |
0 comments
|
Download
|
 |
M |
content/common/navigation_params.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+68 lines, -4 lines |
2 comments
|
Download
|
 |
M |
content/common/navigation_params.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+56 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/public/test/render_view_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/renderer_accessibility_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+65 lines, -60 lines |
1 comment
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
18 chunks |
+173 lines, -183 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+36 lines, -25 lines |
0 comments
|
Download
|
Total messages: 16 (3 generated)
|