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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 background-position-x interpolable, custom_all 204 background-position-x interpolable, custom_all
205 background-position-y interpolable, custom_all 205 background-position-y interpolable, custom_all
206 background-repeat-x custom_all 206 background-repeat-x custom_all
207 background-repeat-y custom_all 207 background-repeat-y custom_all
208 background-size interpolable, custom_all 208 background-size interpolable, custom_all
209 baseline-shift interpolable, svg, custom_inherit, custom_value 209 baseline-shift interpolable, svg, custom_inherit, custom_value
210 border-bottom-color interpolable, custom_all 210 border-bottom-color interpolable, custom_all
211 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius, api_class=CSSPropertyAPIBorderRadius 211 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c onvertRadius, api_class=CSSPropertyAPIBorderRadius
212 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius, api_class=CSSPropertyAPIBorderRadius 212 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter= convertRadius, api_class=CSSPropertyAPIBorderRadius
213 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 213 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
214 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<unsigned> 214 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL ineWidth<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
215 border-collapse inherited, independent, keyword_only, keywords=[separate|collaps e], initial_keyword=separate 215 border-collapse inherited, independent, keyword_only, keywords=[separate|collaps e], 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
216 border-image-outset interpolable, custom_all 216 border-image-outset interpolable, custom_all
217 border-image-repeat custom_all 217 border-image-repeat custom_all
218 border-image-slice interpolable, custom_all 218 border-image-slice interpolable, custom_all
219 border-image-source interpolable, custom_value, typedom_types=[Image], keywords= [none] 219 border-image-source interpolable, custom_value, typedom_types=[Image], keywords= [none]
220 border-image-width interpolable, custom_all 220 border-image-width interpolable, custom_all
221 border-left-color interpolable, custom_all 221 border-left-color interpolable, custom_all
222 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 222 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
223 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<unsigned> 223 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin eWidth<float>
224 border-right-color interpolable, custom_all 224 border-right-color interpolable, custom_all
225 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 225 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
226 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<unsigned> 226 border-right-width interpolable, initial=initialBorderWidth, converter=convertLi neWidth<float>
227 border-top-color interpolable, custom_all 227 border-top-color interpolable, custom_all
228 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius, api_class=CSSPropertyAPIBorderRadius 228 border-top-left-radius interpolable, initial=initialBorderRadius, converter=conv ertRadius, api_class=CSSPropertyAPIBorderRadius
229 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius, api_class=CSSPropertyAPIBorderRadius 229 border-top-right-radius interpolable, initial=initialBorderRadius, converter=con vertRadius, api_class=CSSPropertyAPIBorderRadius
230 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 230 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
231 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_ percentage 231 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine Width<float>, typedom_types=[Length], keywords=[thin|medium|thick], supports_per centage
232 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto 232 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl e, initial=initialOffset, converter=convertLengthOrAuto
233 box-shadow interpolable, converter=convertShadowList 233 box-shadow interpolable, converter=convertShadowList
234 box-sizing 234 box-sizing
235 break-after type_name=EBreak 235 break-after type_name=EBreak
236 break-before type_name=EBreak 236 break-before type_name=EBreak
237 break-inside type_name=EBreak 237 break-inside type_name=EBreak
238 buffered-rendering svg 238 buffered-rendering svg
239 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top 239 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig ht], initial_keyword=top
240 caret-color interpolable, inherited, custom_all, api_class 240 caret-color interpolable, inherited, custom_all, api_class
241 clear 241 clear
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 -webkit-text-size-adjust alias_for=text-size-adjust 655 -webkit-text-size-adjust alias_for=text-size-adjust
656 -webkit-transform alias_for=transform 656 -webkit-transform alias_for=transform
657 -webkit-transform-origin alias_for=transform-origin 657 -webkit-transform-origin alias_for=transform-origin
658 -webkit-transform-style alias_for=transform-style 658 -webkit-transform-style alias_for=transform-style
659 -webkit-transition alias_for=transition 659 -webkit-transition alias_for=transition
660 -webkit-transition-delay alias_for=transition-delay 660 -webkit-transition-delay alias_for=transition-delay
661 -webkit-transition-duration alias_for=transition-duration 661 -webkit-transition-duration alias_for=transition-duration
662 -webkit-transition-property alias_for=transition-property 662 -webkit-transition-property alias_for=transition-property
663 -webkit-transition-timing-function alias_for=transition-timing-function 663 -webkit-transition-timing-function alias_for=transition-timing-function
664 -webkit-user-select alias_for=user-select 664 -webkit-user-select alias_for=user-select
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698