.. |
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 |
html.css
|
50804: nicer look for focus outlines. Fix sent by henris@clinet.fi, r=pierre.
|
2000-09-12 09:54:31 +00:00 |
nsComputedDOMStyle.cpp
|
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 |
nsCSSDeclaration.cpp
|
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 |
nsCSSKeywordList.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 |
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 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsCSSParser.cpp
|
Clean up reporting of CSS parser errors: Use |nsAReadableString|s and an additional macro to allow all the error reporting to be done by macros. Also clean up a few comments. Not part of the default build (you must define CSS_REPORT_PARSE_ERRORS).
|
2000-09-08 02:05:09 +00:00 |
nsCSSPropList.h
|
Change the names of CSS properties that are not part of the CSS2 specification by adding a -moz- prefix. Change the names of those that are used internally to use -x-, just for documentation. b=3935 r=attinasi
|
2000-09-06 02:15:18 +00:00 |
nsCSSProps.cpp
|
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 |
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
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
nsCSSScanner.cpp
|
Bug fix for 52648 -- remaining stash of progids which I missed on
|
2000-09-14 23:20:49 +00:00 |
nsCSSScanner.h
|
Clean up reporting of CSS parser errors: Use |nsAReadableString|s and an additional macro to allow all the error reporting to be done by macros. Also clean up a few comments. Not part of the default build (you must define CSS_REPORT_PARSE_ERRORS).
|
2000-09-08 02:05:09 +00:00 |
nsCSSStruct.cpp
|
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 |
nsCSSStyleRule.cpp
|
Fix for bug #51944. This change removes the stored selector text, and adds a method to the selector to generate the text, if needed.
|
2000-09-13 00:05:04 +00:00 |
nsCSSStyleSheet.cpp
|
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 |
nsCSSValue.cpp
|
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 |
nsCSSValue.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 |
nsDOMCSSDeclaration.cpp
|
Change the names of behavior and opacity DOM properties to MozBinding and MozOpacity, and make them work again with new CSS property names. r=jst, except for case change (Moz not moz) agreed on mozilla-style b=3935
|
2000-09-14 14:18:24 +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
|
Significantly reduce the amount of time we blow on style reresolution by
|
2000-05-16 02:43:33 +00:00 |
nsHTMLStyleSheet.cpp
|
Fix build warning by renaming variable. r=disttsc@bart.nl
|
2000-09-05 02:08:41 +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 |
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 |
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
|
Fix for bug #51944. This change removes the stored selector text, and adds a method to the selector to generate the text, if needed.
|
2000-09-13 00:05:04 +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 |
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
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +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
|
Fix misleading indentation. r=attinasi
|
2000-09-06 02:34:35 +00:00 |
nsStyleCoord.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsStyleSet.cpp
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
nsStyleUtil.cpp
|
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
|
2000-07-27 23:17:53 +00:00 |
quirk.css
|
bug 14280
|
2000-09-11 21:15:02 +00:00 |
ua.css
|
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 |