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

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

Issue 1649003002: Use StylePath instead of (Path)StyleMotionPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 221 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
222 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier 222 mask svg, name_for_methods=MaskerResource, converter=convertFragmentIdentifier
223 mask-source-type runtime_flag=CSSMaskSourceType, custom_all 223 mask-source-type runtime_flag=CSSMaskSourceType, custom_all
224 mask-type svg 224 mask-type svg
225 max-height interpolable, initial=initialMaxSize, converter=convertLengthMaxSizin g 225 max-height interpolable, initial=initialMaxSize, converter=convertLengthMaxSizin g
226 max-width interpolable, initial=initialMaxSize, converter=convertLengthMaxSizing 226 max-width interpolable, initial=initialMaxSize, converter=convertLengthMaxSizing
227 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing 227 min-height interpolable, initial=initialMinSize, converter=convertLengthSizing
228 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing 228 min-width interpolable, initial=initialMinSize, converter=convertLengthSizing
229 mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_ for_methods=BlendMode 229 mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_ for_methods=BlendMode
230 motion-offset interpolable, converter=convertLength 230 motion-offset interpolable, converter=convertLength
231 motion-path custom_all 231 motion-path converter=convertPathOrNone
232 motion-rotation interpolable, converter=convertMotionRotation 232 motion-rotation interpolable, converter=convertMotionRotation
233 object-fit type_name=ObjectFit 233 object-fit type_name=ObjectFit
234 object-position interpolable, converter=convertPosition 234 object-position interpolable, converter=convertPosition
235 opacity interpolable, type_name=float 235 opacity interpolable, type_name=float
236 order type_name=int 236 order type_name=int
237 orphans interpolable, inherited, type_name=short, custom_all 237 orphans interpolable, inherited, type_name=short, custom_all
238 outline-color interpolable, custom_all 238 outline-color interpolable, custom_all
239 outline-offset interpolable, converter=convertComputedLength<int> 239 outline-offset interpolable, converter=convertComputedLength<int>
240 outline-style custom_all 240 outline-style custom_all
241 outline-width interpolable, converter=convertLineWidth<unsigned short> 241 outline-width interpolable, converter=convertLineWidth<unsigned short>
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 -webkit-shape-margin alias_for=shape-margin 542 -webkit-shape-margin alias_for=shape-margin
543 -webkit-shape-outside alias_for=shape-outside 543 -webkit-shape-outside alias_for=shape-outside
544 -webkit-transform alias_for=transform 544 -webkit-transform alias_for=transform
545 -webkit-transform-origin alias_for=transform-origin 545 -webkit-transform-origin alias_for=transform-origin
546 -webkit-transform-style alias_for=transform-style 546 -webkit-transform-style alias_for=transform-style
547 -webkit-transition alias_for=transition 547 -webkit-transition alias_for=transition
548 -webkit-transition-delay alias_for=transition-delay 548 -webkit-transition-delay alias_for=transition-delay
549 -webkit-transition-duration alias_for=transition-duration 549 -webkit-transition-duration alias_for=transition-duration
550 -webkit-transition-property alias_for=transition-property 550 -webkit-transition-property alias_for=transition-property
551 -webkit-transition-timing-function alias_for=transition-timing-function 551 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698