.. |
crashtests
|
Bug 812824: Use a clean struct for inheritance on root nodes. r=dbaron,Waldo
|
2012-11-28 13:21:36 -08:00 |
test
|
back out 75cab729c971 because it landed with the wrong bug number
|
2012-12-07 11:15:27 -08:00 |
xbl-marquee
|
|
|
AnimationCommon.cpp
|
Bug 797520; improve OMTA logging. r=cjones
|
2012-12-12 10:12:47 +13:00 |
AnimationCommon.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
arrow.gif
|
|
|
arrowd.gif
|
|
|
contenteditable.css
|
|
|
CSSCalc.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
CSSValue.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
Declaration.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
Declaration.h
|
Bug 753517 part 3. Expose the API needed for Paris bindings on nsDOMCSSDeclaration and nsICSSDeclaration. r=dbaron,peterv
|
2012-08-23 21:08:08 -07:00 |
designmode.css
|
|
|
ErrorReporter.cpp
|
Bug 229827: escape unprintable characters in CSS parser diagnostics. r=dbaron
|
2012-11-16 21:53:38 -05:00 |
ErrorReporter.h
|
Bug 455839: simplify the CSS error reporting API. r=dbaron
|
2012-11-15 11:36:15 -05:00 |
forms.css
|
Bug 810796 - Fix invalid CSS in forms.css. r=bz
|
2012-11-20 18:21:39 +00:00 |
full-screen-override.css
|
|
|
GroupRule.h
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
|
2012-10-07 22:39:09 -04:00 |
html.css
|
Implementation of HTML5 dir=auto. Bug 548206, r=ehsan, peterv.
|
2012-11-21 02:13:57 -08:00 |
ImageLoader.cpp
|
Backout changeset e8f5182d94c5 (Bug 805343) for regressing android talos tests
|
2012-12-14 11:50:57 +13:00 |
ImageLoader.h
|
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
|
2012-10-12 12:11:22 -04:00 |
ImportRule.h
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
|
2012-10-07 22:39:09 -04:00 |
jar.mn
|
|
|
Loader.cpp
|
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
|
2012-12-04 18:06:29 -05:00 |
Loader.h
|
Bug 799796. Do memory reporting for stylesheets that only the CSS loader might know about. r=dbaron,njn
|
2012-10-17 17:01:56 -04:00 |
Makefile.in
|
Bug 516091: Split CSS error reporting to its own file and class. Allows CSS scanner to become a stack object. r=dbaron
|
2012-11-15 11:36:15 -05:00 |
NameSpaceRule.h
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
|
2012-10-07 22:39:09 -04:00 |
nsAnimationManager.cpp
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsAnimationManager.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsComputedDOMStyle.cpp
|
border-image-* properties should clamp negative calc(). (Bug 802279) r=jwalden
|
2012-11-21 21:51:39 -08:00 |
nsComputedDOMStyle.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsCSSAnonBoxes.cpp
|
|
|
nsCSSAnonBoxes.h
|
|
|
nsCSSAnonBoxList.h
|
|
|
nsCSSDataBlock.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsCSSDataBlock.h
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
nsCSSFontDescList.h
|
|
|
nsCSSKeywordList.h
|
bug 774560 pt 2 - implement text-transform:full-width. r=smontagu
|
2012-11-09 09:43:48 +00:00 |
nsCSSKeywords.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsCSSKeywords.h
|
|
|
nsCSSParser.cpp
|
Bug 815021 - Implement MediaRule.conditionText setter. r?
|
2012-11-27 16:30:31 +11:00 |
nsCSSParser.h
|
Bug 516091: Split CSS error reporting to its own file and class. Allows CSS scanner to become a stack object. r=dbaron
|
2012-11-15 11:36:15 -05:00 |
nsCSSPropAliasList.h
|
Add preferences (defaulting to enabled, for now) to control whether certain prefixed aliases for CSS properties are supported, so that authors can have a way to test what happens when they're turned off in advance of our disabling them. (Bug 804944) r=bzbarsky
|
2012-10-26 19:04:20 +02:00 |
nsCSSProperty.h
|
|
|
nsCSSPropertySet.h
|
|
|
nsCSSPropList.h
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
nsCSSProps.cpp
|
bug 774560 pt 2 - implement text-transform:full-width. r=smontagu
|
2012-11-09 09:43:48 +00:00 |
nsCSSProps.h
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
nsCSSPseudoClasses.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsCSSPseudoClasses.h
|
|
|
nsCSSPseudoClassList.h
|
Bug 648722 part 1. Add a :scope pseudo-class that just matches the same thing as :root for now. r=dbaron
|
2012-12-04 23:15:47 -05:00 |
nsCSSPseudoElementList.h
|
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
|
2012-11-09 10:24:23 +00:00 |
nsCSSPseudoElements.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsCSSPseudoElements.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsCSSRuleProcessor.cpp
|
Bug 648722 part 2. Make :scope match the context node for selectors API calls. r=dbaron
|
2012-12-04 23:15:47 -05:00 |
nsCSSRuleProcessor.h
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
nsCSSRules.cpp
|
Bug 816431 - Add unprefixed CSSRule.KEYFRAME{,S}_RULE constants. r=bz
|
2012-11-29 18:57:32 +11:00 |
nsCSSRules.h
|
Bug 815671 part 7. Fixes to layout code to not copy arrays implicitly. r=roc
|
2012-11-29 11:14:14 -05:00 |
nsCSSScanner.cpp
|
Bug 229827: escape unprintable characters in CSS parser diagnostics. r=dbaron
|
2012-11-16 21:53:38 -05:00 |
nsCSSScanner.h
|
Bug 516091: Split CSS error reporting to its own file and class. Allows CSS scanner to become a stack object. r=dbaron
|
2012-11-15 11:36:15 -05:00 |
nsCSSStyleSheet.cpp
|
Bug 816720 - Allow CSSRule.insertRule to insert non-style rules. r=bz
|
2012-12-01 15:10:45 +11:00 |
nsCSSStyleSheet.h
|
Bug 815021 - Implement MediaRule.conditionText setter. r?
|
2012-11-27 16:30:31 +11:00 |
nsCSSValue.cpp
|
Bug 806068 part 1: Add support for unprefixed "initial" keyword in CSS (retaining prefixed keyword as an alias, for now). r=dholbert
|
2012-10-30 16:40:33 +01:00 |
nsCSSValue.h
|
Bug 798853, style system. r=roc,dbaron
|
2012-10-22 15:53:31 +02:00 |
nsDOMCSSAttrDeclaration.cpp
|
Bug 811449 part 8. Get rid of nsGenericElement. r=peterv
|
2012-11-14 14:10:08 -08:00 |
nsDOMCSSAttrDeclaration.h
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
nsDOMCSSDeclaration.cpp
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsDOMCSSDeclaration.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
nsDOMCSSRGBColor.cpp
|
|
|
nsDOMCSSRGBColor.h
|
|
|
nsDOMCSSValueList.cpp
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsDOMCSSValueList.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsDOMMediaQueryList.cpp
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
nsDOMMediaQueryList.h
|
|
|
nsFontFaceLoader.cpp
|
bug 816483 - cache instantiated user fonts and share them across pages that use the same resources. r=roc
|
2012-12-10 09:31:07 +00:00 |
nsFontFaceLoader.h
|
bug 816483 - cache instantiated user fonts and share them across pages that use the same resources. r=roc
|
2012-12-10 09:31:07 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Bug 760331: Coalesce data for inline style across nodes. r=bz
|
2012-09-30 09:40:24 -07:00 |
nsHTMLCSSStyleSheet.h
|
Bug 806279 - CC macros refactoring: part 3: fold the TRAVERSE_NATIVE and AMBIGUOUS cases - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
nsHTMLStyleSheet.cpp
|
Bug 813373, patch 4: fix printfs that crept in in patch 3.
|
2012-11-20 13:22:35 -08:00 |
nsHTMLStyleSheet.h
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
nsICSSDeclaration.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsICSSLoaderObserver.h
|
|
|
nsICSSPseudoComparator.h
|
|
|
nsICSSRuleList.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsICSSStyleRuleDOMWrapper.h
|
|
|
nsIMediaList.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsIStyleRule.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsIStyleRuleProcessor.h
|
|
|
nsIStyleSheet.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsLayoutStylesheetCache.cpp
|
Bug 800187 (part 1) - Add memory reporter for the nsStyleSheetService. r=bz.
|
2012-10-11 21:05:38 -07:00 |
nsLayoutStylesheetCache.h
|
Bug 800187 (part 1) - Add memory reporter for the nsStyleSheetService. r=bz.
|
2012-10-11 21:05:38 -07:00 |
nsMediaFeatures.cpp
|
Bug 719286 - Add -moz-is-glyph media feature for setting default values for SVG glyphs in the browser SVG style sheet r=dbaron
|
2012-09-06 16:58:44 +12:00 |
nsMediaFeatures.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsNthIndexCache.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsNthIndexCache.h
|
Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence)
|
2012-11-12 15:30:39 -08:00 |
nsROCSSPrimitiveValue.cpp
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsROCSSPrimitiveValue.h
|
bug 798567 - convert css values to webidl r=bz
|
2012-10-01 12:49:41 -04:00 |
nsRuleData.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsRuleData.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsRuleNode.cpp
|
Bug 810668 - Fix some gcc4.6 build warnings; r=bz
|
2012-12-02 09:54:55 +01:00 |
nsRuleNode.h
|
Bug 572200, part 3: Cache data that lives in the rule tree on every relevant rule node that has a style context directly pointing to it directly. r=bzbarsky
|
2012-11-07 11:55:53 -08:00 |
nsRuleProcessorData.h
|
Bug 648722 part 2. Make :scope match the context node for selectors API calls. r=dbaron
|
2012-12-04 23:15:47 -05:00 |
nsRuleWalker.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsStyleAnimation.cpp
|
Bug 817574 - Replace NS_ABS with std::abs. r=roc
|
2012-12-04 13:33:33 +01:00 |
nsStyleAnimation.h
|
Bug 813373, patch 1: Remove pres context parameters from nsStyleAnimation::UncomputeValue. r=dholbert
|
2012-11-20 11:55:14 -08:00 |
nsStyleContext.cpp
|
Bug 809533, patch 3: Stop handling allocation failures in the style system that no longer need to be handled. r=bzbarsky
|
2012-11-09 10:30:28 -08:00 |
nsStyleContext.h
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
nsStyleCoord.cpp
|
Bug 761393 - Add a method to hash an nsStyleCoord. r=dbaron
|
2012-08-26 21:08:32 -07:00 |
nsStyleCoord.h
|
Bug 761393 - Add a method to hash an nsStyleCoord. r=dbaron
|
2012-08-26 21:08:32 -07:00 |
nsStyleSet.cpp
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsStyleSet.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsStyleStruct.cpp
|
Bug 810470. Part 2: Change nsDisplayBackground invalidation to store and compare the background positioning rect. r=mattwoodrow
|
2012-11-08 10:05:32 -05:00 |
nsStyleStruct.h
|
Bug 816458. Instead of removing the MAY_BE_TRANSFORMED bit in certain frame classes, add an nsIFrame::SupportsCSSTransforms method and call it when necessary. r=mats
|
2012-12-04 17:50:05 +13:00 |
nsStyleStructFwd.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsStyleStructInlines.h
|
Bug 816458. Instead of removing the MAY_BE_TRANSFORMED bit in certain frame classes, add an nsIFrame::SupportsCSSTransforms method and call it when necessary. r=mats
|
2012-12-04 17:50:05 +13:00 |
nsStyleStructList.h
|
|
|
nsStyleTransformMatrix.cpp
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsStyleTransformMatrix.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsStyleUtil.cpp
|
Bug 229827: escape unprintable characters in CSS parser diagnostics. r=dbaron
|
2012-11-16 21:53:38 -05:00 |
nsStyleUtil.h
|
Bug 229827: escape unprintable characters in CSS parser diagnostics. r=dbaron
|
2012-11-16 21:53:38 -05:00 |
nsTransitionManager.cpp
|
Bug 820864 - Fix new build warnings in nsTransitionManager.cpp; r=nrc
|
2012-12-12 20:32:29 +01:00 |
nsTransitionManager.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
quirk.css
|
Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert
|
2012-10-30 16:57:36 +01:00 |
Rule.h
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
|
2012-10-07 22:39:09 -04:00 |
StyleRule.cpp
|
Bug 806279 - CC macros refactoring: part 2: generic BEGIN_ macros folding in the NATIVE case - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
StyleRule.h
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
|
2012-10-07 22:39:09 -04:00 |
TopLevelImageDocument.css
|
|
|
TopLevelVideoDocument.css
|
|
|
ua.css
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
viewsource.css
|
|
|