|
|
moved upload progress logic from ResourceLoader to AsyncResourceHandler
ResourceDispatcherHostImpl no longer listens for UploadProgress ACKS from the renderer, instead AsyncResourceHandler takes care of those and the timing details about when to send progress reports
This means that all the ResourceLoaders that previously had stubs for upload progress can lose that method
BUG= 498474
Committed: https://crrev.com/6684a66ad39c906f83f05a11c6e9ca7f9afac371
Cr-Commit-Position: refs/heads/master@{#346177}
Total comments: 27
Total comments: 21
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+248 lines, -211 lines) |
Patch |
 |
M |
content/browser/download/download_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/save_file_resource_handler.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/save_file_resource_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_resource_handler.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_resource_handler.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+63 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/browser/loader/async_resource_handler_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/certificate_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/certificate_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/detachable_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/detachable_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/layered_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/layered_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/mime_type_resource_handler_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/navigation_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.h
|
View
|
|
4 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
|
6 chunks |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+1 line, -65 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/sync_resource_handler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/sync_resource_handler.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/data/loader/async_resource_handler.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (7 generated)
|