gecko-dev/layout/style
2006-10-10 01:05:16 +00:00
..
xbl-marquee
.cvsignore
arrow.gif
arrowd.gif
forms.css Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron. 2006-10-05 07:05:58 +00:00
html.css Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +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 Move the location of "opacity" in the list so it's easier to find. Bug 337874, 2006-08-08 16:41:03 +00:00
nsComputedDOMStyle.h
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h Bug 331432. Split nsSVGForeignObjectFrame into a pure SVG frame containing an anonymous block child, to avoid state bit collisions and simplify things. Also fixes configure.in so that foreignObject is really enabled by default in cairo builds. r=tor,sr=bzbarsky 2006-06-06 23:13:15 +00:00
nsCSSDataBlock.cpp Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc 2006-05-19 10:26:44 +00:00
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 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsCSSLoader.h Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsCSSOMFactory.cpp
nsCSSOMFactory.h
nsCSSParser.cpp Deal with flex values that add up to too much. Bug 345709, r=neil, sr=roc 2006-08-15 01:08:00 +00:00
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 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
nsCSSProps.h
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsCSSPseudoElementList.h
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h
nsCSSRule.cpp
nsCSSRule.h
nsCSSRuleProcessor.cpp Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsCSSRuleProcessor.h Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron 2006-06-08 14:32:20 +00:00
nsCSSRules.cpp Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc 2006-05-19 10:26:44 +00:00
nsCSSRules.h Add obviously-needed null check. b=337889 r+sr=bzbarsky 2006-10-06 05:29:44 +00:00
nsCSSScanner.cpp Don't let Peek() change 'mLastRead' because it makes a subsequent Unread() restore the wrong char. b=321518 r+sr=dbaron 2006-06-03 22:29:20 +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 Hold strong ref to the rule we're removing. Bug 355984, r+sr=dbaron 2006-10-10 01:05:16 +00:00
nsCSSStyleSheet.h
nsCSSValue.cpp bug 349170. nsCSSValue should use nsMemory allocators. r+sr=bz 2006-08-25 03:27:47 +00:00
nsCSSValue.h bug 349170. nsCSSValue should use nsMemory allocators. r+sr=bz 2006-08-25 03:27:47 +00:00
nsDOMCSSAttrDeclaration.cpp Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
nsDOMCSSAttrDeclaration.h
nsDOMCSSDeclaration.cpp
nsDOMCSSDeclaration.h
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsHTMLCSSStyleSheet.cpp
nsHTMLStyleSheet.cpp Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsHTMLStyleSheet.h Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsIComputedDOMStyle.h
nsICSSDeclaration.h
nsICSSGroupRule.h
nsICSSImportRule.h
nsICSSLoader.h Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
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 Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
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 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +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 Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsLayoutStylesheetCache.h Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleData.h
nsRuleNode.cpp Limit -moz-column-count to 1000 to avoid "hang" for insanely large numbers. b=345583 r+sr=roc 2006-09-12 00:37:23 +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 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
nsStyleSet.h Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron 2006-06-08 14:32:20 +00:00
nsStyleStruct.cpp Null-check the frame before trying to work with it. Bug 315483, patch by jpl24 2006-07-18 19:33:55 +00:00
nsStyleStruct.h Backout of bug 339358. 2006-05-30 16:15:35 +00:00
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 Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc 2006-05-19 10:26:44 +00:00
nsStyleUtil.h
quirk.css
ua.css Bug 331432. Move SVG-specific rule to svg.css, r+sr=bzbarsky 2006-06-12 04:27:10 +00:00
viewsource.css