gecko-dev/layout/style
dbaron%fas.harvard.edu 9ced6ae565 Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin 2002-08-20 19:40:23 +00:00
..
xbl-marquee Bug 156979 2002-07-26 17:47:16 +00:00
arrow.gif
arrowd.gif
forms.css Make the declarations of colors for radio buttons and check boxes important, so they are unstylable (and styles in web pages don't cause them to disappear). b=58755 r=jkeiser sr=bzbarsky 2002-08-14 12:42:03 +00:00
html.css Make marquee 'display: block' so that styling it works correctly. (The XBL binding already forces block-like display.) b=163031 r=doron sr=kin 2002-08-19 18:43:17 +00:00
nsCSSDeclaration.cpp Fix bustage.... 2002-08-06 06:48:31 +00:00
nsCSSDeclaration.h Fix serialization of clip in .cssText. Bug 104321, r=glazman, sr=dbaron 2002-08-06 05:42:44 +00:00
nsCSSKeywordList.h Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky 2002-08-06 14:39:55 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp dynamically adding @import rules does not trigger all the updates it 2002-08-06 05:08:47 +00:00
nsCSSOMFactory.cpp
nsCSSOMFactory.h
nsCSSParser.cpp Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768 2002-08-14 12:34:39 +00:00
nsCSSPropList.h
nsCSSProps.cpp Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky 2002-08-06 14:39:55 +00:00
nsCSSProps.h
nsCSSRule.cpp Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
nsCSSRule.h Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
nsCSSRules.cpp Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
nsCSSScanner.cpp
nsCSSScanner.h
nsCSSStruct.cpp Fix bustage.... 2002-08-06 06:48:31 +00:00
nsCSSStruct.h Fix serialization of clip in .cssText. Bug 104321, r=glazman, sr=dbaron 2002-08-06 05:42:44 +00:00
nsCSSStyleRule.cpp Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin 2002-08-20 19:40:23 +00:00
nsCSSStyleSheet.cpp Clean up the mLanguage string. Bug 35768 add-on, rs=dbaron, r=sicking 2002-08-14 22:37:33 +00:00
nsCSSValue.cpp
nsCSSValue.h
nsComputedDOMStyle.cpp
nsComputedDOMStyle.h
nsDOMCSSAttrDeclaration.cpp
nsDOMCSSAttrDeclaration.h
nsDOMCSSDeclaration.cpp fixing regression in !important handling introduced by fix for bug 157913; b=161685, r=rods, r=timeless, sr=dbaron, sr=bzbarsky 2002-08-08 17:40:20 +00:00
nsDOMCSSDeclaration.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.h
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsHTMLCSSStyleSheet.cpp Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin 2002-08-20 19:40:23 +00:00
nsHTMLStyleSheet.cpp Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin 2002-08-20 19:40:23 +00:00
nsICSSGroupRule.h
nsICSSImportRule.h
nsICSSLoader.h
nsICSSLoaderObserver.h
nsICSSNameSpaceRule.h
nsICSSOMFactory.h
nsICSSParser.h
nsICSSPseudoComparator.h
nsICSSRule.h Expose @charset rules in the CSSOM. Bug 160834. r=glazman, sr=dbaron. 2002-08-06 05:26:41 +00:00
nsICSSStyleRule.h Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768 2002-08-14 12:34:39 +00:00
nsICSSStyleSheet.h dynamically adding @import rules does not trigger all the updates it 2002-08-06 05:08:47 +00:00
nsIComputedDOMStyle.h
nsIHTMLCSSStyleSheet.h
nsIInspectorCSSUtils.h
nsIMediaList.h
nsIStyleRule.h Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
nsIStyleRuleProcessor.h Attempt to fix page load regression. b=35768 2002-08-14 14:01:39 +00:00
nsIStyleRuleSupplier.h
nsIStyleSheet.h
nsInspectorCSSUtils.cpp
nsInspectorCSSUtils.h
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleNode.cpp Fix placement of positioned elements with auto "top". Bug 44508, patch 2002-08-15 23:00:23 +00:00
nsRuleNode.h Add comments explaining lookups in nsCachedStyleData. b=156902 sr=bzbarsky 2002-08-06 13:46:35 +00:00
nsRuleWalker.h
nsStyleContext.cpp Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768 2002-08-14 12:34:39 +00:00
nsStyleCoord.cpp
nsStyleCoord.h More documentation checkins. r=jkeiser/sicking, sr=jst, a=asa 2002-07-30 05:34:55 +00:00
nsStyleSet.cpp
nsStyleStruct.cpp Fix placement of positioned elements with auto "top". Bug 44508, patch 2002-08-15 23:00:23 +00:00
nsStyleStruct.h Fix placement of positioned elements with auto "top". Bug 44508, patch 2002-08-15 23:00:23 +00:00
nsStyleStructList.h
nsStyleUtil.cpp Move FindNonTransparentBackground from nsStyleUtil to nsCSSRendering so that nsStyleUtil doesn't need to be in content/shared. b=71257 r=heikki sr=bzbarsky 2002-08-11 17:56:15 +00:00
nsStyleUtil.h Move FindNonTransparentBackground from nsStyleUtil to nsCSSRendering so that nsStyleUtil doesn't need to be in content/shared. b=71257 r=heikki sr=bzbarsky 2002-08-11 17:56:15 +00:00
quirk.css
ua.css
viewsource.css Bug 160573. Fix a CSS parser warning. Patched by Olivier Cahagne <cahagn_o@epita.fr> r=caillon sr=bzbarsky 2002-08-06 01:22:43 +00:00