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

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

Issue 13937017: Implement lazy block layout prototype behind a runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 inherit 4 inherit
5 initial 5 initial
6 // 6 //
7 // CSS_PROP_OUTLINE_STYLE 7 // CSS_PROP_OUTLINE_STYLE
8 // CSS_PROP_BORDER_TOP_STYLE 8 // CSS_PROP_BORDER_TOP_STYLE
9 // CSS_PROP_BORDER_BOTTOM_STYLE 9 // CSS_PROP_BORDER_BOTTOM_STYLE
10 // CSS_PROP_BORDER_LEFT_STYLE 10 // CSS_PROP_BORDER_LEFT_STYLE
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 table-column-group 328 table-column-group
329 table-column 329 table-column
330 table-cell 330 table-cell
331 table-caption 331 table-caption
332 -webkit-box 332 -webkit-box
333 -webkit-inline-box 333 -webkit-inline-box
334 -webkit-flex 334 -webkit-flex
335 -webkit-inline-flex 335 -webkit-inline-flex
336 -webkit-grid 336 -webkit-grid
337 -webkit-inline-grid 337 -webkit-inline-grid
338 lazy-block
338 //none 339 //none
339 // 340 //
340 // CSS_PROP_CURSOR: 341 // CSS_PROP_CURSOR:
341 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h. 342 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h.
342 // 343 //
343 auto 344 auto
344 crosshair 345 crosshair
345 default 346 default
346 pointer 347 pointer
347 move 348 move
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 no-drag 994 no-drag
994 995
995 // -webkit-grid-{start|end|before|after} 996 // -webkit-grid-{start|end|before|after}
996 span 997 span
997 998
998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 999 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
999 // text-indent 1000 // text-indent
1000 -webkit-each-line 1001 -webkit-each-line
1001 #endif 1002 #endif
1002 1003
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698