|
Propagate the encoded data length through OnDownloadData delegate method
Since the encoded data length is intended to be used for the Inspector,
it will only be valid while devtools are attached. Otherwise it becomes -1,
-1 represents that the encoded data length is unknown.
To propagate the encoded data length to Blink's didDownloadData delegate
method, the IPC dispatcher provides it to Blink.
Blink-side CL: https://chromiumcodereview.appspot.com/23632004/
After this change is landed, we'll remove the stub code in Blink-side.
BUG= 269055
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221024
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+37 lines, -21 lines) |
Patch |
 |
M |
chrome/renderer/extensions/extension_localization_peer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/extension_localization_peer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/security_filter_peer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/loader/async_resource_handler.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/child/resource_dispatcher.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/child/resource_dispatcher.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/resource_dispatcher_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_messages.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/buffered_resource_loader.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/buffered_resource_loader.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_url_loader_host.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_url_loader_host.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/child/resource_loader_bridge.h
|
View
|
1
2
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/child/weburlloader_impl.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|