|
Hardening the 'url::Origin' implementation.
The current 'url::Origin' implementation is little more than a wrapper
for simple string comparison. This patch improves the implementation to
bring it into line with the requirements of RFC6454 and the WHATWG's
URL specification.
BUG= 490074
Total comments: 30
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+377 lines, -35 lines) |
Patch |
 |
M |
content/browser/frame_host/frame_tree_node.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/frame_tree_node.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/websocket_host.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/websocket_bridge.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/common/common_param_traits.cc
|
View
|
1
|
1 chunk |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_proxy.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
url/origin.h
|
View
|
1
2
|
1 chunk |
+121 lines, -6 lines |
0 comments
|
Download
|
 |
M |
url/origin.cc
|
View
|
1
2
|
1 chunk |
+90 lines, -5 lines |
0 comments
|
Download
|
 |
M |
url/origin_unittest.cc
|
View
|
1
2
|
2 chunks |
+138 lines, -5 lines |
0 comments
|
Download
|
 |
M |
url/url_constants.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
url/url_constants.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 17 (4 generated)
|