gecko-dev/layout/style
bzbarsky%mit.edu f4ad159c46 Remove most of the aFrame args in computed style; just store the frame in a
member instead.  Bug 364617, r+sr=roc
2006-12-22 06:10:32 +00:00
..
xbl-marquee Bug 363285 - marquee broken, r+sr=bzbarsky 2006-12-11 09:51:46 +00:00
.cvsignore Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +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
arrow.gif
arrowd.gif
forms.css Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213. 2006-12-08 05:38:33 +00:00
html.css Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213. 2006-12-08 05:38:33 +00:00
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
nsCSSAnonBoxes.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSAnonBoxes.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSKeywords.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSLoader.cpp Report the right URI in the warning. Bug 360863, patch by Nickolay Ponomarev 2006-11-17 22:45:52 +00:00
nsCSSLoader.h Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by 2006-11-11 22:27:00 +00:00
nsCSSOMFactory.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSOMFactory.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSParser.cpp Fix warning. Bug 347705, no review. 2006-12-15 23:15:58 +00:00
nsCSSPropList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSProperty.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 06:20:34 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoClassList.h Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsCSSPseudoClasses.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoClasses.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoElementList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoElements.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoElements.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRule.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRuleProcessor.cpp Having an empty textnode or CDATA section child should not prevent an element 2006-12-13 00:18:32 +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 Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron 2006-11-21 21:28:14 +00:00
nsCSSRules.h Add obviously-needed null check. b=337889 r+sr=bzbarsky 2006-10-06 05:29:44 +00:00
nsCSSScanner.cpp bug 361005. remove nsCRT::strdup from layout. r+sr=bz 2006-11-17 01:49:06 +00:00
nsCSSScanner.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
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 bug 361005. remove nsCRT::strdup from layout. r+sr=bz 2006-11-17 01:49:06 +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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSValue.cpp Use string buffers to store strings in nsCSSValue so we don't have to alloc in 2006-12-13 15:49:36 +00:00
nsCSSValue.h Use string buffers to store strings in nsCSSValue so we don't have to alloc in 2006-12-13 15:49:36 +00:00
nsComputedDOMStyle.cpp Remove most of the aFrame args in computed style; just store the frame in a 2006-12-22 06:10:32 +00:00
nsComputedDOMStyle.h Remove most of the aFrame args in computed style; just store the frame in a 2006-12-22 06:10:32 +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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSDeclaration.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSDeclaration.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRGBColor.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRGBColor.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRect.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRect.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSValueList.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSValueList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsHTMLCSSStyleSheet.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsHTMLStyleSheet.cpp Fix col border drawing for cols that are explicitly in the source. Bug 350444, 2006-11-13 15:46:52 +00:00
nsHTMLStyleSheet.h Fix col border drawing for cols that are explicitly in the source. Bug 350444, 2006-11-13 15:46:52 +00:00
nsICSSDeclaration.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSGroupRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSImportRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSLoader.h Rev nsICSSLoader IID too. Bug 319654. 2006-11-11 22:28:09 +00:00
nsICSSLoaderObserver.h Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by 2006-11-11 22:27:00 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIComputedDOMStyle.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIHTMLCSSStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIInspectorCSSUtils.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIMediaList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIStyleRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIStyleRuleProcessor.h Destroy chained RuleProcessorData interatively. b=323504 r+sr=bzbarsky 2006-04-27 00:35:05 +00:00
nsIStyleRuleSupplier.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsInspectorCSSUtils.cpp Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
nsInspectorCSSUtils.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
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 File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsROCSSPrimitiveValue.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsRuleData.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsRuleNode.cpp Make the GetStyle* getters not go through GetStyleData() so they can be 2006-12-12 17:44:45 +00:00
nsRuleNode.h Make the GetStyle* getters not go through GetStyleData() so they can be 2006-12-12 17:44:45 +00:00
nsRuleWalker.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleContext.cpp Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc 2006-12-20 01:23:45 +00:00
nsStyleContext.h Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc 2006-12-20 01:23:45 +00:00
nsStyleCoord.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleCoord.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleSet.cpp Make the assertions saner. Bug 342923, r+sr=dbaron 2006-11-11 06:30:40 +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 Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc 2006-12-13 23:04:57 +00:00
nsStyleStruct.h Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc 2006-12-20 01:23:45 +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 Getting the selector text should properly escape and quote attribute value 2005-01-30 18:01:57 +00:00
quirk.css Put the quirky 1em bottom margin on forms only in quirks mode. Bug 41806, 2005-02-18 06:13:28 +00:00
ua.css Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213. 2006-12-08 05:38:33 +00:00
viewsource.css Bug 299184 Should set background-color property for prettyprint 2005-07-11 22:22:47 +00:00