.. |
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
|
the dropdown will have a top border now.
|
2001-08-28 19:40:02 +00:00 |
html.css
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +00:00 |
nsCSSDeclaration.cpp
|
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
|
2001-08-27 06:15:54 +00:00 |
nsCSSKeywordList.h
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +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
|
Fixing build bustage.
|
2001-09-08 22:01:22 +00:00 |
nsCSSParser.cpp
|
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
|
2001-09-17 23:59:30 +00:00 |
nsCSSPropList.h
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +00:00 |
nsCSSProps.cpp
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +00:00 |
nsCSSProps.h
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +00:00 |
nsCSSRule.cpp
|
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
|
2001-09-19 14:16:34 +00:00 |
nsCSSRule.h
|
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
|
2001-09-19 14:16:34 +00:00 |
nsCSSRules.cpp
|
OS/2 bustage
|
2001-09-20 02:38:56 +00:00 |
nsCSSScanner.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +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
|
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
|
2001-08-27 06:15:54 +00:00 |
nsCSSStyleRule.cpp
|
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
|
2001-09-19 14:16:34 +00:00 |
nsCSSStyleSheet.cpp
|
Bug 93371 (WRMB: Treat classes case insensitively in quirks mode). Back out ianh's patch in nsCSSParser.cpp and nsHTMLAttributes.cpp. Treat classes and IDs case insensitively as described in Bug 35522. r=glazman (+dbaron/jst) sr=hyatt
|
2001-09-07 00:23:37 +00:00 |
nsCSSValue.cpp
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
nsCSSValue.h
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
nsComputedDOMStyle.cpp
|
Make getComputedStyle remove the extra default font that we add to the end of the font-family list so it returns the original computed value. b=94078 r=hyatt sr=jst
|
2001-09-07 02:28:10 +00:00 |
nsDOMCSSDeclaration.cpp
|
Add all extension properties to nsIDOMNSCSS2Properties, rather than just a few. Clean up nsDOMCSSDeclaration implementation of nsIDOM{,NS}CSS2Properties and implement new attributes in nsIDOMNSCSS2Properties. r=hixie sr=jst b=98500
|
2001-09-17 00:57:46 +00:00 |
nsDOMCSSDeclaration.h
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 16:46:42 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Fix the nsIDOMMediaList interface to have the right properties. Make
|
2001-09-05 00:00:18 +00:00 |
nsHTMLStyleSheet.cpp
|
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
|
2001-09-10 19:54:27 +00:00 |
nsICSSGroupRule.h
|
Re-fix bug 93977 and fix bug 98358 (lack of underlining on links). The
|
2001-09-06 13:14:35 +00:00 |
nsICSSImportRule.h
|
Making import rules implement the nsIDOMCSSImportRule interface. Bug 90290, r=pierre, sr=jst
|
2001-08-04 21:19:53 +00:00 |
nsICSSLoader.h
|
Making import rules implement the nsIDOMCSSImportRule interface. Bug 90290, r=pierre, sr=jst
|
2001-08-04 21:19:53 +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
|
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
|
2001-09-17 23:59:30 +00:00 |
nsICSSPseudoComparator.h
|
Fix for 67739. r=pierre,attinasi sr=ben
|
2001-02-15 21:24:47 +00:00 |
nsICSSRule.h
|
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
|
2001-09-19 14:16:34 +00:00 |
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
|
Fix the nsIDOMMediaList interface to have the right properties. Make
|
2001-09-05 00:00:18 +00:00 |
nsIComputedDOMStyle.h
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 16:46:42 +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 |
nsIMediaList.h
|
Fix the nsIDOMMediaList interface to have the right properties. Make
|
2001-09-05 00:00:18 +00:00 |
nsIStyleRule.h
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
nsIStyleRuleProcessor.h
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
nsIStyleRuleSupplier.h
|
Fix for 73695. r=danm, sr=waterson
|
2001-03-29 01:30:03 +00:00 |
nsIStyleSheet.h
|
Fix the nsIDOMMediaList interface to have the right properties. Make
|
2001-09-05 00:00:18 +00:00 |
nsROCSSPrimitiveValue.cpp
|
Removing use of obsolete macros for defining lists of interfaces used by the DOM classinfo code. r=pollmann@netscape.com, rs=vidur@netscape.com
|
2001-07-18 07:48:12 +00:00 |
nsROCSSPrimitiveValue.h
|
Make getComputedStyle remove the extra default font that we add to the end of the font-family list so it returns the original computed value. b=94078 r=hyatt sr=jst
|
2001-09-07 02:28:10 +00:00 |
nsStyleContext.cpp
|
Fix for 71471. r=blake, sr=hewitt
|
2001-08-02 00:09:27 +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
|
Bug 84645. Move XBL insertion point logic into nsCSSFrameConstructor, where it can interact nicely with continuing frames. r=dbaron, sr=hyatt
|
2001-09-12 20:19:41 +00:00 |
nsStyleStruct.cpp
|
Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi
|
2001-09-24 07:35:04 +00:00 |
nsStyleStruct.h
|
b=73884 r=peterl sr=attinasi invert mode support added
|
2001-08-21 22:37:17 +00:00 |
nsStyleUtil.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsStyleUtil.h
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
quirk.css
|
Two QuirkMode only fixes: 1) prevent bullets from getting resized with LI and 2) collapse margins for empty elements in BODY and table cells. b=97351 r=pierre sr=waterson b=97361 r=pierre sr=hyatt
|
2001-09-06 01:22:55 +00:00 |
ua.css
|
Fix bug 76567 (load viewsource.css on demand rather than at startup). Patch mostly by bzbarsky@mit.edu r=harishd,brendan sr=jst
|
2001-05-02 04:53:38 +00:00 |
viewsource.css
|
Back-end to allow viewsource to toggle wrapping of long lines. b=22022 r=bzbarsky sr=jst
|
2001-09-05 01:02:58 +00:00 |