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

Side by Side Diff: Source/core/css/CSSPropertyNames.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/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // 1 //
2 // CSS property names 2 // CSS property names
3 // 3 //
4 // Some properties are used internally, but are not part of CSS. They are used t o get 4 // Some properties are used internally, but are not part of CSS. They are used t o get
5 // HTML4 compatibility in the rendering engine. 5 // HTML4 compatibility in the rendering engine.
6 // 6 //
7 // Microsoft extensions are documented here: 7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9 // 9 //
10 10
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 -webkit-box-align 242 -webkit-box-align
243 -webkit-box-direction 243 -webkit-box-direction
244 -webkit-box-flex 244 -webkit-box-flex
245 -webkit-box-flex-group 245 -webkit-box-flex-group
246 -webkit-box-lines 246 -webkit-box-lines
247 -webkit-box-ordinal-group 247 -webkit-box-ordinal-group
248 -webkit-box-orient 248 -webkit-box-orient
249 -webkit-box-pack 249 -webkit-box-pack
250 -webkit-box-reflect 250 -webkit-box-reflect
251 -webkit-box-shadow 251 -webkit-box-shadow
252 -webkit-color-correction
253 -webkit-column-axis 252 -webkit-column-axis
254 -webkit-column-break-after 253 -webkit-column-break-after
255 -webkit-column-break-before 254 -webkit-column-break-before
256 -webkit-column-break-inside 255 -webkit-column-break-inside
257 -webkit-column-count 256 -webkit-column-count
258 -webkit-column-gap 257 -webkit-column-gap
259 -webkit-column-progression 258 -webkit-column-progression
260 -webkit-column-rule 259 -webkit-column-rule
261 -webkit-column-rule-color 260 -webkit-column-rule-color
262 -webkit-column-rule-style 261 -webkit-column-rule-style
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 -webkit-shape-padding 396 -webkit-shape-padding
398 -webkit-wrap-flow 397 -webkit-wrap-flow
399 -webkit-wrap-through 398 -webkit-wrap-through
400 max-zoom condition=CSS_DEVICE_ADAPTATION 399 max-zoom condition=CSS_DEVICE_ADAPTATION
401 min-zoom condition=CSS_DEVICE_ADAPTATION 400 min-zoom condition=CSS_DEVICE_ADAPTATION
402 orientation condition=CSS_DEVICE_ADAPTATION 401 orientation condition=CSS_DEVICE_ADAPTATION
403 user-zoom condition=CSS_DEVICE_ADAPTATION 402 user-zoom condition=CSS_DEVICE_ADAPTATION
404 -webkit-tap-highlight-color 403 -webkit-tap-highlight-color
405 -webkit-app-region 404 -webkit-app-region
406 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 405 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698