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

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

Issue 18371008: Add a WebDocument::watchCssSelectors(selectors) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Omit split CLs Created 7 years, 5 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 // 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 -webkit-box-align 250 -webkit-box-align
251 -webkit-box-direction 251 -webkit-box-direction
252 -webkit-box-flex 252 -webkit-box-flex
253 -webkit-box-flex-group 253 -webkit-box-flex-group
254 -webkit-box-lines 254 -webkit-box-lines
255 -webkit-box-ordinal-group 255 -webkit-box-ordinal-group
256 -webkit-box-orient 256 -webkit-box-orient
257 -webkit-box-pack 257 -webkit-box-pack
258 -webkit-box-reflect 258 -webkit-box-reflect
259 -webkit-box-shadow 259 -webkit-box-shadow
260 #if defined(ENABLE_CSS_CALLBACKS) && ENABLE_CSS_CALLBACKS
261 -internal-callback
262 #endif
260 -webkit-column-axis 263 -webkit-column-axis
261 -webkit-column-break-after 264 -webkit-column-break-after
262 -webkit-column-break-before 265 -webkit-column-break-before
263 -webkit-column-break-inside 266 -webkit-column-break-inside
264 -webkit-column-count 267 -webkit-column-count
265 -webkit-column-gap 268 -webkit-column-gap
266 -webkit-column-progression 269 -webkit-column-progression
267 -webkit-column-rule 270 -webkit-column-rule
268 -webkit-column-rule-color 271 -webkit-column-rule-color
269 -webkit-column-rule-style 272 -webkit-column-rule-style
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 -webkit-shape-margin 412 -webkit-shape-margin
410 -webkit-shape-padding 413 -webkit-shape-padding
411 -webkit-wrap-flow 414 -webkit-wrap-flow
412 -webkit-wrap-through 415 -webkit-wrap-through
413 max-zoom 416 max-zoom
414 min-zoom 417 min-zoom
415 orientation 418 orientation
416 user-zoom 419 user-zoom
417 -webkit-tap-highlight-color 420 -webkit-tap-highlight-color
418 -webkit-app-region 421 -webkit-app-region
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698