gecko-dev/layout/style
glazman%netscape.com 278a76a988 fix for Stylesheet Dump in viewer. b=71648, r=pierre, sr=attinasi 2001-03-28 08:02:20 +00:00
..
arrow.gif
arrowd.gif
forms.css Fixing height of btns and btn in file input in strict mode 2001-03-11 13:26:55 +00:00
html.css fix for bug 71852 sr=hyatt 2001-03-14 07:34:04 +00:00
nsCSSDeclaration.cpp Fix for 70809. r=attinasi, sr=brendan 2001-03-06 02:30:30 +00:00
nsCSSKeywordList.h Fix for 70704 and 71261. r=pierre, sr=attinasi 2001-03-13 02:34:02 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
nsCSSParser.cpp adds support for :not() css3 pseudo-class; b=71647, r=pierre, sr=hyatt 2001-03-20 11:49:20 +00:00
nsCSSPropList.h Change box sizing atom back to correct non-xul name 2001-03-20 11:42:56 +00:00
nsCSSProps.cpp Fix for 70704 and 71261. r=pierre, sr=attinasi 2001-03-13 02:34:02 +00:00
nsCSSProps.h Fix for 70809. r=attinasi, sr=brendan 2001-03-06 02:30:30 +00:00
nsCSSRule.cpp
nsCSSRule.h
nsCSSRules.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsCSSScanner.cpp Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes. 2001-03-08 14:25:11 +00:00
nsCSSScanner.h Work in progress on CSS error reporting: fix the known false positives and duplicate messages and improve the error messages. It's still a hack that I wouldn't really want to enable by default, but it should be useful for debugging chrome CSS. r=glazman@netscape.com sr=attinasi@netscape.com b=65469 2001-03-06 01:57:30 +00:00
nsCSSStruct.cpp Fix for 70809. r=attinasi, sr=brendan 2001-03-06 02:30:30 +00:00
nsCSSStyleRule.cpp fix for Stylesheet Dump in viewer. b=71648, r=pierre, sr=attinasi 2001-03-28 08:02:20 +00:00
nsCSSStyleSheet.cpp easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi 2001-03-21 09:40:41 +00:00
nsCSSValue.cpp Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsCSSValue.h Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsComputedDOMStyle.cpp Correcting indentation. 2001-03-11 21:07:33 +00:00
nsDOMCSSDeclaration.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsDOMCSSDeclaration.h
nsHTMLCSSStyleSheet.cpp Fix for 67739. r=pierre,attinasi, sr=ben 2001-02-15 21:25:31 +00:00
nsHTMLStyleSheet.cpp Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
nsICSSGroupRule.h
nsICSSImportRule.h
nsICSSLoader.h
nsICSSLoaderObserver.h
nsICSSNameSpaceRule.h
nsICSSParser.h
nsICSSPseudoComparator.h Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
nsICSSRule.h
nsICSSStyleRule.h adds support for :not() css3 pseudo-class; b=71647, r=pierre, sr=hyatt 2001-03-20 11:49:20 +00:00
nsICSSStyleSheet.h
nsIComputedDOMStyle.h
nsIHTMLCSSStyleSheet.h
nsIStyleRule.h
nsIStyleRuleProcessor.h Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
nsIStyleRuleSupplier.h Fix for 70704 and 71261. r=pierre, sr=attinasi 2001-03-13 02:34:02 +00:00
nsIStyleSheet.h
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsStyleContext.cpp bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:13:03 +00:00
nsStyleCoord.cpp Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
nsStyleCoord.h Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
nsStyleSet.cpp Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
nsStyleUtil.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsStyleUtil.h Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:10:13 +00:00
quirk.css CSS-only fix - Fixes invalid values for content property. b=72315 r=dbaron, hwaara 2001-03-24 06:25:33 +00:00
ua.css bug 6625 et al: reconstruction of html.css, ua.css and quirks.css. Checked in for Ian Hickson (ianh@netscape.com). r=pierre a=buster 2000-09-21 10:20:23 +00:00
viewsource.css Added viewsource.css: style rules for viewsource window, extracted from html.css. Not Part Of Build, Not currently used. a=ianh@netscape.com 2000-09-22 00:53:20 +00:00