.. |
xbl-marquee
|
Bug 160162: MARQUEE loop property not supported, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=doron, sr=jst
|
2006-01-12 01:15:42 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
…
|
|
arrow.gif
|
…
|
|
arrowd.gif
|
…
|
|
forms.css
|
Bug 323040: RTL <select>s have incorrect horizontal padding. r+sr=dbaron
|
2006-01-20 06:45:53 +00:00 |
html.css
|
…
|
|
nsCSSAnonBoxList.h
|
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
|
2005-11-04 23:36:27 +00:00 |
nsCSSAnonBoxes.cpp
|
…
|
|
nsCSSAnonBoxes.h
|
…
|
|
nsCSSDataBlock.cpp
|
Fix bug 303812. r+sr=dbaron
|
2005-11-20 21:08:47 +00:00 |
nsCSSDataBlock.h
|
…
|
|
nsCSSDeclaration.cpp
|
…
|
|
nsCSSDeclaration.h
|
…
|
|
nsCSSKeywordList.h
|
…
|
|
nsCSSKeywords.cpp
|
…
|
|
nsCSSKeywords.h
|
…
|
|
nsCSSLoader.cpp
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
nsCSSLoader.h
|
…
|
|
nsCSSOMFactory.cpp
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsCSSOMFactory.h
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsCSSParser.cpp
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsCSSPropList.h
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsCSSProperty.h
|
…
|
|
nsCSSProps.cpp
|
…
|
|
nsCSSProps.h
|
…
|
|
nsCSSPseudoClassList.h
|
Bug 309521
|
2005-12-29 14:15:33 +00:00 |
nsCSSPseudoClasses.cpp
|
…
|
|
nsCSSPseudoClasses.h
|
…
|
|
nsCSSPseudoElementList.h
|
…
|
|
nsCSSPseudoElements.cpp
|
…
|
|
nsCSSPseudoElements.h
|
…
|
|
nsCSSRule.cpp
|
…
|
|
nsCSSRule.h
|
…
|
|
nsCSSRuleProcessor.h
|
…
|
|
nsCSSRules.cpp
|
Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst
|
2005-12-02 12:02:44 +00:00 |
nsCSSRules.h
|
…
|
|
nsCSSScanner.cpp
|
Add pref for CSS error reporting and mark as warnings rather than errors. b=264162 r=shaver sr=bzbarsky
|
2005-12-27 22:03:29 +00:00 |
nsCSSScanner.h
|
Make sure that CSS escapes don't introduce UTF16 surrogates into the character
|
2005-11-17 15:17:00 +00:00 |
nsCSSStruct.cpp
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsCSSStruct.h
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsCSSStyleRule.cpp
|
Bug 321195 - stop cloning stylesheets from losing rule weighting and line numbers. r+sr=dbaron
|
2005-12-23 21:04:35 +00:00 |
nsCSSStyleSheet.cpp
|
Bug 309521
|
2005-12-29 14:15:33 +00:00 |
nsCSSStyleSheet.h
|
…
|
|
nsCSSValue.cpp
|
…
|
|
nsCSSValue.h
|
Bug 313309 part 1 - use __fastcall for NS_FASTCALL on windows, r=shaver
|
2005-11-10 14:43:22 +00:00 |
nsComputedDOMStyle.cpp
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
nsComputedDOMStyle.h
|
…
|
|
nsDOMCSSAttrDeclaration.cpp
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsDOMCSSDeclaration.cpp
|
…
|
|
nsDOMCSSDeclaration.h
|
…
|
|
nsDOMCSSRGBColor.cpp
|
…
|
|
nsDOMCSSRGBColor.h
|
…
|
|
nsDOMCSSRect.cpp
|
…
|
|
nsDOMCSSRect.h
|
…
|
|
nsDOMCSSValueList.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
nsDOMCSSValueList.h
|
…
|
|
nsHTMLCSSStyleSheet.cpp
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsHTMLStyleSheet.cpp
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
|
2005-11-02 00:41:51 +00:00 |
nsHTMLStyleSheet.h
|
…
|
|
nsICSSDeclaration.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSGroupRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSImportRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSLoader.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSLoaderObserver.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSNameSpaceRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSOMFactory.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSParser.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSPseudoComparator.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSStyleRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSStyleRuleDOMWrapper.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsICSSStyleSheet.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIComputedDOMStyle.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIHTMLCSSStyleSheet.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIInspectorCSSUtils.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIMediaList.h
|
…
|
|
nsIStyleRule.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIStyleRuleProcessor.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIStyleRuleSupplier.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIStyleSheet.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsInspectorCSSUtils.cpp
|
…
|
|
nsInspectorCSSUtils.h
|
…
|
|
nsLayoutStylesheetCache.cpp
|
Bug 318128 Fix abuse of the CSS loader as a service r=bsmedberg sr=bz
|
2005-12-09 11:10:36 +00:00 |
nsLayoutStylesheetCache.h
|
Bug 318128 Fix abuse of the CSS loader as a service r=bsmedberg sr=bz
|
2005-12-09 11:10:36 +00:00 |
nsROCSSPrimitiveValue.cpp
|
…
|
|
nsROCSSPrimitiveValue.h
|
…
|
|
nsRuleData.h
|
…
|
|
nsRuleNode.cpp
|
Fix rounding errors in percentage font-size handling. Bug 182670, patch by Eli
|
2006-01-22 22:45:31 +00:00 |
nsRuleNode.h
|
Remove comment (from bug 91054) that meant to refer to eStyleUnit_Inherit, which was removed in bug 205790.
|
2005-12-27 19:37:14 +00:00 |
nsRuleWalker.h
|
…
|
|
nsStyleContext.cpp
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsStyleContext.h
|
…
|
|
nsStyleCoord.cpp
|
…
|
|
nsStyleCoord.h
|
…
|
|
nsStyleSet.cpp
|
…
|
|
nsStyleSet.h
|
…
|
|
nsStyleStruct.cpp
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsStyleStruct.h
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
|
2006-01-20 17:00:43 +00:00 |
nsStyleStructList.h
|
…
|
|
nsStyleUtil.cpp
|
…
|
|
nsStyleUtil.h
|
…
|
|
quirk.css
|
…
|
|
ua.css
|
Bug 317375. Removing REVIEW: comment that was causing a warning in ua.css. comments only, no code affected
|
2006-01-26 22:53:00 +00:00 |
viewsource.css
|
…
|
|