gecko-dev/layout/style
waterson%netscape.com 9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +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 HTML tabindex attribute doesn't work for <button> and <input type="button"> (36217). r=hixie a=ben 2001-02-07 00:39:29 +00:00
html.css Bug 61605: Make <isindex> be a block element, r=jst@netscape.com sr=vidur@netscape.com 2001-02-06 00:49:32 +00:00
nsCSSDeclaration.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsCSSKeywordList.h Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard 2001-01-16 01:27:20 +00:00
nsCSSKeywords.cpp Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsCSSKeywords.h Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi 2000-08-22 06:57:32 +00:00
nsCSSLoader.cpp Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
nsCSSParser.cpp Fix for 67739. r=pierre,attinasi, sr=ben 2001-02-15 21:25:31 +00:00
nsCSSPropList.h Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way. 2000-11-04 09:10:48 +00:00
nsCSSProps.cpp Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard 2001-01-16 01:27:20 +00:00
nsCSSProps.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsCSSRule.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsCSSRule.h Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
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 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsCSSScanner.h 52381 - DOM selectorText implementation, r=attinasi/jst, sr=waterson 2001-01-22 04:03:48 +00:00
nsCSSStruct.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsCSSStyleRule.cpp patch for #62607 : cssText field of CSSRule is incomplete, missing curly braces. r=brade, sr=attinasi 2001-02-13 14:10:38 +00:00
nsCSSStyleSheet.cpp Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +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 Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster. 2001-02-07 09:57:26 +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 DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsICSSImportRule.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsICSSLoader.h Added support for @charset in external stylesheets, as well as support for charset being set byt HTML document for parsing HTML style attributes in other charsets. r=ftang b=2870,28500 2000-04-23 02:01:40 +00:00
nsICSSLoaderObserver.h For bug 17325: Added nsICSSLoaderObserver as a way to see when style sheets complete loading. r=pierre. 1999-12-04 01:27:14 +00:00
nsICSSNameSpaceRule.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsICSSParser.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsICSSPseudoComparator.h Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
nsICSSRule.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsICSSStyleRule.h patch for #65448 : css parser refused multiple ID selectors in same sequence; r=dbaron,attinasi sr=attinasi (buster's delegation) 2001-02-13 14:06:29 +00:00
nsICSSStyleSheet.h Implemented QuirkMode style sheet and moved some initial quirk style rules from html.css to the new quirk.css. b=38026 r=rods a=karnaze 2000-06-02 21:45:06 +00:00
nsIComputedDOMStyle.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsIHTMLCSSStyleSheet.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsIStyleRule.h Implemented Style Size Dump. r=rickg b=26565 2000-03-31 07:08:36 +00:00
nsIStyleRuleProcessor.h Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
nsIStyleRuleSupplier.h OS/2 and AIX Tinderbox break 2000-08-12 20:26:33 +00:00
nsIStyleSheet.h Significantly reduce the amount of time we blow on style reresolution by 2000-05-16 02:43:33 +00:00
nsROCSSPrimitiveValue.cpp Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann 2000-09-19 05:37:23 +00:00
nsROCSSPrimitiveValue.h Fixing nsbeta2+ bug 39892. Adding support for getting the computed value of the 'behavior' property with getComputedStyle(). r=hyatt 2000-06-14 00:06:36 +00:00
nsStyleContext.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
nsStyleCoord.h Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +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 Floated images now have a 3px margin in Quirks mode: b=58899 r=hixie, sr=buster 2001-01-12 20:11:32 +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