|
Move paint-order, stroke-width, stroke-linejoin, and stroke-linecap styles out of SVG
This patch moves these styles out of svg and sets the properties on video cues.
Base patch:
http://trac.webkit.org/changeset/212562
BUG= 692841
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+478 lines, -161 lines) |
Patch |
|
A |
third_party/WebKit/LayoutTests/fast/css/parsing-paint-order.html
|
View
|
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/fast/css/parsing-stroke-linecap.html
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/fast/css/parsing-stroke-linejoin.html
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/fast/css/parsing-stroke-width.html
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/media/track/track-css-stroke-cues.html
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/css/CSSProperties.json5
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
View
|
|
6 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/LayoutSVGPath.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/ComputedStyle.h
|
View
|
|
2 chunks |
+43 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
View
|
1
|
4 chunks |
+50 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/ComputedStyleTest.cpp
|
View
|
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
View
|
|
15 chunks |
+0 lines, -37 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
View
|
|
5 chunks |
+2 lines, -48 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
|
View
|
|
2 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
|
View
|
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
View
|
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp
|
View
|
|
4 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (5 generated)
|