.. |
test
|
Add real test for the nsCSSValue regression caught on Monday only by an unexpected pass. b=382027
|
2007-08-31 17:07:09 +00:00 |
xbl-marquee
|
Bug 386470 � <marquee contentEditable> should stop, r=peterv, sr=bzbarsky
|
2007-07-23 22:02:57 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 11:13:55 +00:00 |
arrow.gif
|
…
|
|
arrowd.gif
|
…
|
|
contenteditable.css
|
Bug 374635 - [Midas] Visited links are black, not purple. Patch by Mathieu Fenniak <mfenniak-moz@mathieu.fenniak.net>, r=neil, sr=peterv, a=dbaron
|
2007-08-03 18:02:17 +00:00 |
designmode.css
|
…
|
|
forms.css
|
Avoid doing some work when initializing textfields. Bug 221150, patch by
|
2007-07-25 00:11:23 +00:00 |
html.css
|
…
|
|
nsCSSAnonBoxList.h
|
…
|
|
nsCSSAnonBoxes.cpp
|
…
|
|
nsCSSAnonBoxes.h
|
…
|
|
nsCSSDataBlock.cpp
|
Fix accounting showing leak of CSS value types, and optimize CSS value constructors/destructors a bit. b=382027 r+sr=bzbarsky a1.9=roc
|
2007-08-28 06:47:32 +00:00 |
nsCSSDataBlock.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsCSSDeclaration.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsCSSDeclaration.h
|
…
|
|
nsCSSKeywordList.h
|
Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9]
|
2007-08-06 17:45:58 +00:00 |
nsCSSKeywords.cpp
|
Implement remaining properties in computed style (with some hacks for counter() values for content), and fix some page-break-* bugs exposed by the added test coverage. b=316981 r+sr=bzbarsky
|
2007-07-22 17:58:37 +00:00 |
nsCSSKeywords.h
|
…
|
|
nsCSSLoader.cpp
|
Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal
|
2007-08-10 05:35:09 +00:00 |
nsCSSLoader.h
|
Use the principal doing the load to decide on the URI to pass to content
|
2007-08-08 01:16:12 +00:00 |
nsCSSOMFactory.cpp
|
…
|
|
nsCSSOMFactory.h
|
…
|
|
nsCSSParser.cpp
|
Fix up whitespace issue from checking in -w patch. No code change. Bug 390318
|
2007-08-10 22:17:20 +00:00 |
nsCSSPropList.h
|
Bug 383184 - Implement SVG lighting filters.
|
2007-07-26 06:57:43 +00:00 |
nsCSSProperty.h
|
…
|
|
nsCSSProps.cpp
|
Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9]
|
2007-08-06 17:45:58 +00:00 |
nsCSSProps.h
|
…
|
|
nsCSSPseudoClassList.h
|
…
|
|
nsCSSPseudoClasses.cpp
|
…
|
|
nsCSSPseudoClasses.h
|
…
|
|
nsCSSPseudoElementList.h
|
…
|
|
nsCSSPseudoElements.cpp
|
…
|
|
nsCSSPseudoElements.h
|
…
|
|
nsCSSRule.cpp
|
…
|
|
nsCSSRule.h
|
…
|
|
nsCSSRuleProcessor.cpp
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsCSSRuleProcessor.h
|
…
|
|
nsCSSRules.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsCSSRules.h
|
…
|
|
nsCSSScanner.cpp
|
Bug 393499: Clean up character lookup in nsCSSScanner. r=bzbarsky, sr+a=dbaron
|
2007-08-26 02:20:27 +00:00 |
nsCSSScanner.h
|
Bug 393499: Clean up character lookup in nsCSSScanner. r=bzbarsky, sr+a=dbaron
|
2007-08-26 02:20:27 +00:00 |
nsCSSStruct.cpp
|
…
|
|
nsCSSStruct.h
|
Remove a value for a property not listed in nsCSSPropList.h. b=258079 r+sr=bzbarsky a1.9=roc
|
2007-08-04 07:01:23 +00:00 |
nsCSSStyleRule.cpp
|
Have the rule take ownership of the parsed selector when we're done parsing it
|
2007-07-24 01:48:10 +00:00 |
nsCSSStyleSheet.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsCSSStyleSheet.h
|
…
|
|
nsCSSValue.cpp
|
Attempt to fix test failures from bug 382027.
|
2007-08-28 07:29:03 +00:00 |
nsCSSValue.h
|
Fix accounting showing leak of CSS value types, and optimize CSS value constructors/destructors a bit. b=382027 r+sr=bzbarsky a1.9=roc
|
2007-08-28 06:47:32 +00:00 |
nsComputedDOMStyle.cpp
|
Make line-height specified in ch units work. Bug 391909, r+sr+a+dbaron
|
2007-08-24 22:20:25 +00:00 |
nsComputedDOMStyle.h
|
Bug 383184 - Implement SVG lighting filters.
|
2007-07-26 06:57:43 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
…
|
|
nsDOMCSSAttrDeclaration.h
|
…
|
|
nsDOMCSSDeclaration.cpp
|
…
|
|
nsDOMCSSDeclaration.h
|
…
|
|
nsDOMCSSRGBColor.cpp
|
…
|
|
nsDOMCSSRGBColor.h
|
…
|
|
nsDOMCSSRect.cpp
|
…
|
|
nsDOMCSSRect.h
|
…
|
|
nsDOMCSSValueList.cpp
|
…
|
|
nsDOMCSSValueList.h
|
…
|
|
nsHTMLCSSStyleSheet.cpp
|
…
|
|
nsHTMLStyleSheet.cpp
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 20:05:49 +00:00 |
nsHTMLStyleSheet.h
|
…
|
|
nsICSSDeclaration.h
|
…
|
|
nsICSSGroupRule.h
|
…
|
|
nsICSSImportRule.h
|
…
|
|
nsICSSLoader.h
|
Use the principal doing the load to decide on the URI to pass to content
|
2007-08-08 01:16:12 +00:00 |
nsICSSLoaderObserver.h
|
…
|
|
nsICSSNameSpaceRule.h
|
…
|
|
nsICSSOMFactory.h
|
…
|
|
nsICSSParser.h
|
…
|
|
nsICSSPseudoComparator.h
|
…
|
|
nsICSSRule.h
|
…
|
|
nsICSSStyleRule.h
|
Have the rule take ownership of the parsed selector when we're done parsing it
|
2007-07-24 01:48:10 +00:00 |
nsICSSStyleRuleDOMWrapper.h
|
…
|
|
nsICSSStyleSheet.h
|
…
|
|
nsIComputedDOMStyle.h
|
…
|
|
nsIHTMLCSSStyleSheet.h
|
…
|
|
nsIInspectorCSSUtils.h
|
…
|
|
nsIMediaList.h
|
…
|
|
nsIStyleRule.h
|
…
|
|
nsIStyleRuleProcessor.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsIStyleSheet.h
|
…
|
|
nsInspectorCSSUtils.cpp
|
Make sure to process style updates before reflow, and both before painting.
|
2007-08-22 02:57:08 +00:00 |
nsInspectorCSSUtils.h
|
…
|
|
nsLayoutStylesheetCache.cpp
|
…
|
|
nsLayoutStylesheetCache.h
|
…
|
|
nsROCSSPrimitiveValue.cpp
|
Implement remaining properties in computed style (with some hacks for counter() values for content), and fix some page-break-* bugs exposed by the added test coverage. b=316981 r+sr=bzbarsky
|
2007-07-22 17:58:37 +00:00 |
nsROCSSPrimitiveValue.h
|
Implement remaining properties in computed style (with some hacks for counter() values for content), and fix some page-break-* bugs exposed by the added test coverage. b=316981 r+sr=bzbarsky
|
2007-07-22 17:58:37 +00:00 |
nsRuleData.h
|
…
|
|
nsRuleNode.cpp
|
Relanding bug 390425, with attempted performance regression fix. r+sr+a=roc
|
2007-08-15 23:20:26 +00:00 |
nsRuleNode.h
|
Make SetGenericFont not use aStartStruct-based computation since it's fundamentally incompatible with it. b=216456 r+sr=bzbarsky
|
2007-07-26 06:32:19 +00:00 |
nsRuleWalker.h
|
…
|
|
nsStyleContext.cpp
|
Bug 383184 - Implement SVG lighting filters.
|
2007-07-26 06:57:43 +00:00 |
nsStyleContext.h
|
Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz
|
2007-07-25 17:14:14 +00:00 |
nsStyleCoord.cpp
|
…
|
|
nsStyleCoord.h
|
…
|
|
nsStyleSet.cpp
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsStyleSet.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsStyleStruct.cpp
|
Bug 393144 consistently use NS_THEME_NONE
|
2007-09-05 10:27:06 +00:00 |
nsStyleStruct.h
|
Bug 383184 - Implement SVG lighting filters.
|
2007-07-26 06:57:43 +00:00 |
nsStyleStructFwd.h
|
…
|
|
nsStyleStructList.h
|
…
|
|
nsStyleUtil.cpp
|
…
|
|
nsStyleUtil.h
|
…
|
|
quirk.css
|
…
|
|
ua.css
|
…
|
|
viewsource.css
|
…
|
|