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

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: Sync Created 7 years, 2 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 -webkit-box-align 263 -webkit-box-align
264 -webkit-box-direction 264 -webkit-box-direction
265 -webkit-box-flex 265 -webkit-box-flex
266 -webkit-box-flex-group 266 -webkit-box-flex-group
267 -webkit-box-lines 267 -webkit-box-lines
268 -webkit-box-ordinal-group 268 -webkit-box-ordinal-group
269 -webkit-box-orient 269 -webkit-box-orient
270 -webkit-box-pack 270 -webkit-box-pack
271 -webkit-box-reflect 271 -webkit-box-reflect
272 -webkit-box-shadow 272 -webkit-box-shadow
273 -internal-callback
273 -webkit-column-axis 274 -webkit-column-axis
274 -webkit-column-break-after 275 -webkit-column-break-after
275 -webkit-column-break-before 276 -webkit-column-break-before
276 -webkit-column-break-inside 277 -webkit-column-break-inside
277 -webkit-column-count 278 -webkit-column-count
278 -webkit-column-gap 279 -webkit-column-gap
279 -webkit-column-progression 280 -webkit-column-progression
280 -webkit-column-rule 281 -webkit-column-rule
281 -webkit-column-rule-color 282 -webkit-column-rule-color
282 -webkit-column-rule-style 283 -webkit-column-rule-style
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 user-zoom 420 user-zoom
420 -webkit-tap-highlight-color 421 -webkit-tap-highlight-color
421 -webkit-app-region 422 -webkit-app-region
422 423
423 // Internal properties. 424 // Internal properties.
424 -internal-marquee-direction 425 -internal-marquee-direction
425 -internal-marquee-increment 426 -internal-marquee-increment
426 -internal-marquee-repetition 427 -internal-marquee-repetition
427 -internal-marquee-speed 428 -internal-marquee-speed
428 -internal-marquee-style 429 -internal-marquee-style
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