.. |
xbl-marquee
|
Bug 156979
|
2002-07-26 17:47:16 +00:00 |
arrow.gif
|
|
|
arrowd.gif
|
|
|
forms.css
|
Make input type=file disabled work properly and look right. bug 92858, r=rods@netscape.com, sr=roc+moz
|
2002-06-12 07:58:26 +00:00 |
html.css
|
Bug 156979
|
2002-07-26 17:47:16 +00:00 |
nsComputedDOMStyle.cpp
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsComputedDOMStyle.h
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsCSSDeclaration.cpp
|
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
|
2002-07-25 18:31:10 +00:00 |
nsCSSDeclaration.h
|
Making nsCSSDeclaration::GetValue() call itself to respond !important values when needed was making the CSS Parser choke in nsCSSParserImpl::AppendValue()
|
2002-06-14 12:36:43 +00:00 |
nsCSSKeywordList.h
|
fix startup assertions, bug 154503, r=sicking, sr=dbaron, a=asa
|
2002-07-19 23:58:10 +00:00 |
nsCSSKeywords.cpp
|
|
|
nsCSSKeywords.h
|
|
|
nsCSSLoader.cpp
|
Guess at fixing orange builds. b=148046
|
2002-07-02 03:56:08 +00:00 |
nsCSSOMFactory.cpp
|
|
|
nsCSSOMFactory.h
|
|
|
nsCSSParser.cpp
|
Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben
|
2002-07-09 04:28:58 +00:00 |
nsCSSPropList.h
|
|
|
nsCSSProps.cpp
|
Add some more Ethiopic list styles. Bug 154503, patch by yacob@geez.org
|
2002-07-12 20:46:19 +00:00 |
nsCSSProps.h
|
|
|
nsCSSRule.cpp
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
|
2002-07-02 20:25:30 +00:00 |
nsCSSRule.h
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsCSSRules.cpp
|
|
|
nsCSSScanner.cpp
|
Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben
|
2002-07-09 04:28:58 +00:00 |
nsCSSScanner.h
|
Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben
|
2002-07-09 04:28:58 +00:00 |
nsCSSStruct.cpp
|
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
|
2002-07-25 18:31:10 +00:00 |
nsCSSStruct.h
|
Making nsCSSDeclaration::GetValue() call itself to respond !important values when needed was making the CSS Parser choke in nsCSSParserImpl::AppendValue()
|
2002-06-14 12:36:43 +00:00 |
nsCSSStyleRule.cpp
|
|
|
nsCSSStyleSheet.cpp
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsCSSValue.cpp
|
|
|
nsCSSValue.h
|
|
|
nsDOMCSSAttrDeclaration.cpp
|
|
|
nsDOMCSSAttrDeclaration.h
|
|
|
nsDOMCSSDeclaration.cpp
|
|
|
nsDOMCSSDeclaration.h
|
|
|
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
nsDOMCSSRGBColor.cpp
|
|
|
nsDOMCSSRGBColor.h
|
|
|
nsDOMCSSValueList.cpp
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsDOMCSSValueList.h
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsHTMLStyleSheet.cpp
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsIComputedDOMStyle.h
|
|
|
nsICSSGroupRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSImportRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSLoader.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSLoaderObserver.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSNameSpaceRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSOMFactory.h
|
|
|
nsICSSParser.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSPseudoComparator.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSStyleRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSStyleSheet.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIHTMLCSSStyleSheet.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIInspectorCSSUtils.h
|
Minor cleanup of the fix for bug 122557. r=dbaron, sr=jst.
|
2002-07-03 00:18:33 +00:00 |
nsIMediaList.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsInspectorCSSUtils.cpp
|
Minor cleanup of the fix for bug 122557. r=dbaron, sr=jst.
|
2002-07-03 00:18:33 +00:00 |
nsInspectorCSSUtils.h
|
Minor cleanup of the fix for bug 122557. r=dbaron, sr=jst.
|
2002-07-03 00:18:33 +00:00 |
nsIStyleRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIStyleRuleProcessor.h
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
|
2002-07-02 20:25:30 +00:00 |
nsIStyleRuleSupplier.h
|
|
|
nsIStyleSheet.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsROCSSPrimitiveValue.cpp
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsROCSSPrimitiveValue.h
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsRuleNode.cpp
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsRuleNode.h
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsRuleWalker.h
|
|
|
nsStyleContext.cpp
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsStyleCoord.cpp
|
|
|
nsStyleCoord.h
|
More documentation checkins. r=jkeiser/sicking, sr=jst, a=asa
|
2002-07-30 05:34:55 +00:00 |
nsStyleSet.cpp
|
Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
|
2002-07-02 20:25:30 +00:00 |
nsStyleStruct.cpp
|
The c++ standard requires that the throw list be used when declaring functions as well as defining them.
|
2002-07-03 17:14:41 +00:00 |
nsStyleStruct.h
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsStyleStructList.h
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsStyleUtil.cpp
|
To make maintainance easier and allow more data-as-data rather than data-as-code, create a preprocessable list of style structs and use it in many places where we previously listed all (or half) of the style structs. b=155745 r=bzbarsky sr=waterson
|
2002-07-09 04:10:10 +00:00 |
nsStyleUtil.h
|
|
|
quirk.css
|
Bug 146125. Zero top- and bottom-margin for <th> in same cases we zero for <td>. r=dbaron, sr=kin
|
2002-06-16 00:51:55 +00:00 |
ua.css
|
|
|
viewsource.css
|
|
|