|
Merge CSSProperties.in and CSSShorthands.in
This patch is part 1 of merging the CSS .in files (part 2 is also up, at
https://codereview.chromium.org/415613002). Having a single .in file for
listing CSS properties makes it both easier to add new properties and
add new property flags.
I've renamed some of the StyleBuilder flags to make it more obvious what
these refer to and also re-ordered CSSProperties.in in some sort of
sensible fashion (see part 2 patch for what this will look like with the
remaining properties); the high/low priority split doesn't make too much
sense right now but will of course make sense once CSSPropertyNames.in
is merged into the same file.
BUG= 396992
TBR=pfeldman
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180020
Total comments: 4
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+381 lines, -308 lines) |
Patch |
 |
A |
Source/build/scripts/css_properties.py
|
View
|
1
2
3
4
5
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/make_style_builder.py
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -51 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/make_style_shorthands.py
|
View
|
1
|
1 chunk |
+10 lines, -26 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/name_utilities.py
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/scripts.gni
|
View
|
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/scripts.gypi
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/BUILD.gn
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/core_generated.gyp
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSProperties.in
|
View
|
1
2
3
4
5
6
|
13 chunks |
+230 lines, -117 lines |
0 comments
|
Download
|
 |
D |
Source/core/css/CSSShorthands.in
|
View
|
1
2
3
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/devtools.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/scripts/generate_supported_css.py
|
View
|
1
2
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitpy/w3c/test_converter.py
|
View
|
|
2 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|