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

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 40733004: Replace compile flag with runtime check for text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Julien's review #2 (rebased) Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 align-content 5 align-content
6 align-items 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 -webkit-region-fragment type_name=RegionFragment 232 -webkit-region-fragment type_name=RegionFragment
233 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering 233 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering, initial=initialRTLOrdering
234 -webkit-ruby-position type_name=RubyPosition 234 -webkit-ruby-position type_name=RubyPosition
235 -webkit-text-combine type_name=TextCombine 235 -webkit-text-combine type_name=TextCombine
236 -webkit-text-emphasis-color custom_all 236 -webkit-text-emphasis-color custom_all
237 -webkit-text-emphasis-position type_name=TextEmphasisPosition 237 -webkit-text-emphasis-position type_name=TextEmphasisPosition
238 -webkit-text-emphasis-style custom_all 238 -webkit-text-emphasis-style custom_all
239 -webkit-text-fill-color custom_all 239 -webkit-text-fill-color custom_all
240 -webkit-text-security 240 -webkit-text-security
241 -webkit-text-stroke-color custom_all 241 -webkit-text-stroke-color custom_all
242 -webkit-text-underline-position custom_value, condition=CSS3_TEXT 242 text-underline-position custom_value
243 -webkit-transform-origin-x type_name=Length, converter=convertLength 243 -webkit-transform-origin-x type_name=Length, converter=convertLength
244 -webkit-transform-origin-y type_name=Length, converter=convertLength 244 -webkit-transform-origin-y type_name=Length, converter=convertLength
245 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t> 245 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t>
246 -webkit-transform-style name_for_methods=TransformStyle3D 246 -webkit-transform-style name_for_methods=TransformStyle3D
247 -webkit-transition-delay custom_all 247 -webkit-transition-delay custom_all
248 -webkit-transition-duration custom_all 248 -webkit-transition-duration custom_all
249 -webkit-transition-property custom_all 249 -webkit-transition-property custom_all
250 -webkit-transition-timing-function custom_all 250 -webkit-transition-timing-function custom_all
251 -webkit-user-drag 251 -webkit-user-drag
252 -webkit-user-modify 252 -webkit-user-modify
253 -webkit-user-select 253 -webkit-user-select
254 -webkit-wrap-flow type_name=WrapFlow 254 -webkit-wrap-flow type_name=WrapFlow
255 -webkit-wrap-through type_name=WrapThrough 255 -webkit-wrap-through type_name=WrapThrough
256 256
257 alignment-baseline svg 257 alignment-baseline svg
258 buffered-rendering svg 258 buffered-rendering svg
259 clip-rule svg, type_name=WindRule 259 clip-rule svg, type_name=WindRule
260 color-interpolation svg 260 color-interpolation svg
261 color-interpolation-filters svg, type_name=EColorInterpolation 261 color-interpolation-filters svg, type_name=EColorInterpolation
262 color-rendering svg 262 color-rendering svg
263 dominant-baseline svg 263 dominant-baseline svg
264 fill-rule svg, type_name=WindRule 264 fill-rule svg, type_name=WindRule
265 mask-type svg 265 mask-type svg
266 shape-rendering svg 266 shape-rendering svg
267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
269 text-anchor svg 269 text-anchor svg
270 vector-effect svg 270 vector-effect svg
271 writing-mode svg, type_name=SVGWritingMode 271 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698