|
|
Implement URLUtils and URL interface
This does not implement the URLQuery part of the URL spec yet.
This moves the URLUtils WebIDL attributes from HTMLAnchorElement
to URLUtils and let both URL and HTMLAnchorElement implement
URLUtils.
This allows creating new URL objects using `new URL`, which can
later be mutated using the same property names as provided by
HTMLAnchorElement and Location.
BUG= 303152
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159337
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1109 lines, -296 lines) |
Patch |
 |
M |
LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
View
|
1
2
3
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt
|
View
|
1
2
3
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/domurl/check-instanceof-domurl-functions.html
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/domurl/check-instanceof-domurl-functions-expected.txt
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-constructor.html
|
View
|
1
2
3
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-constructor-expected.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-hash.html
|
View
|
1
2
3
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-hash-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-host.html
|
View
|
1
2
3
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-host-expected.txt
|
View
|
1
2
3
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-hostname.html
|
View
|
1
2
3
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-hostname-expected.txt
|
View
|
1
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-href.html
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-href-expected.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-origin.html
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-origin-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-password.html
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-password-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-pathname.html
|
View
|
1
2
3
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-pathname-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-port.html
|
View
|
1
2
3
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-port-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-protocol.html
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-protocol-expected.txt
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-search.html
|
View
|
1
2
3
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-search-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-username.html
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/domurl/url-username-expected.txt
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/js/constructor-length.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/js/constructor-length-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/DOMURL.h
|
View
|
1
2
3
|
1 chunk |
+31 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/DOMURL.cpp
|
View
|
|
1 chunk |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/html/DOMURLUtils.h
|
View
|
|
1 chunk |
+43 lines, -14 lines |
0 comments
|
Download
|
 |
A |
Source/core/html/DOMURLUtils.cpp
|
View
|
|
1 chunk |
+275 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAnchorElement.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -24 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAnchorElement.cpp
|
View
|
1
|
2 chunks |
+20 lines, -168 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAnchorElement.idl
|
View
|
1
2
|
2 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAreaElement.idl
|
View
|
1
2
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/URL.idl
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
A + |
Source/core/html/URLUtils.idl
|
View
|
|
1 chunk |
+22 lines, -9 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|