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

Side by Side Diff: tools/dom/scripts/cssProperties.ie9.txt

Issue 966803004: Generate fast-path CssStyleDeclaration properties from browser info (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
(Empty)
1 # Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/7.0; .N ET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
2 # 180 properties
3 accelerator
4 alignmentBaseline
5 background
6 backgroundAttachment
7 backgroundClip
8 backgroundColor
9 backgroundImage
10 backgroundOrigin
11 backgroundPosition
12 backgroundPositionX
13 backgroundPositionY
14 backgroundRepeat
15 backgroundSize
16 baselineShift
17 behavior
18 border
19 borderBottom
20 borderBottomColor
21 borderBottomLeftRadius
22 borderBottomRightRadius
23 borderBottomStyle
24 borderBottomWidth
25 borderCollapse
26 borderColor
27 borderLeft
28 borderLeftColor
29 borderLeftStyle
30 borderLeftWidth
31 borderRadius
32 borderRight
33 borderRightColor
34 borderRightStyle
35 borderRightWidth
36 borderSpacing
37 borderStyle
38 borderTop
39 borderTopColor
40 borderTopLeftRadius
41 borderTopRightRadius
42 borderTopStyle
43 borderTopWidth
44 borderWidth
45 bottom
46 boxShadow
47 boxSizing
48 captionSide
49 clear
50 clip
51 clipPath
52 clipRule
53 color
54 content
55 counterIncrement
56 counterReset
57 cssFloat
58 cssText
59 cursor
60 direction
61 display
62 dominantBaseline
63 emptyCells
64 fill
65 fillOpacity
66 fillRule
67 filter
68 font
69 fontFamily
70 fontSize
71 fontSizeAdjust
72 fontStretch
73 fontStyle
74 fontVariant
75 fontWeight
76 glyphOrientationHorizontal
77 glyphOrientationVertical
78 height
79 imeMode
80 kerning
81 layoutFlow
82 layoutGrid
83 layoutGridChar
84 layoutGridLine
85 layoutGridMode
86 layoutGridType
87 left
88 letterSpacing
89 lineBreak
90 lineHeight
91 listStyle
92 listStyleImage
93 listStylePosition
94 listStyleType
95 margin
96 marginBottom
97 marginLeft
98 marginRight
99 marginTop
100 marker
101 markerEnd
102 markerMid
103 markerStart
104 mask
105 maxHeight
106 maxWidth
107 minHeight
108 minWidth
109 msBlockProgression
110 msInterpolationMode
111 msTransform
112 msTransformOrigin
113 opacity
114 orphans
115 outline
116 outlineColor
117 outlineStyle
118 outlineWidth
119 overflow
120 overflowX
121 overflowY
122 padding
123 paddingBottom
124 paddingLeft
125 paddingRight
126 paddingTop
127 pageBreakAfter
128 pageBreakBefore
129 pageBreakInside
130 pointerEvents
131 position
132 quotes
133 right
134 rubyAlign
135 rubyOverhang
136 rubyPosition
137 scrollbar3dLightColor
138 scrollbarArrowColor
139 scrollbarBaseColor
140 scrollbarDarkShadowColor
141 scrollbarFaceColor
142 scrollbarHighlightColor
143 scrollbarShadowColor
144 scrollbarTrackColor
145 stopColor
146 stopOpacity
147 stroke
148 strokeDasharray
149 strokeDashoffset
150 strokeLinecap
151 strokeLinejoin
152 strokeMiterlimit
153 strokeOpacity
154 strokeWidth
155 styleFloat
156 tableLayout
157 textAlign
158 textAlignLast
159 textAnchor
160 textAutospace
161 textDecoration
162 textIndent
163 textJustify
164 textJustifyTrim
165 textKashida
166 textKashidaSpace
167 textOverflow
168 textTransform
169 textUnderlinePosition
170 top
171 unicodeBidi
172 verticalAlign
173 visibility
174 whiteSpace
175 widows
176 width
177 wordBreak
178 wordSpacing
179 wordWrap
180 writingMode
181 zIndex
182 zoom
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698