Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index a5f6e0f02718449d6f705046f9f35e26f9d21f13..57ffc8f39d7ce0043dfab0e312a1d417f359dec8 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -211,7 +211,7 @@ border-bottom-color interpolable, custom_all
border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=convertRadius, api_class=CSSPropertyAPIBorderRadius
border-bottom-right-radius interpolable, initial=initialBorderRadius, converter=convertRadius, api_class=CSSPropertyAPIBorderRadius
border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
-border-bottom-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-bottom-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
pdr. 2017/01/24 06:57:31 Should outline-width be changed in a similar way (
Karl Øygard 2017/01/24 22:42:58 Yes, that would make sense. I debated including o
border-collapse inherited, independent, keyword_only, keywords=[separate|collapse], initial_keyword=separate
pdr. 2017/01/24 06:57:31 Some of the SVG test results seem like regressions
Karl Øygard 2017/01/24 22:42:58 I'll recheck and verify that the new results are a
Karl Øygard 2017/01/27 20:19:27 Yes, something's amiss here, investigating.
Karl Øygard 2017/01/28 16:46:27 I discovered one issue with repeating background i
border-image-outset interpolable, custom_all
border-image-repeat custom_all
@@ -220,15 +220,15 @@ border-image-source interpolable, custom_value, typedom_types=[Image], keywords=
border-image-width interpolable, custom_all
border-left-color interpolable, custom_all
border-left-style type_name=EBorderStyle, initial=initialBorderStyle
-border-left-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-left-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
border-right-color interpolable, custom_all
border-right-style type_name=EBorderStyle, initial=initialBorderStyle
-border-right-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-right-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
border-top-color interpolable, custom_all
border-top-left-radius interpolable, initial=initialBorderRadius, converter=convertRadius, api_class=CSSPropertyAPIBorderRadius
border-top-right-radius interpolable, initial=initialBorderRadius, converter=convertRadius, api_class=CSSPropertyAPIBorderRadius
border-top-style type_name=EBorderStyle, initial=initialBorderStyle
-border-top-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_percentage
+border-top-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>, typedom_types=[Length], keywords=[thin|medium|thick], supports_percentage
bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolable, initial=initialOffset, converter=convertLengthOrAuto
box-shadow interpolable, converter=convertShadowList
box-sizing

Powered by Google App Engine
This is Rietveld 408576698