.. |
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 more inputs use border-box sizing in standards mode, since that's what IE6
|
2003-01-05 05:18:50 +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
|
use nsCOMArray instead of nsISupportsArray. r+sr=bzbarsky b=188600
|
2003-01-11 10:28:37 +00:00 |
nsComputedDOMStyle.h
|
Margin/padding computations need to flush the reflow queue. Bug 173354,
|
2002-10-16 03:38:52 +00:00 |
nsCSSAnonBoxes.cpp
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +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 183999 (Modernize content). r=caillon, sr=bz.
|
2002-12-11 14:24:49 +00:00 |
nsCSSDeclaration.h
|
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
|
2002-11-12 15:17:07 +00:00 |
nsCSSKeywordList.h
|
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
|
2002-10-08 10:24:53 +00:00 |
nsCSSKeywords.cpp
|
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
|
2001-12-17 07:14:49 +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
|
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.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 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 |
nsCSSPropList.h
|
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
|
2002-10-08 10:24:53 +00:00 |
nsCSSProps.cpp
|
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
|
2002-10-08 10:24:53 +00:00 |
nsCSSProps.h
|
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
|
2002-10-08 10:24:53 +00:00 |
nsCSSPseudoClasses.cpp
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +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
|
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.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
|
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 |
nsCSSScanner.cpp
|
fix bustage....
|
2003-01-13 08:02:17 +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 183999 (Modernize content). r=caillon, sr=bz.
|
2002-12-11 14:24:49 +00:00 |
nsCSSStruct.h
|
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
|
2002-11-12 15:17:07 +00:00 |
nsCSSStyleRule.cpp
|
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 |
nsCSSStyleSheet.cpp
|
Apply the quirk that simple selectors of the form ':hover' apply only to links to those of the form '.class:hover' as well. b=169078 r+sr=bzbarsky
|
2003-01-14 21:50:27 +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
|
Make GetImportantRule and GetISupportsValue return already_AddRefed.
|
2002-10-09 01:59:43 +00:00 |
nsDOMCSSAttrDeclaration.h
|
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 |
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
|
Bug 170895. Reducing footprint. Use XPCOM aggregation to get at CSS2Properties.
|
2002-10-03 19:41:42 +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
|
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 |
nsHTMLStyleSheet.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 |
nsIComputedDOMStyle.h
|
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 |
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
|
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 |
nsICSSLoader.h
|
Change nsICSSLoader to nsAString instead of nsString (build bustage).
|
2002-12-03 06:46:46 +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
|
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 |
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
|
Bug 8929: Kill NS_COMFALSE
|
2002-11-25 11:21:22 +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
|
Expose @charset rules in the CSSOM. Bug 160834. r=glazman, sr=dbaron.
|
2002-08-06 05:26:41 +00:00 |
nsICSSStyleRule.h
|
Make GetImportantRule and GetISupportsValue return already_AddRefed.
|
2002-10-09 01:59:43 +00:00 |
nsICSSStyleSheet.h
|
Make the CSSLoader correctly order stylesheets as they are dynamically added
|
2002-12-03 05:48:14 +00:00 |
nsIHTMLCSSStyleSheet.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 |
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
|
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 |
nsInspectorCSSUtils.cpp
|
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 |
nsInspectorCSSUtils.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 |
nsIStyleRule.h
|
Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky
|
2002-08-14 13:16:35 +00:00 |
nsIStyleRuleProcessor.h
|
Attempt to fix page load regression. b=35768
|
2002-08-14 14:01:39 +00:00 |
nsIStyleRuleSupplier.h
|
Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt
|
2001-11-10 23:51:45 +00:00 |
nsIStyleSheet.h
|
Make the CSSLoader correctly order stylesheets as they are dynamically added
|
2002-12-03 05:48:14 +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 161644 - don't allow a first letter to be a block unless it is floating. sr=bzbarsky, r=dbaron.
|
2002-12-03 15:48:26 +00:00 |
nsRuleNode.h
|
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
|
2002-11-12 15:17:07 +00:00 |
nsRuleWalker.h
|
Fix for 99344, inline styles not being recognized under certain DHTML circumstances. r=dbaron, sr=waterson, a=asa
|
2002-04-05 08:05:33 +00:00 |
nsStyleContext.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 |
nsStyleCoord.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsStyleCoord.h
|
More documentation checkins. r=jkeiser/sicking, sr=jst, a=asa
|
2002-07-30 05:34:55 +00:00 |
nsStyleSet.cpp
|
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 |
nsStyleStruct.cpp
|
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
|
2002-11-12 15:17:07 +00:00 |
nsStyleStruct.h
|
Bug 185007 - reduce padding in style structs. r=roc+moz, sr=brendan
|
2002-12-21 07:27:44 +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
|
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 |
nsStyleUtil.h
|
Move FindNonTransparentBackground from nsStyleUtil to nsCSSRendering so that nsStyleUtil doesn't need to be in content/shared. b=71257 r=heikki sr=bzbarsky
|
2002-08-11 17:56:15 +00:00 |
quirk.css
|
Make more inputs use border-box sizing in standards mode, since that's what IE6
|
2003-01-05 05:18:50 +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 |