|
Replace SVGDocument by XMLDocument since it is removed from SVG2. In order to achieve this move its functionality to SVGDocumentExtensions and adjust the call sites. XMLDocument now knows how to create a SVG Document and getSVGDocument returns a Document. Finally mark XMLDocument as final.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173338
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+85 lines, -180 lines) |
Patch |
|
M |
Source/core/accessibility/AXRenderObject.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMImplementation.cpp
|
View
|
1
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/XMLDocument.h
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/fetch/DocumentResource.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/FontResource.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/FontResource.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/FrameView.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/LocalFrame.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFrameOwnerElement.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFrameOwnerElement.cpp
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/page/EventHandler.cpp
|
View
|
1
2
3
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.h
|
View
|
1
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.cpp
|
View
|
1
|
1 chunk |
+0 lines, -86 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocument.idl
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocumentExtensions.h
|
View
|
1
2
3
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGDocumentExtensions.cpp
|
View
|
1
2
3
|
2 chunks |
+41 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/SVGImage.cpp
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|