.. |
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
|
update viewsource style rules; r=attinasi
|
2000-06-10 02:50:01 +00:00 |
nsComputedDOMStyle.cpp
|
Make this a bit safer to use.
|
2000-05-17 06:26:23 +00:00 |
nsCSSDeclaration.cpp
|
Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi
|
2000-05-03 21:21:30 +00:00 |
nsCSSKeywordList.h
|
Implement CSS3 cursors on Windows
|
2000-05-07 05:14:43 +00:00 |
nsCSSKeywords.cpp
|
string fixes
|
2000-05-14 23:06:18 +00:00 |
nsCSSKeywords.h
|
more WIP to remove nsStr references
|
2000-03-12 10:07:57 +00:00 |
nsCSSLoader.cpp
|
Fix for 16858 w/o breaking directory browser. r=waterson a=beard
|
2000-06-01 23:57:48 +00:00 |
nsCSSParser.cpp
|
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 |
nsCSSPropList.h
|
Bug 24676 ("Need -moz-outline-radius feature"). Added the 'outline_radius' similarly to the 'border_radius'.
|
2000-01-24 11:19:55 +00:00 |
nsCSSProps.cpp
|
string fixes
|
2000-05-14 23:06:18 +00:00 |
nsCSSProps.h
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +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
|
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
|
2000-05-04 21:36:49 +00:00 |
nsCSSScanner.h
|
Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com
|
2000-04-27 00:12:25 +00:00 |
nsCSSStruct.cpp
|
Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi
|
2000-05-03 21:21:30 +00:00 |
nsCSSStyleRule.cpp
|
Floated elements now get their display type set to a block, in compliance with the CSS1 specification. Also, positioned elements get their float property cleared. b=32200 r=karnaze a=karnaze
|
2000-06-01 23:31:00 +00:00 |
nsCSSStyleSheet.cpp
|
Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk
|
2000-06-07 23:07:57 +00:00 |
nsCSSValue.cpp
|
Checked back in the backed out code (41321) after doing a minor fix in nsCSSValue.cpp (41618)
|
2000-06-06 09:36:12 +00:00 |
nsCSSValue.h
|
Checked back in the backed out code (41321) after doing a minor fix in nsCSSValue.cpp (41618)
|
2000-06-06 09:36:12 +00:00 |
nsDOMCSSDeclaration.cpp
|
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
|
2000-05-03 21:42:00 +00:00 |
nsDOMCSSDeclaration.h
|
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
|
2000-05-03 21:42:00 +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
|
Significantly reduce the amount of time we blow on style reresolution by
|
2000-05-16 02:43:33 +00:00 |
nsIComputedDOMStyle.h
|
WIP for getComputedStyle().
|
2000-05-15 01:33:27 +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
|
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
|
2000-05-03 21:42:00 +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
|
Prevent selector matching from incorrectly failing due to greedy matching. b=24031 r=pierre@netscape.com
|
2000-04-22 00:47:18 +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 |
nsIStyleSheet.h
|
Significantly reduce the amount of time we blow on style reresolution by
|
2000-05-16 02:43:33 +00:00 |
nsROCSSPrimitiveValue.cpp
|
Hook up new property and fix a crasher.
|
2000-05-17 06:13:43 +00:00 |
nsROCSSPrimitiveValue.h
|
Adding a very primitive readonly implementation of CSSPrimitiveValue. Not part of the build yet.
|
2000-05-15 01:58:26 +00:00 |
nsStyleContext.cpp
|
Fixed bug 31955: font-face is now inheriting into tables in QuirksMode. r=dcone, a=karnaze
|
2000-05-30 22:53:02 +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
|
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 |
nsStyleUtil.cpp
|
# 37239
|
2000-05-31 14:09:34 +00:00 |
quirk.css
|
Bug 38832. An ugly fix: force the <li> to be padded in quirks mode. r=buster
|
2000-06-11 22:48:05 +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 |