.. |
xbl-marquee
|
Make scrollDelay settable; make height/width attrs work on standards-mode
|
2003-03-17 06:58:17 +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
|
Fix bug 101320 -- padding on small border-box sizing things with non-auto
|
2003-11-09 07:40:09 +00:00 |
html.css
|
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
|
2003-09-16 22:09:18 +00:00 |
nsCSSAnonBoxList.h
|
Sync the handling of stretchy MathML frames with the new ::-moz notation, b=214989, r+sr=dbaron
|
2003-08-05 02:07:14 +00:00 |
nsCSSAnonBoxes.cpp
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSAnonBoxes.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSDataBlock.cpp
|
Remove hints from CSS property list. b=158713 r+sr=bzbarsky
|
2003-07-02 22:17:23 +00:00 |
nsCSSDataBlock.h
|
Put more information on the CSS properties in nsCSSPropList.h.
|
2003-06-07 22:14:42 +00:00 |
nsCSSDeclaration.cpp
|
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
|
2003-11-01 10:57:41 +00:00 |
nsCSSDeclaration.h
|
Remove remaining user of CSS-property-based style hints. b=158713 r+sr=bzbarsky
|
2003-07-02 21:05:09 +00:00 |
nsCSSKeywordList.h
|
Add pref for the default :active styling. Bug 142163, patch by
|
2003-10-15 01:56:12 +00:00 |
nsCSSKeywords.cpp
|
Bug 124218 if kCSSRawKeywords gets out of sync with eCSSKeyword_COUNT nsCSSKeywords::AddRefTable might crash in DEBUG code
|
2003-10-30 01:59: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
|
Make content grab the cached security manager off of nsContentUtils rather than ask the service manager to find one.
|
2003-10-30 03:01:25 +00:00 |
nsCSSLoader.h
|
Make sure that sheets in a document always know their URL. Bug 218031, r+sr=dbaron
|
2003-10-06 13:24:55 +00:00 |
nsCSSOMFactory.cpp
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
nsCSSOMFactory.h
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
nsCSSParser.cpp
|
Make aErrorCode values nsresult, since that's what they are. Remove obsolete handling of -1 for EOF and now-obsolete TODO list. b=224254 r+sr=bzbarsky
|
2003-11-13 22:48:05 +00:00 |
nsCSSPropList.h
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsCSSProperty.h
|
Remove hints from CSS property list. b=158713 r+sr=bzbarsky
|
2003-07-02 22:17:23 +00:00 |
nsCSSProps.cpp
|
Make play-during a true shorthand so it gets parsed correctly after the nsCSSDeclaration storage rewrite. b=223718 r+sr=bzbarsky
|
2003-10-30 01:51:00 +00:00 |
nsCSSProps.h
|
Remove remaining user of CSS-property-based style hints. b=158713 r+sr=bzbarsky
|
2003-07-02 21:05:09 +00:00 |
nsCSSPseudoClassList.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSPseudoClasses.cpp
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSPseudoClasses.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSPseudoElementList.h
|
Remove support for the single-':' form of -moz-* pseudo-elements. Bug 211657,
|
2003-07-25 22:44:58 +00:00 |
nsCSSPseudoElements.cpp
|
Add support for '::' notation for CSS pseudo-elements (bug 62843). Drop
|
2003-07-04 01:33:10 +00:00 |
nsCSSPseudoElements.h
|
Add support for '::' notation for CSS pseudo-elements (bug 62843). Drop
|
2003-07-04 01:33:10 +00:00 |
nsCSSRule.cpp
|
Bug 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz
|
2003-06-23 20:31:43 +00:00 |
nsCSSRule.h
|
Bug 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz
|
2003-06-23 20:31:43 +00:00 |
nsCSSRules.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 21:50:21 +00:00 |
nsCSSScanner.cpp
|
Make aErrorCode values nsresult, since that's what they are. Remove obsolete handling of -1 for EOF and now-obsolete TODO list. b=224254 r+sr=bzbarsky
|
2003-11-13 22:48:05 +00:00 |
nsCSSScanner.h
|
Make aErrorCode values nsresult, since that's what they are. Remove obsolete handling of -1 for EOF and now-obsolete TODO list. b=224254 r+sr=bzbarsky
|
2003-11-13 22:48:05 +00:00 |
nsCSSStruct.cpp
|
Make play-during a true shorthand so it gets parsed correctly after the nsCSSDeclaration storage rewrite. b=223718 r+sr=bzbarsky
|
2003-10-30 01:51:00 +00:00 |
nsCSSStruct.h
|
Remove change hints from CSS parser and replace with boolean indicating whether there was a change, computed a much simpler way. b=158713 r+sr=bzbarsky
|
2003-06-30 21:39:22 +00:00 |
nsCSSStyleRule.cpp
|
Create a mozAutoDocUpdate class to handle automatically calling
|
2003-10-16 18:14:25 +00:00 |
nsCSSStyleSheet.cpp
|
Make content grab the cached security manager off of nsContentUtils rather than ask the service manager to find one.
|
2003-10-30 03:01:25 +00:00 |
nsCSSValue.cpp
|
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
|
2003-11-01 10:57:41 +00:00 |
nsCSSValue.h
|
Backing out previous checkin.
|
2003-10-30 05:11:21 +00:00 |
nsComputedDOMStyle.cpp
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsComputedDOMStyle.h
|
Fix leak caused by CSS2PropertiesTearoff by simplifying aggregation. b=212269 r+sr=bzbarsky
|
2003-07-11 20:44:25 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
nsDOMCSSDeclaration.cpp
|
Make DOM CSS declarations smaller by mRefCnt, since they are refcounted
|
2003-09-24 03:34:27 +00:00 |
nsDOMCSSDeclaration.h
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +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 |
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 |
nsDOMCSSValueList.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 21:50:21 +00:00 |
nsDOMCSSValueList.h
|
use nsCOMArray instead of nsISupportsArray. r+sr=bzbarsky b=188600
|
2003-01-11 10:28:37 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsHTMLStyleSheet.cpp
|
Remove unused variable.
|
2003-07-25 04:06:31 +00:00 |
nsICSSGroupRule.h
|
Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky
|
2003-06-18 01:59:57 +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
|
Bug 212504. Removal of the default namespace arguments from CSSStyleSheet and CSSLoader.
|
2003-07-18 01:26:47 +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
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
nsICSSParser.h
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +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
|
Don't create style rule DOM wrappers for inline style, since we are not supposed to, and ours crash when used on inline style. b=218222 r+sr=bzbarsky
|
2003-09-13 19:18:52 +00:00 |
nsICSSStyleRule.h
|
Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky
|
2003-06-24 05:40:37 +00:00 |
nsICSSStyleRuleDOMWrapper.h
|
Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky
|
2003-06-24 05:40:37 +00:00 |
nsICSSStyleSheet.h
|
Make sure that sheets in a document always know their URL. Bug 218031, r+sr=dbaron
|
2003-10-06 13:24:55 +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 |
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 |
nsIStyleRule.h
|
Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky
|
2003-06-18 01:59:57 +00:00 |
nsIStyleRuleProcessor.h
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, r+sr=jst
|
2003-07-28 21:09:56 +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
|
Don't bother reresolving style when empty stylesheets get added (eg from empty
|
2003-07-04 01:44:24 +00:00 |
nsInspectorCSSUtils.cpp
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +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 |
nsROCSSPrimitiveValue.cpp
|
Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky
|
2003-10-01 22:53:56 +00:00 |
nsROCSSPrimitiveValue.h
|
Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky
|
2003-10-01 22:53:56 +00:00 |
nsRuleNode.cpp
|
Clamp -moz-opacity to the range [0.0,1.0]. b=224478 r+sr=roc
|
2003-11-02 22:40:43 +00:00 |
nsRuleNode.h
|
Convert jump tables to if-else trees to avoid the performance cost of function pointers. b=210550 r+sr=bzbarsky
|
2003-07-09 03:46:27 +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
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsStyleContext.h
|
Bug 165149. More cleanup. Make nsStyleContext::GetPseudoType return a weak pointer. Also remove unnecessary arguments to nsHTMLContainerFrame::CreateViewForFrame. r+sr=bzbarsky
|
2003-10-17 02:38:37 +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
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
nsStyleStruct.cpp
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsStyleStruct.h
|
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
|
2003-11-01 22:34:59 +00:00 |
nsStyleStructList.h
|
Attempt to fix warning by ensuring one path is always used, even for invalid ids. b=210550 r+sr=bzbarsky
|
2003-07-11 20:42:59 +00:00 |
nsStyleUtil.cpp
|
Remove no-longer-used nav4algorithm code and corresponding debug code. Bug
|
2003-10-30 02:19:15 +00:00 |
nsStyleUtil.h
|
Make font-size:larger and font-size:smaller smarter about interpolating and
|
2003-05-17 16:11:51 +00:00 |
quirk.css
|
Bug 38370.
|
2003-07-30 08:13:07 +00:00 |
ua.css
|
Add pref for the default :active styling. Bug 142163, patch by
|
2003-10-15 01:56:12 +00:00 |
viewsource.css
|
Fix bug 168737 -- two-byte-encoded pages got no syntax highlighting.
|
2002-10-11 23:46:11 +00:00 |