16381 "Need to be able to specify -moz-border-radius for each corner". Made changes in the following files in order to store the radius as a nsCSSRect and support 4 new -moz-border-radius properties (topLeft, topRight, bottomRight, bottomLeft):
nsCSSDeclaration.cpp nsCSSParser.cpp nsCSSPropList.h nsCSSStyleRule.cpp nsICSSDeclaration.h nsIStyleContext.h nsStyleContext.cpp nsCSSRendering.cpp git-svn-id: svn://10.0.0.236/trunk@56387 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
|
||||
|
||||
CSS_PROP(_moz_border_radius, VISUAL)
|
||||
CSS_PROP(_moz_border_radius_topLeft, VISUAL)
|
||||
CSS_PROP(_moz_border_radius_topRight, VISUAL)
|
||||
CSS_PROP(_moz_border_radius_bottomLeft, VISUAL)
|
||||
CSS_PROP(_moz_border_radius_bottomRight, VISUAL)
|
||||
CSS_PROP(azimuth, AURAL)
|
||||
CSS_PROP(background, VISUAL)
|
||||
CSS_PROP(background_attachment, VISUAL)
|
||||
|
||||
Reference in New Issue
Block a user