gecko-dev/layout/style
bzbarsky%mit.edu c255aa1143 Fix getComputedStyle() position/size calculations. Bug 84599 and bug
94855, r=glazou, sr=attinasi
2001-11-10 17:29:04 +00:00
..
arrow.gif Added missing arrow.gif 1999-07-14 22:45:58 +00:00
arrowd.gif r=rods;bug=14867 put in style rule to disable file selector button 1999-10-02 00:28:37 +00:00
forms.css Initial check in for print preview work it is complied in for Windows and linix only 2001-11-03 14:59:39 +00:00
html.css Initial check in for print preview work it is complied in for Windows and linix only 2001-11-03 14:59:39 +00:00
nsCSSDeclaration.cpp Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 06:44:19 +00:00
nsCSSKeywordList.h 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
nsCSSKeywords.cpp License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsCSSKeywords.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
nsCSSLoader.cpp Backout glazman's fix for bug 107567, pending investigation 2001-10-31 19:03:46 +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 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
nsCSSPropList.h Make changes to clip property trigger a reflow change, not just a visual 2001-10-10 00:21:02 +00:00
nsCSSProps.cpp 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
nsCSSProps.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
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 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 06:44:19 +00:00
nsCSSStyleRule.cpp Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson 2001-10-24 00:01:09 +00:00
nsCSSStyleSheet.cpp Avoid attempting to do CSS selector matching on text nodes, comments, or processing instructions by adding a 'NonElement' style resolution method that assumes that no rules match (temporarily, until we don't have style contexts for text nodes) and by cleaning code that was using textPseudo (the usual case) or passing the text node directly (only a few unusual cases). b=56117 r=hyatt sr=attinasi 2001-10-30 06:02:05 +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 Fix getComputedStyle() position/size calculations. Bug 84599 and bug 2001-11-10 17:29:04 +00:00
nsDOMCSSAttrDeclaration.cpp 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
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 Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson 2001-10-24 00:01:09 +00:00
nsHTMLStyleSheet.cpp Fixing bug 108321. Don't waste time using the component manager when creating an nsHTMLAttributes when setting attributes on an element, call NS_NewHTMLAttributes() directly in stead. Also doing some cleaning up in nsHTMLStyleSheet.cpp. r=dbaron@fas.harvard.edu, sr=hyatt@netscape.com 2001-11-03 08:13:48 +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 Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson 2001-10-24 00:01:09 +00:00
nsIStyleRuleSupplier.h Fix for 73695. r=danm, sr=waterson 2001-03-29 01:30:03 +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 License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsROCSSPrimitiveValue.h License changes, take 2. Bug 98089. mozilla/content/. 2001-09-25 01:32:19 +00:00
nsRuleNode.cpp Fix inheritance of percentage values for 'line-height' by removing hacks to base percentage values for 'line-height' on the actual value rather than the computed value of 'font-size'. Fix various |const|-ness issues in nsRuleNode. b=97726 r=pierre sr=hyatt 2001-11-06 07:48:02 +00:00
nsRuleNode.h Moving nsRuleNode.cpp back to content/base/src from content/shared/src and inlining GetRule to fix linker errors on BeOS and probably also AIX, and since it doesn't need to be in content/shared and cvs won't like re-adding to content/html/style/src. b=104336 2001-10-24 06:25:08 +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 My guess at AIX and OS/2 bustage was wrong -- backing it out. Someone with access to a machine with one of those compilers will have to try various things here. 2001-10-24 09:03:46 +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 Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt. 2001-11-06 10:04:05 +00:00
nsStyleStruct.cpp Fix getComputedStyle() position/size calculations. Bug 84599 and bug 2001-11-10 17:29:04 +00:00
nsStyleStruct.h bug 99010 - font changes. r=attinasi@netscape.com, sr=hyatt@netscape.com 2001-09-27 18:33:58 +00:00
nsStyleUtil.cpp Initial check in for print preview work it is complied in for Windows and linix only 2001-11-06 12:18:51 +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