Bugzilla
Quick Search
Browse
Advanced Search
Reports
Documentation
New Account
Log In
or
Remember
Forgot Password
Mozilla Home
Privacy
Cookies
Legal
Attachment 148310 Details for
Bug 243412
[patch]
patch (untested)
patch.txt (text/plain), 3.01 KB, created by
Anne (:annevk)
(
hide
)
Description:
patch (untested)
Filename:
MIME Type:
Creator:
Anne (:annevk)
Size:
3.01 KB
patch
obsolete
>--- nsIDOMCSS2Properties.or 2004-05-12 16:00:57.881950400 +0200 >+++ nsIDOMCSS2Properties.idl 2004-05-12 15:58:41.165361600 +0200 >@@ -551,7 +551,10 @@ > // raises(DOMException) on setting > > /* CSS3 properties */ > attribute DOMString opacity; > // raises(DOMException) on setting > >-}; >+ attribute DOMString boxSizing; >+ // raises(DOMException) on setting >+ >+}; > >--- nsCSSPropList.or 2004-05-12 16:44:47.242785600 +0200 >+++ nsCSSPropList.h 2004-05-12 16:44:48.975276800 +0200 >@@ -317,13 +317,13 @@ > CSS_PROP_SHORTHAND(border-width, border_width, BorderWidth) > #ifndef CSS_PROP_LIST_EXCLUDE_INTERNAL > CSS_PROP_TABLEBORDER(-x-border-x-spacing, border_x_spacing, BorderXSpacing, Table, mBorderSpacingX, eCSSType_Value, PR_FALSE, nsnull) // XXX bug 3935 > CSS_PROP_TABLEBORDER(-x-border-y-spacing, border_y_spacing, BorderYSpacing, Table, mBorderSpacingY, eCSSType_Value, PR_FALSE, nsnull) // XXX bug 3935 > #endif /* !defined (CSS_PROP_LIST_EXCLUDE_INTERNAL) */ > CSS_PROP_POSITION(bottom, bottom, Bottom, Position, mOffset.mBottom, eCSSType_Value, PR_TRUE, nsnull) >-CSS_PROP_POSITION(-moz-box-sizing, box_sizing, MozBoxSizing, Position, mBoxSizing, eCSSType_Value, PR_FALSE, kBoxSizingKTable) // XXX bug 3935 >+CSS_PROP_POSITION(box-sizing, box_sizing, BoxSizing, Position, mBoxSizing, eCSSType_Value, PR_FALSE, kBoxSizingKTable) // XXX bug 3935 > CSS_PROP_TABLEBORDER(caption-side, caption_side, CaptionSide, Table, mCaptionSide, eCSSType_Value, PR_FALSE, kCaptionSideKTable) > CSS_PROP_DISPLAY(clear, clear, Clear, Display, mClear, eCSSType_Value, PR_FALSE, kClearKTable) > CSS_PROP_DISPLAY(clip, clip, Clip, Display, mClip, eCSSType_Rect, PR_FALSE, nsnull) > CSS_PROP_COLOR(color, color, Color, Color, mColor, eCSSType_Value, PR_FALSE, nsnull) > CSS_PROP_CONTENT(content, content, Content, Content, mContent, eCSSType_ValueList, PR_FALSE, kContentKTable) > CSS_PROP_NOTIMPLEMENTED(counter-increment, counter_increment, CounterIncrement) > >--- nsDOMCSSDeclaration.or 2004-05-12 16:48:48.279379200 +0200 >+++ nsDOMCSSDeclaration.cpp 2004-05-12 16:48:52.215038400 +0200 >@@ -344,11 +344,12 @@ > #define CSS_PROP_SHORTHAND(name_, id_, method_) \ > CSS_PROP(name_, id_, method_, , , , ,) > #include "nsCSSPropList.h" > > // Aliases > CSS_PROP(opacity, X, MozOpacity, X, X, X, X, X) >+CSS_PROP(box-sizing, X, MozBoxSizing, X, X, X, X, X) > > #undef CSS_PROP_SHORTHAND > #undef CSS_PROP_NOTIMPLEMENTED > #undef CSS_PROP_LIST_EXCLUDE_INTERNAL > #undef CSS_PROP > >--- nsCSSProps.or 2004-05-12 16:52:19.202672000 +0200 >+++ nsCSSProps.cpp 2004-05-12 16:52:25.471686400 +0200 >@@ -101,12 +101,13 @@ > struct CSSPropertyAlias { > char name[13]; > nsCSSProperty id; > }; > > static const CSSPropertyAlias gAliases[] = { >+ { "-moz-box-sizing", eCSSProperty_box_sizing } > { "-moz-opacity", eCSSProperty_opacity } > }; > > nsCSSProperty > nsCSSProps::LookupProperty(const nsACString& aProperty) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
|
Review
Attachments on
bug 243412
:
148310
|
734251
|
782863
|
783214
|
812123
|
826471
|
827085
|
827301
|
8351744
|
8361541
|
8361992
|
8365750
|
8369703
|
8369709
|
8369944