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

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

Issue 15012010: Remove the CSS_COMPOSITING define, leaving the implementation under the runtime flag, since runtime… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed bogus test Created 7 years, 7 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/DeprecatedStyleBuilder.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 // 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 19 matching lines...) Expand all
30 -webkit-writing-mode 30 -webkit-writing-mode
31 -epub-writing-mode alias_for=-webkit-writing-mode 31 -epub-writing-mode alias_for=-webkit-writing-mode
32 zoom 32 zoom
33 33
34 // line height needs to be right after the above high-priority properties 34 // line height needs to be right after the above high-priority properties
35 line-height 35 line-height
36 36
37 // The remaining properties are listed in alphabetical order 37 // The remaining properties are listed in alphabetical order
38 background 38 background
39 background-attachment 39 background-attachment
40 background-blend-mode condition=CSS_COMPOSITING 40 background-blend-mode
41 background-clip 41 background-clip
42 background-color 42 background-color
43 background-image 43 background-image
44 background-origin 44 background-origin
45 background-position 45 background-position
46 background-position-x 46 background-position-x
47 background-position-y 47 background-position-y
48 background-repeat 48 background-repeat
49 background-repeat-x 49 background-repeat-x
50 background-repeat-y 50 background-repeat-y
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 list-style-type 113 list-style-type
114 margin 114 margin
115 margin-bottom 115 margin-bottom
116 margin-left 116 margin-left
117 margin-right 117 margin-right
118 margin-top 118 margin-top
119 max-height 119 max-height
120 max-width 120 max-width
121 min-height 121 min-height
122 min-width 122 min-width
123 mix-blend-mode condition=CSS_COMPOSITING 123 mix-blend-mode
124 opacity 124 opacity
125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, 125 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
126 // and may be in use on some websites and widgets. 126 // and may be in use on some websites and widgets.
127 -webkit-opacity alias_for=opacity 127 -webkit-opacity alias_for=opacity
128 orphans 128 orphans
129 outline 129 outline
130 outline-color 130 outline-color
131 outline-offset 131 outline-offset
132 outline-style 132 outline-style
133 outline-width 133 outline-width
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 -webkit-wrap-flow 399 -webkit-wrap-flow
400 -webkit-wrap-through 400 -webkit-wrap-through
401 -webkit-wrap 401 -webkit-wrap
402 max-zoom condition=CSS_DEVICE_ADAPTATION 402 max-zoom condition=CSS_DEVICE_ADAPTATION
403 min-zoom condition=CSS_DEVICE_ADAPTATION 403 min-zoom condition=CSS_DEVICE_ADAPTATION
404 orientation condition=CSS_DEVICE_ADAPTATION 404 orientation condition=CSS_DEVICE_ADAPTATION
405 user-zoom condition=CSS_DEVICE_ADAPTATION 405 user-zoom condition=CSS_DEVICE_ADAPTATION
406 -webkit-tap-highlight-color 406 -webkit-tap-highlight-color
407 -webkit-app-region 407 -webkit-app-region
408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING 408 -webkit-overflow-scrolling condition=ACCELERATED_OVERFLOW_SCROLLING
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/DeprecatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698