gecko-dev/layout/style
2005-11-20 22:05:24 +00:00
..
xbl-marquee Bug 239919 followup: address reviewer comments, patch by Martijn Wargers <martijn.martijn@gmail.com> 2005-11-15 00:08:01 +00:00
.cvsignore
arrow.gif
arrowd.gif
forms.css Fix bug 315264, in a kinda-hacky way. r+sr=dbaron 2005-11-06 19:38:43 +00:00
html.css Finish fixing bug 114641. r=biesi, sr=dbaron 2005-10-17 00:52:58 +00:00
Makefile.in Bug 305767 - Allow a different marker character for preprocessing CSS files - r=hixie+mconnor 2005-08-26 12:49:37 +00:00
nsComputedDOMStyle.cpp bug 287837 r+sr=bz 2005-09-19 15:47:26 +00:00
nsComputedDOMStyle.h
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h Remove the dummy frame stuff from selects. Replace it with smarter focus rect 2005-11-04 23:36:27 +00:00
nsCSSDataBlock.cpp Fix bug 303812. r+sr=dbaron 2005-11-20 21:08:47 +00:00
nsCSSDataBlock.h
nsCSSDeclaration.cpp bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSDeclaration.h
nsCSSKeywordList.h Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars 2005-10-07 00:31:36 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz. 2005-10-14 09:07:29 +00:00
nsCSSLoader.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
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 Followup for bug 314920, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=bzbarsky 2005-11-11 18:38:54 +00:00
nsCSSProperty.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSPropList.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSProps.cpp Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars 2005-10-07 00:31:36 +00:00
nsCSSProps.h
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h Bug 302188 - Support :read-only and :read-write pseudoclasses. patch by allan, r/sr=bz 2005-10-18 21:16:27 +00:00
nsCSSPseudoElementList.h
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h
nsCSSRule.cpp
nsCSSRule.h
nsCSSRuleProcessor.h
nsCSSRules.cpp Convert CSSGroupRule and CSSStyleSheet to use nsCOMArray. Bug 312491, r+sr=bzbarsky. 2005-10-15 20:21:20 +00:00
nsCSSRules.h Convert CSSGroupRule and CSSStyleSheet to use nsCOMArray. Bug 312491, r+sr=bzbarsky. 2005-10-15 20:21:20 +00:00
nsCSSScanner.cpp Make sure that CSS escapes don't introduce UTF16 surrogates into the character 2005-11-17 15:17:00 +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 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSStruct.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSStyleRule.cpp Fix selector serialization bugs related to namespaces. b=315648 r+sr=bzbarsky 2005-11-14 23:40:37 +00:00
nsCSSStyleSheet.cpp Bug 106386 Correct misspellings in source code 2005-11-20 22:05:24 +00:00
nsCSSStyleSheet.h Convert CSSGroupRule and CSSStyleSheet to use nsCOMArray. Bug 312491, r+sr=bzbarsky. 2005-10-15 20:21:20 +00:00
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
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
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.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
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
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
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
nsInspectorCSSUtils.cpp Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out 2005-08-22 22:24:29 +00:00
nsInspectorCSSUtils.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
nsLayoutStylesheetCache.cpp Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsLayoutStylesheetCache.h
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleData.h
nsRuleNode.cpp Bug 255411 "Use my colors" preference makes popup/hover frames have transparent background 2005-09-23 08:08:09 +00:00
nsRuleNode.h
nsRuleWalker.h
nsStyleContext.cpp Bug 301234 - implement subset of SVG filters. r=scooter 2005-09-06 22:30:40 +00:00
nsStyleContext.h
nsStyleCoord.cpp
nsStyleCoord.h
nsStyleSet.cpp Weaken assertions I added yesterday to fix orange on balsa. b=307939 2005-09-12 15:37:30 +00:00
nsStyleSet.h Fix typo stephend pointed out. 2005-09-12 04:28:16 +00:00
nsStyleStruct.cpp Fix crashes on restyling of a node with a broken URI in content:. Bug 308890, 2005-09-20 02:02:21 +00:00
nsStyleStruct.h I missed some comment corrections in bug 205790. r+sr=bzbarsky 2005-09-26 01:58:48 +00:00
nsStyleStructList.h
nsStyleUtil.cpp
nsStyleUtil.h
quirk.css
ua.css
viewsource.css