|
Parse new circle shape syntax
Implement parsing of the new circle shape syntax. The implementation of
the old syntax has been move aside as deprecated, and will be removed
once the new syntax is stable.
Updated existing parsing tests to cover this.
Patch by Bem Jones-Bey.
BUG= 322165
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164131
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+610 lines, -65 lines) |
Patch |
|
M |
LayoutTests/fast/masking/parsing-clip-path-shape.html
|
View
|
|
5 chunks |
+32 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/masking/parsing-clip-path-shape-expected.txt
|
View
|
|
4 chunks |
+29 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
|
View
|
1
2
|
2 chunks |
+38 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
|
View
|
1
2
|
2 chunks |
+38 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/shapes/parsing/parsing-test-utils.js
|
View
|
1
2
|
2 chunks |
+25 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/css/BasicShapeFunctions.cpp
|
View
|
1
2
|
6 chunks |
+111 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSBasicShapes.h
|
View
|
1
2
3
|
4 chunks |
+36 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSBasicShapes.cpp
|
View
|
1
2
|
3 chunks |
+60 lines, -16 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSParser.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSParser-in.cpp
|
View
|
1
2
3
|
3 chunks |
+77 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSValueKeywords.in
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/shapes/Shape.cpp
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.h
|
View
|
1
2
3
|
3 chunks |
+97 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/BasicShapes.cpp
|
View
|
1
2
|
3 chunks |
+54 lines, -4 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|