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

Unified 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: Add fast path batch setter for known path Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/scripts/cssProperties.ie11.txt ('k') | tools/dom/scripts/cssProperties.mobileSafari-8.2.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/cssProperties.ie9.txt
diff --git a/tools/dom/scripts/cssProperties.ie9.txt b/tools/dom/scripts/cssProperties.ie9.txt
new file mode 100644
index 0000000000000000000000000000000000000000..035ba261b2323911838631b1e5b82ebae840cd1f
--- /dev/null
+++ b/tools/dom/scripts/cssProperties.ie9.txt
@@ -0,0 +1,182 @@
+# Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/7.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
+# 180 properties
+accelerator
+alignmentBaseline
+background
+backgroundAttachment
+backgroundClip
+backgroundColor
+backgroundImage
+backgroundOrigin
+backgroundPosition
+backgroundPositionX
+backgroundPositionY
+backgroundRepeat
+backgroundSize
+baselineShift
+behavior
+border
+borderBottom
+borderBottomColor
+borderBottomLeftRadius
+borderBottomRightRadius
+borderBottomStyle
+borderBottomWidth
+borderCollapse
+borderColor
+borderLeft
+borderLeftColor
+borderLeftStyle
+borderLeftWidth
+borderRadius
+borderRight
+borderRightColor
+borderRightStyle
+borderRightWidth
+borderSpacing
+borderStyle
+borderTop
+borderTopColor
+borderTopLeftRadius
+borderTopRightRadius
+borderTopStyle
+borderTopWidth
+borderWidth
+bottom
+boxShadow
+boxSizing
+captionSide
+clear
+clip
+clipPath
+clipRule
+color
+content
+counterIncrement
+counterReset
+cssFloat
+cssText
+cursor
+direction
+display
+dominantBaseline
+emptyCells
+fill
+fillOpacity
+fillRule
+filter
+font
+fontFamily
+fontSize
+fontSizeAdjust
+fontStretch
+fontStyle
+fontVariant
+fontWeight
+glyphOrientationHorizontal
+glyphOrientationVertical
+height
+imeMode
+kerning
+layoutFlow
+layoutGrid
+layoutGridChar
+layoutGridLine
+layoutGridMode
+layoutGridType
+left
+letterSpacing
+lineBreak
+lineHeight
+listStyle
+listStyleImage
+listStylePosition
+listStyleType
+margin
+marginBottom
+marginLeft
+marginRight
+marginTop
+marker
+markerEnd
+markerMid
+markerStart
+mask
+maxHeight
+maxWidth
+minHeight
+minWidth
+msBlockProgression
+msInterpolationMode
+msTransform
+msTransformOrigin
+opacity
+orphans
+outline
+outlineColor
+outlineStyle
+outlineWidth
+overflow
+overflowX
+overflowY
+padding
+paddingBottom
+paddingLeft
+paddingRight
+paddingTop
+pageBreakAfter
+pageBreakBefore
+pageBreakInside
+pointerEvents
+position
+quotes
+right
+rubyAlign
+rubyOverhang
+rubyPosition
+scrollbar3dLightColor
+scrollbarArrowColor
+scrollbarBaseColor
+scrollbarDarkShadowColor
+scrollbarFaceColor
+scrollbarHighlightColor
+scrollbarShadowColor
+scrollbarTrackColor
+stopColor
+stopOpacity
+stroke
+strokeDasharray
+strokeDashoffset
+strokeLinecap
+strokeLinejoin
+strokeMiterlimit
+strokeOpacity
+strokeWidth
+styleFloat
+tableLayout
+textAlign
+textAlignLast
+textAnchor
+textAutospace
+textDecoration
+textIndent
+textJustify
+textJustifyTrim
+textKashida
+textKashidaSpace
+textOverflow
+textTransform
+textUnderlinePosition
+top
+unicodeBidi
+verticalAlign
+visibility
+whiteSpace
+widows
+width
+wordBreak
+wordSpacing
+wordWrap
+writingMode
+zIndex
+zoom
« no previous file with comments | « tools/dom/scripts/cssProperties.ie11.txt ('k') | tools/dom/scripts/cssProperties.mobileSafari-8.2.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698