|
Use alias_for with trivial property aliases
This patch updates the following properties to use the new alias_for
code-path, reducing how many places need to know about these.
-webkit-box-shadow
-webkit-perspective-origin
-webkit-transform-origin
-webkit-transform-style
-webkit-backface-visibility
BUG= 410112
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194038
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+25 lines, -86 lines) |
Patch |
 |
M |
LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
View
|
|
4 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
View
|
|
4 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles/svg-style-expected.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/svg/css/getComputedStyle-basic-expected.txt
|
View
|
1
2
|
8 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/transforms/webkit-perspective-origin-csstext.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/transitions/unprefixed-perspective-origin-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/transitions/unprefixed-transform-origin-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt
|
View
|
1
2
|
4 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/webexposed/css-properties-as-js-properties-expected.txt
|
View
|
1
2
|
4 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/StringKeyframe.cpp
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/css/CSSAnimations.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/css/CSSPropertyEquality.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSComputedStyleDeclaration.cpp
|
View
|
|
5 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSProperties.in
|
View
|
|
6 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/ComputedStyleCSSValueMapping.cpp
|
View
|
1
2
|
5 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSParserFastPaths.cpp
|
View
|
1
|
4 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
|
7 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleAdjuster.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResolver.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/frame/UseCounter.cpp
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 9 (4 generated)
|