|
PlzNavigate: support NavigationThrottle::WillProcessResponse
This CL introduces support in PlzNavigate for canceling navigations or pausing
navigations in NavigationThrottle::WillProcessResponse.
BUG= 555418
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/5a3c36494131da824529e5abca31ffad62270f00
Cr-Commit-Position: refs/heads/master@{#383092}
Total comments: 19
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+481 lines, -107 lines) |
Patch |
 |
M |
content/browser/frame_host/navigation_handle_impl.h
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_handle_impl.cc
|
View
|
1
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_handle_impl_browsertest.cc
|
View
|
1
2
3
|
3 chunks |
+288 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_request.cc
|
View
|
|
5 chunks |
+81 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl.h
|
View
|
|
3 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+22 lines, -65 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.cc
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_impl_core.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_url_loader_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/test_navigation_url_loader.cc
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 16 (7 generated)
|