.. |
xbl-marquee
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
arrow.gif
|
Bugzilla Bug 111606�Want black combo box arrow
|
2001-11-27 15:48:16 +00:00 |
arrowd.gif
|
Bugzilla Bug 111606�Want black combo box arrow
|
2001-11-27 15:48:16 +00:00 |
forms.css
|
Make %-height kids of fieldsets do the right thing. Bug 191135, r=jkeiser,
|
2003-02-13 19:09:04 +00:00 |
html.css
|
enable color for <hr> borders bug 38370 r=hixie sr=bzbarsky
|
2003-01-13 12:10:11 +00:00 |
nsComputedDOMStyle.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsComputedDOMStyle.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsCSSAnonBoxes.cpp
|
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
|
2003-02-22 15:58:07 +00:00 |
nsCSSAnonBoxes.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSAnonBoxList.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSDeclaration.cpp
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsCSSDeclaration.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsCSSKeywordList.h
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
nsCSSKeywords.cpp
|
Declare kCSSRawProperties and kCSSRawKeywords as 'extern' so that tests code can link with the .a, and get them.
|
2003-02-26 03:34:15 +00:00 |
nsCSSKeywords.h
|
first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
|
2001-11-27 21:13:53 +00:00 |
nsCSSLoader.cpp
|
Fix bug 195160: remove static NS_DEFINE_IID from header files. r=cls, sr=alecf.
|
2003-02-28 05:47:36 +00:00 |
nsCSSLoader.h
|
Make the parser recycling list in the loader a class static. Bug 190658,
|
2003-02-22 19:36:32 +00:00 |
nsCSSOMFactory.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsCSSOMFactory.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSParser.cpp
|
Bug 195883. %-values are not valid for '-moz-opacity'.
|
2003-03-08 03:08:25 +00:00 |
nsCSSPropList.h
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
nsCSSProps.cpp
|
Declare kCSSRawProperties and kCSSRawKeywords as 'extern' so that tests code can link with the .a, and get them.
|
2003-02-26 03:34:15 +00:00 |
nsCSSProps.h
|
Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
|
2003-01-17 09:33:52 +00:00 |
nsCSSPseudoClasses.cpp
|
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
|
2003-02-22 15:58:07 +00:00 |
nsCSSPseudoClasses.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSPseudoClassList.h
|
Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky
|
2003-01-13 23:10:53 +00:00 |
nsCSSPseudoElementList.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSPseudoElements.cpp
|
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
|
2003-02-22 15:58:07 +00:00 |
nsCSSPseudoElements.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsCSSRule.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsCSSRule.h
|
Remove unused ability to optionally arena-allocate certain stylesheet objects. b=174256 r=kin sr=bzbarsky a=rjesup
|
2002-10-14 23:57:17 +00:00 |
nsCSSRules.cpp
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsCSSScanner.cpp
|
fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream:
|
2003-03-06 19:54:51 +00:00 |
nsCSSScanner.h
|
Bug 60290 -- comments should not be treated as whitespace. r=glazou, sr=dbaron
|
2003-01-13 07:19:49 +00:00 |
nsCSSStruct.cpp
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsCSSStruct.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsCSSStyleRule.cpp
|
Bug 195883. %-values are not valid for '-moz-opacity'.
|
2003-03-08 03:08:25 +00:00 |
nsCSSStyleSheet.cpp
|
Fix dynamic style changes resulting from change to href attribute on HTML links. b=194972 r+sr=bzbarsky
|
2003-03-06 19:19:55 +00:00 |
nsCSSValue.cpp
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsCSSValue.h
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
nsDOMCSSDeclaration.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsDOMCSSDeclaration.h
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
nsDOMCSSRect.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsDOMCSSRect.h
|
Adding nsIDOMRect implementation to support computed clip. Not part of
|
2002-01-11 00:09:01 +00:00 |
nsDOMCSSRGBColor.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsDOMCSSRGBColor.h
|
Bug 119807, Computed color values should support getRGBColorValue(). r=bzbarsky, sr=jst, a=asa
|
2002-03-22 20:18:42 +00:00 |
nsDOMCSSValueList.cpp
|
use nsCOMArray instead of nsISupportsArray. r+sr=bzbarsky b=188600
|
2003-01-11 10:28:37 +00:00 |
nsDOMCSSValueList.h
|
use nsCOMArray instead of nsISupportsArray. r+sr=bzbarsky b=188600
|
2003-01-11 10:28:37 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
nsHTMLStyleSheet.cpp
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsIComputedDOMStyle.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSGroupRule.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSImportRule.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSLoader.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSLoaderObserver.h
|
Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
|
2003-01-06 14:55:13 +00:00 |
nsICSSNameSpaceRule.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSOMFactory.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsICSSParser.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSPseudoComparator.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsICSSRule.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSStyleRule.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsICSSStyleSheet.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsIHTMLCSSStyleSheet.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsIInspectorCSSUtils.h
|
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
|
2003-01-09 06:49:07 +00:00 |
nsIMediaList.h
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsInspectorCSSUtils.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsInspectorCSSUtils.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsIStyleRule.h
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
nsIStyleRuleProcessor.h
|
Replace nsIStyleSheet::AttributeAffectsStyle with nsIStyleRuleProcessor::HasAttributeDependentStyle. Strengthen the attribute optimization and apply it to HTML as well. b=163556 r+sr=bzbarsky
|
2003-02-22 16:10:53 +00:00 |
nsIStyleRuleSupplier.h
|
Replace nsIStyleSheet::AttributeAffectsStyle with nsIStyleRuleProcessor::HasAttributeDependentStyle. Strengthen the attribute optimization and apply it to HTML as well. b=163556 r+sr=bzbarsky
|
2003-02-22 16:10:53 +00:00 |
nsIStyleSheet.h
|
Replace nsIStyleSheet::AttributeAffectsStyle with nsIStyleRuleProcessor::HasAttributeDependentStyle. Strengthen the attribute optimization and apply it to HTML as well. b=163556 r+sr=bzbarsky
|
2003-02-22 16:10:53 +00:00 |
nsROCSSPrimitiveValue.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag
|
2003-01-08 19:24:38 +00:00 |
nsROCSSPrimitiveValue.h
|
* Implement CSSValueLists and computed -moz-border-{side}-colors
|
2002-07-08 07:11:59 +00:00 |
nsRuleNode.cpp
|
Bug 195883. %-values are not valid for '-moz-opacity'.
|
2003-03-08 03:08:25 +00:00 |
nsRuleNode.h
|
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
|
2003-03-06 19:14:17 +00:00 |
nsRuleWalker.h
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
nsStyleContext.cpp
|
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
|
2003-03-06 19:14:17 +00:00 |
nsStyleContext.h
|
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
|
2003-03-06 19:14:17 +00:00 |
nsStyleCoord.cpp
|
Reduce duplication of code between handling of top/right/bottom/left margin, border, and padding. b=189537 r+sr=bzbarsky
|
2003-01-18 15:58:49 +00:00 |
nsStyleCoord.h
|
Reduce duplication of code between handling of top/right/bottom/left margin, border, and padding. b=189537 r+sr=bzbarsky
|
2003-01-18 15:58:49 +00:00 |
nsStyleSet.cpp
|
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
|
2003-03-06 19:14:17 +00:00 |
nsStyleStruct.cpp
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsStyleStruct.h
|
Bug 195883. %-values are not valid for '-moz-opacity'.
|
2003-03-08 03:08:25 +00:00 |
nsStyleStructList.h
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
nsStyleUtil.cpp
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
nsStyleUtil.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
quirk.css
|
Don't use quirky box-sizing for image inputs. Bug 191967, r+sr=dbaron, a=asa
|
2003-02-13 19:02:28 +00:00 |
ua.css
|
Fix crash if a site overrides one of our "magic" rules. Make some of the rules
|
2002-11-25 23:40:58 +00:00 |
viewsource.css
|
Fix bug 168737 -- two-byte-encoded pages got no syntax highlighting.
|
2002-10-11 23:46:11 +00:00 |