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

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

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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
« 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 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle 5 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
6 border-collapse 6 border-collapse
7 border-left-style type_name=EBorderStyle, initial=initialBorderStyle 7 border-left-style type_name=EBorderStyle, initial=initialBorderStyle
8 border-right-style type_name=EBorderStyle, initial=initialBorderStyle 8 border-right-style type_name=EBorderStyle, initial=initialBorderStyle
9 border-top-style type_name=EBorderStyle, initial=initialBorderStyle 9 border-top-style type_name=EBorderStyle, initial=initialBorderStyle
10 bottom apply_type=length, initial=initialOffset, use_auto 10 bottom apply_type=length, initial=initialOffset, use_auto
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 -webkit-border-image initial=initialNinePieceImage, custom_value 67 -webkit-border-image initial=initialNinePieceImage, custom_value
68 -webkit-box-align type_name=EBoxAlignment 68 -webkit-box-align type_name=EBoxAlignment
69 -webkit-box-decoration-break 69 -webkit-box-decoration-break
70 -webkit-box-direction 70 -webkit-box-direction
71 -webkit-box-flex-group type_name=unsigned int 71 -webkit-box-flex-group type_name=unsigned int
72 -webkit-box-flex type_name=float 72 -webkit-box-flex type_name=float
73 -webkit-box-lines 73 -webkit-box-lines
74 -webkit-box-ordinal-group type_name=unsigned int 74 -webkit-box-ordinal-group type_name=unsigned int
75 -webkit-box-orient 75 -webkit-box-orient
76 -webkit-box-pack 76 -webkit-box-pack
77 -webkit-color-correction type_name=ColorSpace, name_for_methods=ColorSpace
78 -webkit-column-axis type_name=ColumnAxis 77 -webkit-column-axis type_name=ColumnAxis
79 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak 78 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak
80 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak 79 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak
81 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 80 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
82 -webkit-column-progression type_name=ColumnProgression 81 -webkit-column-progression type_name=ColumnProgression
83 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 82 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
84 -webkit-column-span type_name=ColumnSpan 83 -webkit-column-span type_name=ColumnSpan
85 -webkit-flex-basis apply_type=length, use_auto 84 -webkit-flex-basis apply_type=length, use_auto
86 -webkit-flex-direction 85 -webkit-flex-direction
87 -webkit-flex-grow type_name=float 86 -webkit-flex-grow type_name=float
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 -webkit-text-emphasis-position type_name=TextEmphasisPosition 122 -webkit-text-emphasis-position type_name=TextEmphasisPosition
124 -webkit-text-security 123 -webkit-text-security
125 -webkit-transform-origin-x apply_type=length 124 -webkit-transform-origin-x apply_type=length
126 -webkit-transform-origin-y apply_type=length 125 -webkit-transform-origin-y apply_type=length
127 -webkit-transform-style name_for_methods=TransformStyle3D 126 -webkit-transform-style name_for_methods=TransformStyle3D
128 -webkit-user-drag 127 -webkit-user-drag
129 -webkit-user-modify 128 -webkit-user-modify
130 -webkit-user-select 129 -webkit-user-select
131 -webkit-wrap-flow type_name=WrapFlow 130 -webkit-wrap-flow type_name=WrapFlow
132 -webkit-wrap-through type_name=WrapThrough 131 -webkit-wrap-through type_name=WrapThrough
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