.. |
crashtests
|
Add crashtest!
|
2008-02-04 06:00:36 +00:00 |
test
|
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-20 02:07:50 +00: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 12:43:44 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 08:50:33 +00: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 23:05:54 +00: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 23:05:54 +00:00 |
contenteditable.css
|
Bug 391429 - "Editor caret is hidden in XULRunner applications, but visible in Firefox" [p=matt@songbirdnest.com (Matt Crocker) r+sr=peterv aM9=beltzner]
|
2007-10-31 18:51:50 +00:00 |
designmode.css
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 22:29:54 +00:00 |
forms.css
|
Fix bug 414851: let white-space:nowrap inherit into buttons. r+sr=bz, a=schrep
|
2008-02-11 17:11:52 +00: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 21:50:05 +00:00 |
nsCSSAnonBoxList.h
|
Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9
|
2007-10-25 23:31:04 +00:00 |
nsCSSAnonBoxes.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSAnonBoxes.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSDataBlock.cpp
|
Don't allow presentational attributes to set colors if the "don't use document
|
2007-11-16 03:46:43 +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
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 19:51:41 +00:00 |
nsCSSDeclaration.h
|
use nsAutoTArray for nsCSSDeclaration::mOrder. b=410357, r+sr=dbaron, a=blocking1.9+
|
2008-01-10 20:13:24 +00:00 |
nsCSSKeywordList.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-20 02:07:50 +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
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSLoader.cpp
|
Change the nsICSSParser::Parse() API so that we don't hand out a stylesheet;
|
2008-02-15 04:21:57 +00:00 |
nsCSSLoader.h
|
(final) relanding since this has no Ts impact.
|
2007-12-22 00:56:28 +00:00 |
nsCSSOMFactory.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSOMFactory.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSParser.cpp
|
Avoid divide by zero and make negative values for -moz-column-gap/width invalid. b=416088 r+sr=roc a=mtschrep
|
2008-02-17 04:45:59 +00:00 |
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 09:38:32 +00:00 |
nsCSSProperty.h
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 06:20:34 +00:00 |
nsCSSProps.cpp
|
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-20 02:07:50 +00:00 |
nsCSSProps.h
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 15:51:39 +00:00 |
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 09:38:32 +00:00 |
nsCSSPseudoClasses.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSPseudoClasses.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSPseudoElementList.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSPseudoElements.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSPseudoElements.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSRule.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSRule.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsCSSRuleProcessor.cpp
|
Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep]
|
2008-02-20 10:12:33 +00:00 |
nsCSSRuleProcessor.h
|
bug 384612: Remove script from scrollbar XBL binding. r/sr=dbaron
|
2007-11-19 20:08:21 +00: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 22:59:20 +00: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 22:59:20 +00:00 |
nsCSSScanner.cpp
|
Change the nsICSSParser::Parse() API so that we don't hand out a stylesheet;
|
2008-02-15 04:21:57 +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
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 10:11:08 +00: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 09:38:32 +00:00 |
nsCSSStyleRule.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 10:11:08 +00:00 |
nsCSSStyleSheet.cpp
|
Fix bug 405818: need to copy the original sheet URI when cloning. r+sr=dbaron,
|
2008-01-22 04:26:02 +00:00 |
nsCSSStyleSheet.h
|
Add an internal security-check-less method for adding rules to stylesheets to
|
2008-01-18 05:23:44 +00:00 |
nsCSSValue.cpp
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 19:51:41 +00:00 |
nsCSSValue.h
|
Fix serialization of currentColor for some properties. b=414550 r+sr=bzbarsky a=schrep
|
2008-02-08 19:51:41 +00:00 |
nsComputedDOMStyle.cpp
|
Bug 363183. Fix getComputedStyle left/top/width/height for tables. r+sr=dbaron
|
2008-01-29 21:53:10 +00:00 |
nsComputedDOMStyle.h
|
Bug 363183. Fix getComputedStyle left/top/width/height for tables. r+sr=dbaron
|
2008-01-29 21:53:10 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived from
|
2007-05-03 01:15:54 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived from
|
2007-05-03 01:15:54 +00:00 |
nsDOMCSSDeclaration.cpp
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived from
|
2007-05-03 01:15:54 +00:00 |
nsDOMCSSDeclaration.h
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived from
|
2007-05-03 01:15:54 +00:00 |
nsDOMCSSRGBColor.cpp
|
Make computed style output the a part of rgba/hsla colors, and also implement the 'transparent' keyword from css3-color. b=347912 r+sr=bzbarsky
|
2007-01-25 02:03:02 +00:00 |
nsDOMCSSRGBColor.h
|
Make computed style output the a part of rgba/hsla colors, and also implement the 'transparent' keyword from css3-color. b=347912 r+sr=bzbarsky
|
2007-01-25 02:03:02 +00:00 |
nsDOMCSSRect.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsDOMCSSRect.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsDOMCSSValueList.cpp
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsDOMCSSValueList.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Allow MapRuleInfoInto to map data for multiple structs at the same time. b=240117 r+sr=bzbarsky a=roc
|
2007-10-08 21:58:23 +00:00 |
nsHTMLStyleSheet.cpp
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsHTMLStyleSheet.h
|
Fix col border drawing for cols that are explicitly in the source. Bug 350444,
|
2006-11-13 15:46:52 +00:00 |
nsICSSDeclaration.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
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 22:59:20 +00:00 |
nsICSSImportRule.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
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
|
Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by
|
2006-11-11 22:27:00 +00:00 |
nsICSSNameSpaceRule.h
|
Put comment where LXR likes it. (At least I only messed up one file.)
|
2006-03-25 07:14:13 +00:00 |
nsICSSOMFactory.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsICSSParser.h
|
Change the nsICSSParser::Parse() API so that we don't hand out a stylesheet;
|
2008-02-15 04:21:57 +00:00 |
nsICSSPseudoComparator.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsICSSRule.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
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
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsICSSStyleSheet.h
|
Add an internal security-check-less method for adding rules to stylesheets to
|
2008-01-18 05:23:44 +00:00 |
nsIComputedDOMStyle.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsIHTMLCSSStyleSheet.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsIInspectorCSSUtils.h
|
Bug 370642: remove use of views in layout/inspector. r+sr=dbaron.
|
2007-02-18 04:44:21 +00:00 |
nsIMediaList.h
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
nsIStyleRule.h
|
Allow MapRuleInfoInto to map data for multiple structs at the same time. b=240117 r+sr=bzbarsky a=roc
|
2007-10-08 21:58:23 +00:00 |
nsIStyleRuleProcessor.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsIStyleSheet.h
|
Implement the proposed Web Apps 1.0 API for changing the selected style sheet
|
2007-01-11 19:32:31 +00:00 |
nsInspectorCSSUtils.cpp
|
Make sure to process style updates before reflow, and both before painting.
|
2007-08-22 02:57:08 +00:00 |
nsInspectorCSSUtils.h
|
Bug 370642: remove use of views in layout/inspector. r+sr=dbaron.
|
2007-02-18 04:44:21 +00:00 |
nsLayoutStylesheetCache.cpp
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
nsLayoutStylesheetCache.h
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
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
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 10:11:08 +00:00 |
nsRuleData.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsRuleNode.cpp
|
Make the minimum font size preference leave font-size:0 untouched. b=401046 r+sr=bzbarsky a=schrep
|
2008-02-09 19:15:29 +00:00 |
nsRuleNode.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsRuleWalker.h
|
Make rule nodes know their level in the cascade. b=374907 r+sr=bzbarsky
|
2007-05-16 21:08:51 +00:00 |
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 19:53:59 +00:00 |
nsStyleContext.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsStyleCoord.cpp
|
Add eStyleUnit_None so we don't have to use eStyleUnit_Null as a real value for max-width and max-height. b=379741 r+sr=bzbarsky
|
2007-05-11 06:01:31 +00:00 |
nsStyleCoord.h
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-11 06:02:31 +00:00 |
nsStyleSet.cpp
|
We can destroy style contexts during ruletree reconstruct. Bug 403454,
|
2007-11-15 06:13:48 +00:00 |
nsStyleSet.h
|
Fix bug 345609. r+sr+a=roc
|
2007-10-12 18:37:51 +00:00 |
nsStyleStruct.cpp
|
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
|
2008-02-19 07:36:52 +00: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-20 02:07:50 +00:00 |
nsStyleStructFwd.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsStyleStructList.h
|
Bug 287624 ? round CSS border widths to nearest pixel r+sr=dbaron
|
2006-12-27 14:21:43 +00:00 |
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-19 06:17:47 +00: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-19 06:17:47 +00:00 |
quirk.css
|
Bug 376948 � Useless margin-top rules in quirk.css for form?, r+sr+a=dbaron
|
2007-09-20 16:54:11 +00:00 |
ua.css
|
Make 'vertical-align' work on 'display: inline-table'. b=404030 r+sr=bzbarsky a=blocking1.9+
|
2007-11-17 22:33:33 +00:00 |
viewsource.css
|
Bug 299184 Should set background-color property for prettyprint
|
2005-07-11 22:22:47 +00:00 |