.. |
crashtests
|
Add crashtest!
|
2008-02-03 22:00:36 -08:00 |
test
|
Fix greediness of A ~ B C selector matching. b=420814 r+sr=bzbarsky a=beltzner
|
2008-03-05 16:06:15 -08:00 |
xbl-marquee
|
Bug 407016 - Marquee GetMinWidth() is no longer 0 after bug 402567 landed, r=dholbert, sr=bzbarsky, a=blocking1.9
|
2008-01-09 04:43:44 -08:00 |
arrow.gif
|
Bug 413961 - "chrome://global/skin/arrow/* icons don't show up in high contrast mode" [p=masa141421356@gmail.com (Masahiro Yamada) ui-r=faaborg a1.9b3=beltzner]
|
2008-02-02 15:05:53 -08:00 |
arrowd.gif
|
Bug 413961 - "chrome://global/skin/arrow/* icons don't show up in high contrast mode" [p=masa141421356@gmail.com (Masahiro Yamada) ui-r=faaborg a1.9b3=beltzner]
|
2008-02-02 15:05:53 -08:00 |
contenteditable.css
|
|
|
designmode.css
|
|
|
forms.css
|
Use width, not min-width, for empty selects. Plays nicer with author styling. Bug 315296, r+sr=dbaron, a=beltzner
|
2008-02-21 14:00:29 -08:00 |
html.css
|
Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+
|
2008-02-10 13:49:24 -08:00 |
Makefile.in
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
nsComputedDOMStyle.cpp
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
nsComputedDOMStyle.h
|
Bug 363183. Fix getComputedStyle left/top/width/height for tables. r+sr=dbaron
|
2008-01-29 13:53:09 -08:00 |
nsCSSAnonBoxes.cpp
|
|
|
nsCSSAnonBoxes.h
|
|
|
nsCSSAnonBoxList.h
|
|
|
nsCSSDataBlock.cpp
|
Update properties that are ignored when 'Allow pages to choose their own colors' is unchecked for the splitting of left/right border properties and the introduction of start/end border properties. b=419167 Patch by Bernd Mielke <bernd_mozilla@gmx.de>. r+sr=dbaron a=beltzner
|
2008-03-05 16:03:50 -08:00 |
nsCSSDataBlock.h
|
|
|
nsCSSDeclaration.cpp
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 11:51:41 -08:00 |
nsCSSDeclaration.h
|
use nsAutoTArray for nsCSSDeclaration::mOrder. b=410357, r+sr=dbaron, a=blocking1.9+
|
2008-01-10 12:13:24 -08:00 |
nsCSSKeywordList.h
|
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
|
2008-02-28 21:10:38 -08:00 |
nsCSSKeywords.cpp
|
|
|
nsCSSKeywords.h
|
|
|
nsCSSLoader.cpp
|
Change the nsICSSParser::Parse() API so that we don't hand out a stylesheet; require a stylesheet to be set before calling Parse(). Bug 404315, r+sr=dbaron, a=beltzner
|
2008-02-14 20:21:57 -08:00 |
nsCSSLoader.h
|
(final) relanding since this has no Ts impact.
|
2007-12-21 16:56:28 -08:00 |
nsCSSOMFactory.cpp
|
|
|
nsCSSOMFactory.h
|
|
|
nsCSSParser.cpp
|
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
|
2008-02-21 00:37:27 -08:00 |
nsCSSProperty.h
|
|
|
nsCSSPropList.h
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
nsCSSProps.cpp
|
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
|
2008-02-28 21:10:38 -08:00 |
nsCSSProps.h
|
|
|
nsCSSPseudoClasses.cpp
|
|
|
nsCSSPseudoClasses.h
|
|
|
nsCSSPseudoClassList.h
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
nsCSSPseudoElementList.h
|
|
|
nsCSSPseudoElements.cpp
|
|
|
nsCSSPseudoElements.h
|
|
|
nsCSSRule.cpp
|
|
|
nsCSSRule.h
|
|
|
nsCSSRuleProcessor.cpp
|
Fix greediness of A ~ B C selector matching. b=420814 r+sr=bzbarsky a=beltzner
|
2008-03-05 16:06:15 -08:00 |
nsCSSRuleProcessor.h
|
bug 384612: Remove script from scrollbar XBL binding. r/sr=dbaron
|
2007-11-19 12:08:20 -08:00 |
nsCSSRules.cpp
|
Use the existing linked list structure while sorting rules instead of using temporary arrays. b=408295 r+sr=sicking a=dsicore
|
2007-12-14 14:59:20 -08:00 |
nsCSSRules.h
|
Use the existing linked list structure while sorting rules instead of using temporary arrays. b=408295 r+sr=sicking a=dsicore
|
2007-12-14 14:59:20 -08:00 |
nsCSSScanner.cpp
|
Bug 419080 - "build with undefined CSS_REPORT_PARSE_ERRORS broken" [p=romaxa@gmail.com (romaxa) r+sr=bzbarsky a1.9=beltzner]
|
2008-02-23 23:39:47 -08:00 |
nsCSSScanner.h
|
|
|
nsCSSStruct.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsCSSStruct.h
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
nsCSSStyleRule.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsCSSStyleSheet.cpp
|
Fix bug 405818: need to copy the original sheet URI when cloning. r+sr=dbaron, a=schrep.
|
2008-01-21 20:26:01 -08:00 |
nsCSSStyleSheet.h
|
Add an internal security-check-less method for adding rules to stylesheets to fix bug 386939. r+sr=dbaron
|
2008-01-17 21:23:44 -08:00 |
nsCSSValue.cpp
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 11:51:41 -08:00 |
nsCSSValue.h
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 11:51:41 -08:00 |
nsDOMCSSAttrDeclaration.cpp
|
|
|
nsDOMCSSAttrDeclaration.h
|
|
|
nsDOMCSSDeclaration.cpp
|
|
|
nsDOMCSSDeclaration.h
|
|
|
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
nsDOMCSSRGBColor.cpp
|
|
|
nsDOMCSSRGBColor.h
|
|
|
nsDOMCSSValueList.cpp
|
|
|
nsDOMCSSValueList.h
|
|
|
nsHTMLCSSStyleSheet.cpp
|
|
|
nsHTMLStyleSheet.cpp
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsHTMLStyleSheet.h
|
|
|
nsIComputedDOMStyle.h
|
|
|
nsICSSDeclaration.h
|
|
|
nsICSSGroupRule.h
|
Use the existing linked list structure while sorting rules instead of using temporary arrays. b=408295 r+sr=sicking a=dsicore
|
2007-12-14 14:59:20 -08:00 |
nsICSSImportRule.h
|
|
|
nsICSSLoader.h
|
|
|
nsICSSLoaderObserver.h
|
|
|
nsICSSNameSpaceRule.h
|
|
|
nsICSSOMFactory.h
|
|
|
nsICSSParser.h
|
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
|
2008-02-21 00:37:27 -08:00 |
nsICSSPseudoComparator.h
|
|
|
nsICSSRule.h
|
|
|
nsICSSStyleRule.h
|
|
|
nsICSSStyleRuleDOMWrapper.h
|
|
|
nsICSSStyleSheet.h
|
Add an internal security-check-less method for adding rules to stylesheets to fix bug 386939. r+sr=dbaron
|
2008-01-17 21:23:44 -08:00 |
nsIHTMLCSSStyleSheet.h
|
|
|
nsIInspectorCSSUtils.h
|
|
|
nsIMediaList.h
|
|
|
nsInspectorCSSUtils.cpp
|
|
|
nsInspectorCSSUtils.h
|
|
|
nsIStyleRule.h
|
|
|
nsIStyleRuleProcessor.h
|
|
|
nsIStyleSheet.h
|
|
|
nsLayoutStylesheetCache.cpp
|
|
|
nsLayoutStylesheetCache.h
|
|
|
nsROCSSPrimitiveValue.cpp
|
|
|
nsROCSSPrimitiveValue.h
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsRuleData.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsRuleNode.cpp
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
nsRuleNode.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsRuleWalker.h
|
|
|
nsStyleContext.cpp
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 11:52:46 -08:00 |
nsStyleContext.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsStyleCoord.cpp
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
nsStyleCoord.h
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
nsStyleSet.cpp
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 04:40:18 -08:00 |
nsStyleSet.h
|
|
|
nsStyleStruct.cpp
|
Fix the weird Get* API on nsStyleSides in favor of returning structs by value, to avoid further occurrences of bug 420069. b=420069 r+sr=roc a=beltzner
|
2008-03-05 16:05:26 -08:00 |
nsStyleStruct.h
|
Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep
|
2008-02-19 18:07:48 -08:00 |
nsStyleStructFwd.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsStyleStructList.h
|
|
|
nsStyleUtil.cpp
|
Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418
|
2008-02-18 22:17:07 -08:00 |
nsStyleUtil.h
|
Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418
|
2008-02-18 22:17:07 -08:00 |
quirk.css
|
|
|
ua.css
|
Make 'vertical-align' work on 'display: inline-table'. b=404030 r+sr=bzbarsky a=blocking1.9+
|
2007-11-17 14:33:09 -08:00 |
viewsource.css
|
|
|