gecko-dev/layout/style
2006-05-03 04:26:28 +00:00
..
xbl-marquee
.cvsignore
arrow.gif
arrowd.gif
forms.css Bug 333243: Options inside <optgroup>s in RTL <selects>s are not indented. r+sr=dbaron 2006-04-15 07:39:46 +00:00
html.css Fix crash relating to uninitialized floats in cursor structure, and make imagemap images use the cursor style of the areas when in them (instead of the cursor style from the image) and the cursor style of the image when not in the areas (instead of a hardcoded default). b=302536 r=biesi sr=bzbarsky 2006-04-20 21:02:10 +00:00
Makefile.in Split the nsCSSRuleProcessor half of nsCSSStyleSheet.cpp into nsCSSRuleProcessor.cpp. b=332136 r+sr=bzbarsky 2006-04-03 23:52:17 +00:00
nsComputedDOMStyle.cpp
nsComputedDOMStyle.h
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h
nsCSSDataBlock.cpp
nsCSSDataBlock.h
nsCSSDeclaration.cpp Make static some nsCSSDeclaration methods that don't need their this. b=336322 r+sr=bzbarsky 2006-05-02 23:36:17 +00:00
nsCSSDeclaration.h Make static some nsCSSDeclaration methods that don't need their this. b=336322 r+sr=bzbarsky 2006-05-02 23:36:17 +00:00
nsCSSKeywordList.h
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp
nsCSSLoader.h
nsCSSOMFactory.cpp
nsCSSOMFactory.h
nsCSSParser.cpp
nsCSSProperty.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 06:20:34 +00:00
nsCSSPropList.h
nsCSSProps.cpp Only parse those XUL display styles that we can actually construct. Bug 2006-04-19 15:10:50 +00:00
nsCSSProps.h
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h
nsCSSPseudoElementList.h
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h
nsCSSRule.cpp
nsCSSRule.h
nsCSSRuleProcessor.cpp Destroy chained RuleProcessorData interatively. b=323504 r+sr=bzbarsky 2006-04-27 00:35:05 +00:00
nsCSSRuleProcessor.h Split the nsCSSRuleProcessor half of nsCSSStyleSheet.cpp into nsCSSRuleProcessor.cpp. b=332136 r+sr=bzbarsky 2006-04-03 23:52:17 +00:00
nsCSSRules.cpp
nsCSSRules.h
nsCSSScanner.cpp Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
nsCSSScanner.h
nsCSSStruct.cpp Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky 2006-05-03 04:26:28 +00:00
nsCSSStruct.h Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky 2006-05-03 04:26:28 +00:00
nsCSSStyleRule.cpp Fix leak when cloning negations caused by previous patch. b=333634 r+sr=bzbarsky 2006-04-28 18:02:53 +00:00
nsCSSStyleSheet.cpp Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
nsCSSStyleSheet.h
nsCSSValue.cpp Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky 2006-05-03 04:26:28 +00:00
nsCSSValue.h Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky 2006-05-03 04:26:28 +00:00
nsDOMCSSAttrDeclaration.cpp Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
nsDOMCSSAttrDeclaration.h
nsDOMCSSDeclaration.cpp
nsDOMCSSDeclaration.h
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsHTMLCSSStyleSheet.cpp
nsHTMLStyleSheet.cpp
nsHTMLStyleSheet.h
nsIComputedDOMStyle.h
nsICSSDeclaration.h
nsICSSGroupRule.h
nsICSSImportRule.h
nsICSSLoader.h
nsICSSLoaderObserver.h
nsICSSNameSpaceRule.h Put comment where LXR likes it. (At least I only messed up one file.) 2006-03-25 07:14:13 +00:00
nsICSSOMFactory.h
nsICSSParser.h
nsICSSPseudoComparator.h
nsICSSRule.h
nsICSSStyleRule.h Fix leak when cloning negations caused by previous patch. b=333634 r+sr=bzbarsky 2006-04-28 18:02:53 +00:00
nsICSSStyleRuleDOMWrapper.h
nsICSSStyleSheet.h
nsIHTMLCSSStyleSheet.h
nsIInspectorCSSUtils.h
nsIMediaList.h
nsInspectorCSSUtils.cpp Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
nsInspectorCSSUtils.h
nsIStyleRule.h
nsIStyleRuleProcessor.h Destroy chained RuleProcessorData interatively. b=323504 r+sr=bzbarsky 2006-04-27 00:35:05 +00:00
nsIStyleRuleSupplier.h
nsIStyleSheet.h
nsLayoutStylesheetCache.cpp
nsLayoutStylesheetCache.h
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleData.h
nsRuleNode.cpp Missed an out-of-memory check. b=335729 r+sr=bzbarsky 2006-04-27 23:56:53 +00:00
nsRuleNode.h nsRuleNode should not have a virtual destructor (and thus vtable pointer). b=335630 r+sr=bzbarsky 2006-04-27 20:01:59 +00:00
nsRuleWalker.h
nsStyleContext.cpp Make what FindChildWithRules does actually be an MRU cache, and condense some if-else chains over mChild and mEmptyChild. b=335733 r+sr=bzbarsky 2006-04-28 00:09:05 +00:00
nsStyleContext.h Make what FindChildWithRules does actually be an MRU cache, and condense some if-else chains over mChild and mEmptyChild. b=335733 r+sr=bzbarsky 2006-04-28 00:09:05 +00:00
nsStyleCoord.cpp
nsStyleCoord.h
nsStyleSet.cpp Move assertion up to where we have a chance of actually seeing it. 2006-04-27 18:23:30 +00:00
nsStyleSet.h
nsStyleStruct.cpp
nsStyleStruct.h
nsStyleStructList.h Put back CheckColorCallback from bug 332333 despite its being part of a slight Tp regression. 2006-04-16 06:41:25 +00:00
nsStyleUtil.cpp
nsStyleUtil.h
quirk.css
ua.css
viewsource.css