|
CSSValue Immediates: Immediates from all CSSPrimitiveValue constructors
Update CSSPrimitiveValue's platform value constructors to also create
tagged pointers, where possible.
Depends on crrev.com/1252683002.
This is part of a larger refactor of CSSValue to introduce immediates,
discussed on the bug.
BUG= 486252
COMMIT=false
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+982 lines, -984 lines) |
Patch |
 |
M |
Source/core/animation/ColorStyleInterpolationTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/DoubleStyleInterpolation.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/DoubleStyleInterpolationTest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/ListStyleInterpolationTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/SVGStrokeDasharrayStyleInterpolationTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/ShadowStyleInterpolation.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/ShadowStyleInterpolationTest.cpp
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/VisibilityStyleInterpolation.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/VisibilityStyleInterpolationTest.cpp
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPrimitiveValue.h
|
View
|
|
4 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPrimitiveValueMappings.h
|
View
|
|
101 chunks |
+913 lines, -925 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSValuePool.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/ComputedStyleCSSValueMapping.cpp
|
View
|
|
8 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/EditingStyle.cpp
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/EditorCommand.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
|