.. |
crashtests
|
Disable -moz-transform and -moz-transform-origin for :first-line and :first-letter pseudo-elements. (Bug 466845) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-12 10:59:03 -08:00 |
test
|
Put 'thin' in the initial_values section instead of the other_values section for border shorthands, since the width should be 0px when border-style is none.
|
2008-12-16 17:11:38 -08:00 |
xbl-marquee
|
Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802
|
2008-09-20 20:45:25 +01: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
|
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 11:51:49 -07:00 |
designmode.css
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
forms.css
|
Bug 449149. Implement the 'controls' attribute for audio elements. r+sr=bzbarsky,r=dolske,r=enndeakin
|
2008-12-17 13:27:46 +13:00 |
html.css
|
Bug 449149. Implement the 'controls' attribute for audio elements. r+sr=bzbarsky,r=dolske,r=enndeakin
|
2008-12-17 13:27:46 +13:00 |
Makefile.in
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsComputedDOMStyle.cpp
|
Fix for bug 458397 (Memory leak during TopSite Test on http://www.grono.net). r=bent, sr=jst.
|
2008-11-27 18:44:26 +01:00 |
nsComputedDOMStyle.h
|
Fix for bug 458397 (Memory leak during TopSite Test on http://www.grono.net). r=bent, sr=jst.
|
2008-11-27 18:44:26 +01:00 |
nsCSSAnonBoxes.cpp
|
|
|
nsCSSAnonBoxes.h
|
|
|
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 16:30:49 -07:00 |
nsCSSDataBlock.cpp
|
Use iterative algorithms when cloning and deleting lists. b=456196 r+sr=dbaron
|
2008-10-17 10:13:16 +02: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 00:08:04 -07:00 |
nsCSSDeclaration.cpp
|
Remove some unreachable stub code for en (half an em) and cap (cap-height metric of font) units that we never create. (Bug 458878) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
nsCSSDeclaration.h
|
Handle serialization of inherit and -moz-initial for shorthand properties correctly, and refuse to serialize most unspecifiable cases of shorthands. (Bug 160403) r+sr=bzbarsky
|
2008-10-07 15:10:20 -07:00 |
nsCSSKeywordList.h
|
Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc
|
2008-12-09 17:48:51 +01: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 10:58:37 -07:00 |
nsCSSKeywords.h
|
|
|
nsCSSLoader.cpp
|
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
|
2008-12-06 11:08:26 -08:00 |
nsCSSLoader.h
|
Bug 454766 - Add suggested parentheses to layout/; r+sr=roc; (with nits by sgautherie)
|
2008-09-15 17:40:25 +02:00 |
nsCSSOMFactory.cpp
|
|
|
nsCSSOMFactory.h
|
|
|
nsCSSParser.cpp
|
Use a local stack rather than the call stack in SkipUntil to avoid excessive recursion. (Bug 432561) r+sr=bzbarsky
|
2008-12-07 10:00:43 -08:00 |
nsCSSProperty.h
|
Add a flags table for CSS properties. (Bug 160403) r+sr=bzbarsky
|
2008-10-07 15:10:19 -07:00 |
nsCSSPropList.h
|
Fix properties that incorrectly applied to :first-letter or :first-line. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsCSSProps.cpp
|
Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc
|
2008-12-09 17:48:51 +01:00 |
nsCSSProps.h
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsCSSPseudoClasses.cpp
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
nsCSSPseudoClasses.h
|
Make nsPseudoClassList capable of storing integer pairs for :nth-*(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
nsCSSPseudoClassList.h
|
Bug 391728: No placeholder for disabled plugins. r=jst, r=josh, sr=bz
|
2008-09-09 16:43:21 +01:00 |
nsCSSPseudoElementList.h
|
|
|
nsCSSPseudoElements.cpp
|
|
|
nsCSSPseudoElements.h
|
|
|
nsCSSRule.cpp
|
|
|
nsCSSRule.h
|
|
|
nsCSSRuleProcessor.cpp
|
Bug 454821. Better signature for GetChildArray. r+sr=sicking
|
2008-12-03 09:02:03 -05:00 |
nsCSSRuleProcessor.h
|
Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron,bz sr=dbaron
|
2008-11-27 12:50:16 +09:00 |
nsCSSRules.cpp
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsCSSRules.h
|
Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron,bz sr=dbaron
|
2008-11-27 12:50:16 +09:00 |
nsCSSScanner.cpp
|
Bug 228856 - [FIX] \0 in CSS is ignored; r+sr=dbaron
|
2008-10-23 18:29:24 +02:00 |
nsCSSScanner.h
|
bug 452518: move private functions out of nsCSSScanner.h. r+sr=dbaron
|
2008-09-09 21:38:29 -07:00 |
nsCSSStruct.cpp
|
Use iterative algorithms when cloning and deleting lists. b=456196 r+sr=dbaron
|
2008-10-17 10:13:16 +02:00 |
nsCSSStruct.h
|
Use iterative algorithms when cloning and deleting lists. b=456196 r+sr=dbaron
|
2008-10-17 10:13:16 +02:00 |
nsCSSStyleRule.cpp
|
Bug 458381 followup: tests and a code fix for a problem the tests caught. r+sr=dbaron, a=beltzner
|
2008-11-11 22:36:20 -05:00 |
nsCSSStyleSheet.cpp
|
Fix assertion about being too late to set quirks style sheet. (Bug 450191) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
nsCSSStyleSheet.h
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
nsCSSValue.cpp
|
Bug 452969. Drop native theming for controls that inherit user-specified values. r+sr=dbaron
|
2008-10-07 14:53:22 -04:00 |
nsCSSValue.h
|
Remove some unreachable stub code for en (half an em) and cap (cap-height metric of font) units that we never create. (Bug 458878) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
nsDOMCSSAttrDeclaration.cpp
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron
|
2007-05-02 18:15:53 -07:00 |
nsDOMCSSAttrDeclaration.h
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron
|
2007-05-02 18:15:53 -07:00 |
nsDOMCSSDeclaration.cpp
|
Add a flags table for CSS properties. (Bug 160403) r+sr=bzbarsky
|
2008-10-07 15:10:19 -07:00 |
nsDOMCSSDeclaration.h
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron
|
2007-05-02 18:15:53 -07:00 |
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
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 |
nsDOMCSSValueList.cpp
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsDOMCSSValueList.h
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsFontFaceLoader.cpp
|
Bug 460037 - Fix crasher in font loader when closing windows. r+sr=roc
|
2008-12-12 16:31:51 +09:00 |
nsFontFaceLoader.h
|
Bug 460037 - Fix crasher in font loader when closing windows. r+sr=roc
|
2008-12-12 16:31:51 +09:00 |
nsHTMLCSSStyleSheet.cpp
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsHTMLStyleSheet.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsHTMLStyleSheet.h
|
Implement media queries, part 3: infrastructure for dynamic change handling at the rule processor and style set level. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
nsIComputedDOMStyle.h
|
|
|
nsICSSDeclaration.h
|
|
|
nsICSSGroupRule.h
|
Implement Media Queries, part 2: infrastructure for dynamic change handling at the rule cascade and style sheet level. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
nsICSSImportRule.h
|
|
|
nsICSSLoader.h
|
Use the principal doing the load to decide on the URI to pass to content policies. This will help do the right thing for data:/javascript:/about:blank, as well as allow us to skip content policies altogether if the caller is system. Bug 388597, r+sr=sicking
|
2007-08-07 18:16:09 -07: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
|
|
|
nsICSSOMFactory.h
|
|
|
nsICSSParser.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsICSSPseudoComparator.h
|
|
|
nsICSSRule.h
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsICSSRuleList.h
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsICSSStyleRule.h
|
Bug 458381 followup: tests and a code fix for a problem the tests caught. r+sr=dbaron, a=beltzner
|
2008-11-11 22:36:20 -05:00 |
nsICSSStyleRuleDOMWrapper.h
|
|
|
nsICSSStyleSheet.h
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
nsIHTMLCSSStyleSheet.h
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08: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
|
Implement Media Queries, part 2: infrastructure for dynamic change handling at the rule cascade and style sheet level. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
nsInspectorCSSUtils.cpp
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |
nsInspectorCSSUtils.h
|
Bug 370642: remove use of views in layout/inspector. r+sr=dbaron.
|
2007-02-18 04:44:21 +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 14:58:22 -07:00 |
nsIStyleRuleProcessor.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsIStyleSheet.h
|
Implement Media Queries, part 2: infrastructure for dynamic change handling at the rule cascade and style sheet level. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
nsLayoutStylesheetCache.cpp
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
nsLayoutStylesheetCache.h
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
nsMediaFeatures.cpp
|
Make 'width', 'height', and 'aspect-ratio' features use the page size when printing. (Bug 466559) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
nsMediaFeatures.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsROCSSPrimitiveValue.cpp
|
Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+
|
2008-04-07 17:27:10 -07:00 |
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
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsRuleNode.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsRuleWalker.h
|
Make rule nodes know their level in the cascade. b=374907 r+sr=bzbarsky
|
2007-05-16 14:08:51 -07:00 |
nsStyleContext.cpp
|
bug 258377 remove inline on PeekStyleData so that it can be called from the layout library r/sr=bzbarsky
|
2008-11-01 09:52:29 +01: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
|
Bug 450652 – Style system changes to support CSS3 border-radius – data structures for elliptical borders (part 1) [r+sr=dbaron]
|
2008-10-01 00:50:52 -05:00 |
nsStyleCoord.h
|
Bug 450652 – Style system changes to support CSS3 border-radius – data structures for elliptical borders (part 1) [r+sr=dbaron]
|
2008-10-01 00:50:52 -05:00 |
nsStyleSet.cpp
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsStyleSet.h
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
nsStyleStruct.cpp
|
Bug 460240. box-shadow style changes sometimes need a REFLOW hint, so ensure we don't return prematurely with VISUAL before we check the box-shadow styles. r+sr=dbaron
|
2008-11-03 13:58:46 +13:00 |
nsStyleStruct.h
|
Use iterative algorithms when cloning and deleting lists. b=456196 r+sr=dbaron
|
2008-10-17 10:13:16 +02:00 |
nsStyleStructFwd.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
nsStyleStructInlines.h
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
nsStyleStructList.h
|
Bug 453916: treat transparency strictly as a special case of color alpha. r+sr=dbaron
|
2008-09-12 08:35:53 -07:00 |
nsStyleTransformMatrix.cpp
|
Fix bustage. (Bug 460440)
|
2008-10-20 14:20:10 +02:00 |
nsStyleTransformMatrix.h
|
Fix failure to propagate aInherited result of nsRuleNode::CalcLength. (Bug 460440) r=kschwarz sr=bzbarsky
|
2008-10-20 14:07:09 +02:00 |
nsStyleUtil.cpp
|
Convert tabs to spaces.
|
2008-10-20 14:07:09 +02:00 |
nsStyleUtil.h
|
Convert tabs to spaces.
|
2008-10-20 14:07:09 +02:00 |
quirk.css
|
Bug 457208 - Useless border rules for input[type=image] in quirk.css; r+sr=dbaron
|
2008-10-16 03:28:37 +02:00 |
ua.css
|
Remove redundant declaration. b=431705 r+sr=roc
|
2008-12-18 10:03:38 +01:00 |
viewsource.css
|
Support for word-wrap CSS property. Bug 99457, r+sr=dbaron, roc
|
2008-07-24 10:16:18 +03:00 |