.. |
crashtests
|
Bug 822766. Be a bit more careful with our level assert in ReplaceAnimationRule. r=dbaron
|
2012-12-22 00:27:27 -08:00 |
test
|
Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo
|
2012-12-21 20:47:52 +09:00 |
xbl-marquee
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
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
|
|
|
CSS.cpp
|
Bug 779917 - Null check followup.
|
2012-12-26 20:00:19 +11:00 |
CSS.h
|
Bug 779917 - Implement CSS.supports(). r=dbaron f=bz
|
2012-11-25 11:26:07 +11:00 |
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
|
Backout bug 821593 for bustage.
|
2012-12-22 15:33:46 +01: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
|
Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
|
2012-10-12 08:43:01 -04: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 821593 - use webidl for RGBColor r=bz
|
2012-12-14 02:51:39 -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 822231; fix end of animation behaviour. r=dbaron
|
2012-12-21 16:58:14 -05:00 |
nsAnimationManager.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsComputedDOMStyle.cpp
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
nsComputedDOMStyle.h
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11: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 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11: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 824654 - Remove duplicated class define to fix bustage on Win64 builder. r=heycam
|
2012-12-26 13:44:12 +09:00 |
nsCSSParser.h
|
Bug 779917 - Implement CSS.supports(). r=dbaron f=bz
|
2012-11-25 11:26:07 +11: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 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
nsCSSProps.cpp
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
nsCSSProps.h
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
nsCSSPseudoClasses.cpp
|
Bug 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron
|
2012-12-24 19:35:34 -08:00 |
nsCSSPseudoClasses.h
|
Bug 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron
|
2012-12-24 19:35:34 -08:00 |
nsCSSPseudoClassList.h
|
Bug 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron
|
2012-12-24 19:35:34 -08: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 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron
|
2012-12-24 19:35:34 -08: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 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
|
2012-12-18 20:16:06 -05:00 |
nsCSSValue.cpp
|
Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
|
2012-10-12 08:43:01 -04:00 |
nsCSSValue.h
|
Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
|
2012-10-12 08:43:01 -04: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
|
bug 824970 - use webidl for Rect r=bz
|
2012-12-26 07:26:36 -05:00 |
nsDOMCSSRect.h
|
bug 824970 - use webidl for Rect r=bz
|
2012-12-26 07:26:36 -05:00 |
nsDOMCSSRGBColor.cpp
|
bug 821593 - remove the nsIDOMRGBColor xpidl now that nothing uses it r=bz
|
2012-12-14 04:51:06 -05:00 |
nsDOMCSSRGBColor.h
|
bug 821593 - remove the nsIDOMRGBColor xpidl now that nothing uses it r=bz
|
2012-12-14 04:51:06 -05:00 |
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 821442 - eliminate the unreliable mFamily back-pointer in gfxFontEntry, and instead pass/track font family explicitly where needed. r=roc
|
2012-12-19 09:42:25 +00:00 |
nsFontFaceLoader.h
|
bug 821442 - eliminate the unreliable mFamily back-pointer in gfxFontEntry, and instead pass/track font family explicitly where needed. r=roc
|
2012-12-19 09:42:25 +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 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf.
|
2012-12-23 20:45:57 -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 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
|
2012-12-23 16:59:51 -08: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 824970 - nsROCSSPrimitiveValue::GetRectValue() should return nsDOMCSSRect* r=bz
|
2012-12-26 12:02:37 -05:00 |
nsROCSSPrimitiveValue.h
|
bug 824970 - nsROCSSPrimitiveValue::GetRectValue() should return nsDOMCSSRect* r=bz
|
2012-12-26 12:02:37 -05: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 823124: Add diagnostic (and otherwise good-to-have) assertion that non-root rule nodes must have a non-null rule (and vice-versa).
|
2012-12-21 14:36:53 -05: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 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05: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 822766. Be a bit more careful with our level assert in ReplaceAnimationRule. r=dbaron
|
2012-12-22 00:27:27 -08:00 |
nsStyleSet.h
|
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
|
2012-12-12 10:12:43 +13:00 |
nsStyleStruct.cpp
|
Bug 816359. Part 2: Make nsStyleDisplay::HasTransform take a frame parameter and check that the frame supports transforms. r=mats"
|
2012-12-31 11:45:57 +13:00 |
nsStyleStruct.h
|
Bug 816359. Part 2: Make nsStyleDisplay::HasTransform take a frame parameter and check that the frame supports transforms. r=mats"
|
2012-12-31 11:45:57 +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 816359. Part 2: Make nsStyleDisplay::HasTransform take a frame parameter and check that the frame supports transforms. r=mats"
|
2012-12-31 11:45:57 +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 823124; speculative fix - null style rule from an animation; r=dbaron
|
2012-12-27 11:42:34 +13:00 |
nsTransitionManager.h
|
Bug 823460; start throttled transitions with delays; r=dbaron; a=blocking-basecamp
|
2012-12-23 17:52:13 +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
|
|
|