|
Remove security_origin member from content::Stream.
Stream::security_origin_ is not used at all for now. There's no
established code in Chromium to do origin checking. Security of
Blob/Stream resource loading now depends on origin checking
mechanism in Blink.
Keeping this variable without having any checking mechanism
confuses developers. Remove it until we build origin checking code
in Chromium.
Also, rename security_origin to origin, as it's nothing but an origin
URL.
BUG= 263342
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213830
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+47 lines, -47 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_dispatcher_host_impl.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/stream_resource_handler.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream.h
|
View
|
1
2
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/streams/stream_url_request_job_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.h
|
View
|
|
1 chunk |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_dispatcher_host_delegate.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|