|
Remove SVGDocument binding
The SVG2 specification removes the SVGDocument interface and instead suggests the SVG document
to be a partial implementation on Document. This patch does that except it does a partial implement
of XMLDocument, since an SVG document is also an XML Document according to DOM4.
The createEvent specialization for SVG is now handled by Document. The rootElement method is still
on the native SVGDocument for now.
The GetSVGDocument interface now returns a Document instead of an SVGDocument as specified in SVG2 spec.
BUG= 238366
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166179
Total comments: 3
Total comments: 4
Total comments: 9
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -111 lines) |
Patch |
|
M |
LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.png
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
|
D |
LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.txt
|
View
|
1
2
3
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/clone-node.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/clone-node-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/dynamic-svg-document-creation.svg
|
View
|
1
2
3
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/dynamic-svg-document-creation-expected.txt
|
View
|
1
2
3
|
1 chunk |
+9 lines, -36 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/frame-getSVGDocument.html
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/frame-getSVGDocument-expected.txt
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/global-constructors-expected.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/manually-parsed-svg-allowed-in-dashboard-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/script-tests/global-constructors.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/webexposed/global-constructors-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.idl
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/XMLDocument.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLEmbedElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFrameElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFrameOwnerElement.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLIFrameElement.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLObjectElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.cpp
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.idl
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|