gecko-dev/layout/style
bbaetz%cs.mcgill.ca 5c8cc975a2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
..
arrow.gif Bugzilla Bug 111606�Want black combo box arrow 2001-11-27 15:48:16 +00:00
arrowd.gif Bugzilla Bug 111606�Want black combo box arrow 2001-11-27 15:48:16 +00:00
forms.css Give checkbox and radio face color on active 2001-11-29 09:54:38 +00:00
html.css bug 60365 - have caption inherit margin-left, margin-right, align=center from table. sr=attinasi, r=alexsavulov 2001-12-11 21:28:47 +00:00
nsCSSDeclaration.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSKeywordList.h Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSKeywords.cpp first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake 2001-11-27 21:13:53 +00:00
nsCSSKeywords.h first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake 2001-11-27 21:13:53 +00:00
nsCSSLoader.cpp Add an assertion to the CSS loader for cases when sheet decoding fails. 2001-12-11 02:48:49 +00:00
nsCSSOMFactory.cpp Add omitted NS_INIT_ISUPPORTS. b=108750 a=blizzard 2001-11-08 02:17:43 +00:00
nsCSSOMFactory.h Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750 2001-11-07 07:06:31 +00:00
nsCSSParser.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSPropList.h Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSProps.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSProps.h Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSRule.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSRule.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSRules.cpp Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsCSSScanner.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSScanner.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSStruct.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSStyleRule.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsCSSStyleSheet.cpp Bug 109431: Speed up ID selector matching, mainly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. Bug 110815: Avoid an unneeded QI from nsICSSStyleRule to nsIStyleRule, which it inherits. r=jag sr=hyatt 2001-11-21 03:30:44 +00:00
nsCSSValue.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSValue.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsComputedDOMStyle.cpp Re-enable inspector showing positioning values. Bug 113863, r=timeless, 2001-12-06 22:29:53 +00:00
nsDOMCSSAttrDeclaration.cpp Whitespace changes. 2001-11-29 09:59:31 +00:00
nsDOMCSSAttrDeclaration.h Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750 2001-11-07 07:06:31 +00:00
nsDOMCSSDeclaration.cpp Make setting element.style.foo just parse the value instead of creating 2001-09-28 01:38:36 +00:00
nsDOMCSSDeclaration.h Make setting element.style.foo just parse the value instead of creating 2001-09-28 01:38:36 +00:00
nsHTMLCSSStyleSheet.cpp Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt 2001-11-10 23:51:45 +00:00
nsHTMLStyleSheet.cpp Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt 2001-11-10 23:51:45 +00:00
nsICSSGroupRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSImportRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSLoader.h Improve how we get our charset for stylesheets. Look at HTTP header, 2001-10-25 00:34:20 +00:00
nsICSSLoaderObserver.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsICSSNameSpaceRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSOMFactory.h Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750 2001-11-07 07:06:31 +00:00
nsICSSParser.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSPseudoComparator.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsICSSRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSStyleRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsICSSStyleSheet.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsIComputedDOMStyle.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsIHTMLCSSStyleSheet.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsIMediaList.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsIStyleRule.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
nsIStyleRuleProcessor.h Attempt to fix HP runtime bustage. b=83836 2001-11-11 20:46:42 +00:00
nsIStyleRuleSupplier.h Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt 2001-11-10 23:51:45 +00:00
nsIStyleSheet.h Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
nsROCSSPrimitiveValue.cpp Fix computed positioning style for static elements and computed 2001-12-06 21:15:54 +00:00
nsROCSSPrimitiveValue.h Fix computed positioning style for static elements and computed 2001-12-06 21:15:54 +00:00
nsRuleNode.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsRuleNode.h Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsRuleWalker.h Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson 2001-10-24 00:01:09 +00:00
nsStyleContext.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsStyleCoord.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsStyleCoord.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsStyleSet.cpp Fix crash due to accessing destroyed data previously owned by a rule node but cached on a style context that inherited it by clearing style data from style contexts before reresolution due to an inline style change. b=105619 sr=hyatt r=shaver 2001-12-08 22:46:21 +00:00
nsStyleStruct.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsStyleStruct.h Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsStyleUtil.cpp Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
nsStyleUtil.h Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527 2001-10-19 20:59:33 +00:00
quirk.css bug 107857 - add -moz-show-background value to empty-cells and make that the quirk default. sr=attinasi, r=pierre. 2001-11-06 22:52:59 +00:00
ua.css Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
viewsource.css Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00