|
Split up streams logic to prepare for PlzNavigate RDH changes.
This was split out from https://codereview.chromium.org/519533002/
StreamHandle is now split into a StreamHandle and StreamInfo. StreamHandle only
manages the stream URL. StreamInfo also contains the headers and other metadata
that the streams_private mechanism uses.
StreamResourceHandler is also split out into a StreamWriter so other resource
handlers may also use it.
BUG= 376015
Committed: https://crrev.com/61814fd5bf4f1febc1c41b608dcbcd8a1e46e2c0
Cr-Commit-Position: refs/heads/master@{#299745}
Total comments: 1
Total comments: 6
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+307 lines, -198 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/streams_private/streams_private_api.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/streams_private/streams_private_api.cc
|
View
|
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigator_impl_unittest.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+21 lines, -52 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.h
|
View
|
1
2
3
|
4 chunks |
+6 lines, -9 lines |
3 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.cc
|
View
|
|
3 chunks |
+10 lines, -47 lines |
0 comments
|
Download
|
 |
A |
content/browser/loader/stream_writer.h
|
View
|
1
2
3
|
1 chunk |
+83 lines, -0 lines |
3 comments
|
Download
|
 |
A |
content/browser/loader/stream_writer.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+82 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/browser/streams/stream.h
|
View
|
1
2
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream.cc
|
View
|
|
1 chunk |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream_handle_impl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream_handle_impl.cc
|
View
|
|
3 chunks |
+2 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/stream_handle.h
|
View
|
|
2 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/stream_info.h
|
View
|
|
1 chunk |
+47 lines, -0 lines |
2 comments
|
Download
|
 |
A |
content/public/browser/stream_info.cc
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
3 comments
|
Download
|
Total messages: 22 (4 generated)
|