|
PlzNavigate: Remove the RequestNavigation IPC
This CL removes the RequestNavigation IPC. Instead, browser-side navigation
will now send a BeforeUnload IPC to the renderer if needed and wait for a
BeforeUnloadACK to proceed with navigations.
BUG= 376006
Committed: https://crrev.com/0ab288e2bdc393fb6b037f725ddd95fe4b39e64c
Cr-Commit-Position: refs/heads/master@{#314830}
Total comments: 40
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+552 lines, -434 lines) |
Patch |
 |
M |
content/browser/frame_host/navigation_controller_impl_unittest.cc
|
View
|
1
2
|
63 chunks |
+97 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.h
|
View
|
1
2
3
|
3 chunks |
+37 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.cc
|
View
|
1
2
3
|
4 chunks |
+94 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request_info.h
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request_info.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator.h
|
View
|
1
2
3
|
2 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl.cc
|
View
|
1
2
3
4
|
9 chunks |
+77 lines, -129 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl_unittest.cc
|
View
|
1
2
|
5 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
1
2
3
4
5
|
4 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
1
2
3
4
|
6 chunks |
+29 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_manager_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_factory.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.h
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
2
3
|
6 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/common/frame_messages.h
|
View
|
1
2
|
5 chunks |
+19 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/common/navigation_params.h
|
View
|
1
2
|
1 chunk |
+21 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/common/navigation_params.cc
|
View
|
1
2
|
1 chunk |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
|
8 chunks |
+33 lines, -59 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_browsertest.cc
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.h
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.cc
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader_factory.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader_factory.cc
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/test_render_frame_host.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|