|
Support URL fragment resolution against non-hierarchical schemes
As a result, data: about: etc now have 'query' and 'ref' components parsed; as a result a new GURL::Content() convenience is added to retrieve the whole spec sans-scheme.
Note the KURL blink API will not have the corresponding API change as non-hierarchical schemes never had any components parsed (i.e. path was always empty, users always hand-picked the content out of the spec in those cases). BUT KURL *will* now support non-hierarchical #fragment relative resolution as a result of this patch in line with GURL.
BUG= 291747
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -90 lines) |
Patch |
 |
M |
chrome/browser/chromeos/drive/file_system_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/tabs/tabs_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/navigation_constraints.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/browser_url_handler_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/child_process_security_policy_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/net_util_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
url/gurl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
url/gurl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+19 lines, -15 lines |
0 comments
|
Download
|
 |
M |
url/gurl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
url/third_party/mozilla/url_parse.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
url/third_party/mozilla/url_parse.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+31 lines, -16 lines |
0 comments
|
Download
|
 |
M |
url/url_canon_pathurl.cc
|
View
|
1
2
3
4
|
2 chunks |
+36 lines, -23 lines |
0 comments
|
Download
|
 |
M |
url/url_canon_relative.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
url/url_canon_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
url/url_parse_unittest.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
url/url_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
url/url_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
url/url_util_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|