|
Remove SVGPaint
Remove SVGPaint usage, instead use CSSValueList and CSSPrimitiveValue
for the fill/stroke CSS values.
This allows us to remove SVGPaint specific code in CSSValue.
Note that new result for svg/css/svg-attribute-parser-mode.svg matches
FireFox.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177550
Total comments: 3
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+169 lines, -374 lines) |
Patch |
|
M |
LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/css/script-tests/svg-attribute-parser-mode.js
|
View
|
1
2
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt
|
View
|
1
2
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
View
|
1
2
3
4
5
|
1 chunk |
+34 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableSVGPaint.h
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableSVGPaint.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSPropertyEquality.cpp
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSComputedStyleDeclaration.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSValue.h
|
View
|
1
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSValue.cpp
|
View
|
1
|
7 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
View
|
1
2
3
4
|
4 chunks |
+20 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/css/parser/BisonCSSParser.h
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/parser/BisonCSSParser-in.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/parser/CSSPropertyParser.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
1
2
3
4
|
4 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/SVGRenderStyle.h
|
View
|
1
2
3
4
|
7 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/SVGRenderStyleDefs.h
|
View
|
1
2
3
|
4 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/svg/RenderSVGResource.cpp
|
View
|
1
2
3
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/svg/SVGResources.cpp
|
View
|
1
2
3
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
View
|
1
2
3
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGPaint.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -134 lines |
0 comments
|
Download
|
|
D |
Source/core/svg/SVGPaint.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -95 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|