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

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

Issue 444803002: Removed -webkit-marquee-increment leftovers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.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 that type_name is currently only used for non-custom value application 3 // Note that type_name is currently only used for non-custom value application
4 // and when explicitly referred to in generated applicators. 4 // and when explicitly referred to in generated applicators.
5 // Note: Mandatory blank line to skip parameter parsing phase 5 // Note: Mandatory blank line to skip parameter parsing phase
6 6
7 align-content 7 align-content
8 align-items custom_all 8 align-items custom_all
9 align-self custom_all 9 align-self custom_all
10 background-attachment custom_all 10 background-attachment custom_all
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 -webkit-hyphenate-character name_for_methods=HyphenationString, converter=conver tString<CSSValueAuto> 215 -webkit-hyphenate-character name_for_methods=HyphenationString, converter=conver tString<CSSValueAuto>
216 -webkit-line-box-contain converter=convertLineBoxContain 216 -webkit-line-box-contain converter=convertLineBoxContain
217 -webkit-line-break type_name=LineBreak 217 -webkit-line-break type_name=LineBreak
218 -webkit-line-clamp type_name=LineClampValue 218 -webkit-line-clamp type_name=LineClampValue
219 -webkit-locale custom_value 219 -webkit-locale custom_value
220 -webkit-margin-after-collapse type_name=EMarginCollapse 220 -webkit-margin-after-collapse type_name=EMarginCollapse
221 -webkit-margin-before-collapse type_name=EMarginCollapse 221 -webkit-margin-before-collapse type_name=EMarginCollapse
222 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 222 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
223 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 223 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
224 -internal-marquee-direction name_for_methods=MarqueeDirection 224 -internal-marquee-direction name_for_methods=MarqueeDirection
225 -internal-marquee-increment custom_value, name_for_methods=MarqueeIncrement 225 -internal-marquee-increment name_for_methods=MarqueeIncrement, converter=convert Length
226 -internal-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, c ustom_value 226 -internal-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, c ustom_value
227 -internal-marquee-speed custom_value, name_for_methods=MarqueeSpeed 227 -internal-marquee-speed custom_value, name_for_methods=MarqueeSpeed
228 -internal-marquee-style name_for_methods=MarqueeBehavior 228 -internal-marquee-style name_for_methods=MarqueeBehavior
229 -webkit-mask-box-image-outset custom_all 229 -webkit-mask-box-image-outset custom_all
230 -webkit-mask-box-image-repeat custom_all 230 -webkit-mask-box-image-repeat custom_all
231 -webkit-mask-box-image-slice custom_all 231 -webkit-mask-box-image-slice custom_all
232 -webkit-mask-box-image-source custom_value 232 -webkit-mask-box-image-source custom_value
233 -webkit-mask-box-image-width custom_all 233 -webkit-mask-box-image-width custom_all
234 -webkit-mask-clip custom_all 234 -webkit-mask-clip custom_all
235 -webkit-mask-composite custom_all 235 -webkit-mask-composite custom_all
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 unicode-range skip 361 unicode-range skip
362 -webkit-font-size-delta skip 362 -webkit-font-size-delta skip
363 -webkit-text-decorations-in-effect skip 363 -webkit-text-decorations-in-effect skip
364 max-zoom skip 364 max-zoom skip
365 min-zoom skip 365 min-zoom skip
366 user-zoom skip 366 user-zoom skip
367 orientation skip 367 orientation skip
368 enable-background skip 368 enable-background skip
369 invalid skip 369 invalid skip
370 all skip 370 all skip
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698