|
Replace compile flag with runtime check for text-underline-position
Replaces the CSS3_TEXT compile flag (from WebKit feature flags) with
runtime check for text-underline-position usage. Also removed the
-webkit- vendor prefix from the CSS property (including layout test
updates).
BUG= 239225
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161235
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -159 lines) |
Patch |
|
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -41 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js
|
View
|
|
2 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css
|
View
|
|
1 chunk |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
LayoutTests/webexposed/css-properties-as-js-properties-expected.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSComputedStyleDeclaration.cpp
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSParser.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSParser-in.cpp
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSPrimitiveValueMappings.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSProperties.in
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSProperty.cpp
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSPropertyNames.in
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderCustom.cpp
|
View
|
1
2
3
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/page/RuntimeCSSEnabled.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/page/UseCounter.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/InlineFlowBox.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/InlineFlowBox.cpp
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/InlineTextBox.cpp
|
View
|
1
2
3
|
5 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RootInlineBox.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RootInlineBox.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
1
2
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyleConstants.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleRareInheritedData.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleRareInheritedData.cpp
|
View
|
1
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|