gecko/layout/style
L. David Baron 47f6089680 Disable the unitless length quirk inside of calc(). (Bug 774122, patch 3) r=bzbarsky
I noticed this bug because the new assertions in ParseVariant,
introduced in the previous patch, are stricter and would assert without
this fix.
2012-07-16 01:10:06 -04:00
..
crashtests Bug 762303 - Unprefix CSS Transition properties and provide temporary aliases for -moz-transition and exposed subproperties. r=dbaron 2012-07-08 21:25:10 -04:00
test Limit the unitless length quirk to the properties where it's needed, per http://simon.html5.org/specs/quirks-mode#the-unitless-length-quirk . (Bug 774122, patch 2) r=bzbarsky 2012-07-16 01:10:06 -04:00
xbl-marquee Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AnimationCommon.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AnimationCommon.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky 2012-06-18 22:30:09 -04:00
arrow.gif
arrowd.gif
contenteditable.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CSSCalc.h Add support for unprefixed calc(), and prefer serializing to unprefixed form. (Bug 771678) r=bzbarsky 2012-07-13 15:06:50 -07:00
Declaration.cpp Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert 2012-07-13 19:59:05 -04:00
Declaration.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
designmode.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
forms.css Bug 731447. Make buttons display:inline-block by default so that underlines don't reach into them. r=dbaron 2012-06-01 11:45:37 -04:00
full-screen-override.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
GroupRule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
html.css Bug 248239 - Change standards mode height calculations for table cells to use content-box sizing rather than border-box sizing by default (and to honor -moz-box-sizing, which we do not do in quirks mode). Also remove -moz-box-sizing: border-box from default style for caption element (all modes). r=dbaron 2012-06-30 12:01:31 -04:00
ImportRule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jar.mn Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Loader.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Loader.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky 2012-06-18 22:30:09 -04:00
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
NameSpaceRule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsAnimationManager.cpp Treat animation-iteration-count:0 specially. (Bug 765218) r=bzbarsky 2012-06-21 11:44:34 -07:00
nsAnimationManager.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsComputedDOMStyle.cpp Backout 6ceeca8b4b73 (bug 772332), ce5629b973e4, 1dcff1db63b4, 108d06ef7755 & 7bf6519b3f43 (bug 768756) for bustage 2012-07-15 11:42:31 +01:00
nsComputedDOMStyle.h Backout 6ceeca8b4b73 (bug 772332), ce5629b973e4, 1dcff1db63b4, 108d06ef7755 & 7bf6519b3f43 (bug 768756) for bustage 2012-07-15 11:42:31 +01:00
nsCSSAnonBoxes.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSAnonBoxes.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSAnonBoxList.h Bug 769742 - Account for nsSVGOuterSVGFrames' border/padding offset by giving nsSVGOuterSVGFrame an anonymous child to wrap its real children. r=roc. 2012-07-09 02:04:56 +01:00
nsCSSDataBlock.cpp Serialize border-image shorthand to shortest form, with the exception that we'll always serialize 'border-image-source'. (Bug 713643, patch 1) r=bzbarsky 2012-05-30 22:19:49 -07:00
nsCSSDataBlock.h Serialize border-image shorthand to shortest form, with the exception that we'll always serialize 'border-image-source'. (Bug 713643, patch 1) r=bzbarsky 2012-05-30 22:19:49 -07:00
nsCSSFontDescList.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSKeywordList.h Bug 696253, patch 3: implement parsing/computation for CSS property 'flex-direction'. r=dbaron 2012-07-06 17:06:20 -07:00
nsCSSKeywords.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSKeywords.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSParser.cpp Disable the unitless length quirk inside of calc(). (Bug 774122, patch 3) r=bzbarsky 2012-07-16 01:10:06 -04:00
nsCSSParser.h Bug 629882 - Support currentColor in the 2D canvas context; r=dbaron 2012-06-06 09:36:38 +02:00
nsCSSPropAliasList.h Bug 762303 - Unprefix CSS Transition properties and provide temporary aliases for -moz-transition and exposed subproperties. r=dbaron 2012-07-08 21:25:10 -04:00
nsCSSProperty.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPropertySet.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPropList.h Limit the unitless length quirk to the properties where it's needed, per http://simon.html5.org/specs/quirks-mode#the-unitless-length-quirk . (Bug 774122, patch 2) r=bzbarsky 2012-07-16 01:10:06 -04:00
nsCSSProps.cpp Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert 2012-07-13 19:59:05 -04:00
nsCSSProps.h Limit the unitless length quirk to the properties where it's needed, per http://simon.html5.org/specs/quirks-mode#the-unitless-length-quirk . (Bug 774122, patch 2) r=bzbarsky 2012-07-16 01:10:06 -04:00
nsCSSPseudoClasses.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPseudoClasses.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPseudoClassList.h bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride 2012-07-11 08:56:34 -07:00
nsCSSPseudoElementList.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPseudoElements.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSPseudoElements.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSRuleProcessor.cpp Bug 758885. Don't apply the dynamic :hover reresolution skipping optimization to selectors which can match on mutable state other than :hover. r=dbaron 2012-05-29 00:17:45 -04:00
nsCSSRuleProcessor.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSRules.cpp Bug 762302 - Unprefix CSS Animation properties and @keyframes rule and provide temporary aliases for -moz-animation and exposed subproperties. r=dbaron 2012-07-08 21:25:10 -04:00
nsCSSRules.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSScanner.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSScanner.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsCSSStyleSheet.cpp Implement dppx units [css3-images] for resolution media query. (Bug 741644) r=bzbarsky 2012-07-07 21:41:27 -07:00
nsCSSStyleSheet.h Bug 727834 - Add an API to (re)parse a style sheet in place. r=bz 2012-06-03 12:54:38 -04:00
nsCSSValue.cpp Bug 752187 - Part 11: Implement serializing unprefixed gradients. r=dbaron 2012-07-07 10:27:09 -04:00
nsCSSValue.h Bug 752187 - Part 9: Implement unprefixed radial-gradient parsing. r=dbaron 2012-07-07 10:27:08 -04:00
nsDOMCSSAttrDeclaration.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSAttrDeclaration.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSDeclaration.cpp Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert 2012-07-13 19:59:05 -04:00
nsDOMCSSDeclaration.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSRect.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSRect.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSRGBColor.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSRGBColor.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSValueList.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMCSSValueList.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMMediaQueryList.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDOMMediaQueryList.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsFontFaceLoader.cpp Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
nsFontFaceLoader.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsHTMLCSSStyleSheet.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsHTMLCSSStyleSheet.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsHTMLStyleSheet.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsHTMLStyleSheet.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsICSSDeclaration.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICSSLoaderObserver.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICSSPseudoComparator.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICSSRuleList.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsICSSStyleRuleDOMWrapper.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIMediaList.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsIStyleRule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIStyleRuleProcessor.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIStyleSheet.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsLayoutStylesheetCache.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsLayoutStylesheetCache.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsMediaFeatures.cpp Change our interpretation of resolution units in CSS to match updates to the spec: i.e., device pixels per CSS inch (instead of device pixels per physical inch). (Bug 771390) r=bzbarsky 2012-07-07 21:41:27 -07:00
nsMediaFeatures.h Implement dppx units [css3-images] for resolution media query. (Bug 741644) r=bzbarsky 2012-07-07 21:41:27 -07:00
nsNthIndexCache.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsNthIndexCache.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsROCSSPrimitiveValue.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsROCSSPrimitiveValue.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsRuleData.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsRuleData.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsRuleNode.cpp Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert 2012-07-13 19:59:05 -04:00
nsRuleNode.h Bug 629882 - Support currentColor in the 2D canvas context; r=dbaron 2012-06-06 09:36:38 +02:00
nsRuleProcessorData.h Bug 762345 - Skip all the QIing stuff in the TreeMatchContext constructor if possible; r=bzbarsky 2012-06-07 15:19:56 -04:00
nsRuleWalker.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleAnimation.cpp Backout changeset e62e0d2137b6 (bug 773500) because of mochitest-4 bustage 2012-07-13 16:02:06 -04:00
nsStyleAnimation.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleContext.cpp Bug 674922 - report on most common objects allocated in a PresShell's arena; r=roc,njn 2012-06-06 13:35:40 -04:00
nsStyleContext.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleCoord.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleCoord.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleSet.cpp Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
nsStyleSet.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (layout parts); r=roc 2012-06-18 23:26:34 -04:00
nsStyleStruct.cpp Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert 2012-07-13 19:59:05 -04:00
nsStyleStruct.h Bug 774022 - Remove extra ;. r=dbaron. 2012-07-15 00:15:35 -04:00
nsStyleStructFwd.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleStructInlines.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleStructList.h Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan 2012-07-13 09:33:42 +03:00
nsStyleTransformMatrix.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleTransformMatrix.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsStyleUtil.cpp Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
nsStyleUtil.h Bug 219767: Move font size functions in nsStyleUtil into nsRuleNode. r=dbaron 2012-05-31 10:09:46 +05:30
nsTransitionManager.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsTransitionManager.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
quirk.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Rule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
StyleRule.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
StyleRule.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
TopLevelImageDocument.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
TopLevelVideoDocument.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ua.css Bug 666041 patch 2: Add "-moz-flex" & "-moz-inline-flex" values for "display" property. r=bz 2012-06-26 15:11:38 -07:00
viewsource.css Bug 760954 - Fix the performance regression in the View Source windows; r=ehsan 2012-06-03 05:00:01 -07:00