|
Support handling blob URL and resolve blob references in upload data.
BUG=none
TEST=unittest
Total comments: 24
Total comments: 2
Total comments: 28
Total comments: 2
Total comments: 18
Total comments: 22
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1721 lines, -64 lines) |
Patch |
 |
M |
base/file_util_proxy.h
|
View
|
7
8
9
10
|
2 chunks |
+14 lines, -0 lines |
1 comment
|
Download
|
 |
M |
base/file_util_proxy.cc
|
View
|
7
8
9
10
|
3 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/child_process_security_policy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/net/blob_url_request_job_factory.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/net/blob_url_request_job_factory.cc
|
View
|
9
10
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/resource_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/url_constants.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/url_constants.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_glue.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/upload_data.h
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/blob/blob_data.h
|
View
|
9
10
|
3 chunks |
+46 lines, -44 lines |
0 comments
|
Download
|
 |
M |
webkit/blob/blob_data.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/blob/blob_storage_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/blob/blob_storage_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+73 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/blob/blob_storage_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+163 lines, -9 lines |
0 comments
|
Download
|
 |
A |
webkit/blob/blob_url_request_job.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/blob/blob_url_request_job.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+532 lines, -0 lines |
1 comment
|
Download
|
 |
A |
webkit/blob/blob_url_request_job_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+454 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/blob/webkit_blob.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/mock_resource_loader_bridge.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/resource_loader_bridge.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/weburlloader_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/support/webkit_support.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_request_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_request_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/tools/test_shell/test_shell_webblobregistry_impl.h
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/tools/test_shell/test_shell_webblobregistry_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+90 lines, -0 lines |
1 comment
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_webkit_init.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+6 lines, -0 lines |
1 comment
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_webkit_init.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|