.. |
crashtests
|
Bug 722117 - "ASSERTION: CalcDifference() returned bigger hint than MaxDifference()" with blink. r=roc
|
2012-01-29 09:48:20 +01:00 |
test
|
Bug 701060 - Fix race condition with pref observers causing test orange. r=ehsan.
|
2012-01-27 22:16:44 +00:00 |
xbl-marquee
|
|
|
AnimationCommon.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
AnimationCommon.h
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
arrow.gif
|
|
|
arrowd.gif
|
|
|
contenteditable.css
|
Bug 664061: Remove isindex code from layout. r=dbaron
|
2011-07-19 17:22:01 -07:00 |
CSSCalc.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
Declaration.cpp
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
|
2011-12-22 18:34:45 -05:00 |
Declaration.h
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
|
2011-12-16 14:42:07 -05:00 |
designmode.css
|
|
|
forms.css
|
Bug 403524: Make textarea not inherit text decorations and correct the failing reftest (r=dbaron)
|
2011-08-03 11:30:58 -07:00 |
full-screen-override.css
|
Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz
|
2011-11-30 11:00:31 +13:00 |
GroupRule.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
html.css
|
Add selectors so that block elements with dir also get unicode-bidi: -moz-isolate in the default stylesheet. Bug 676245, r=dbaron
|
2011-12-04 18:02:10 +02:00 |
ImportRule.h
|
Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
|
2011-11-20 22:21:16 -08:00 |
jar.mn
|
Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz
|
2011-11-30 11:00:31 +13:00 |
Loader.cpp
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
Loader.h
|
Bug 700116. Fix the ordering if IsAlternate calls and sheet state determination so that the hashtable munging IsAlternate can do doesn't mess up our sheet states. r=sicking
|
2011-11-07 23:41:17 -05:00 |
Makefile.in
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
NameSpaceRule.h
|
Bug 704687 - Mark final classes as MOZ_FINAL, now that nsDerivedSafe no longer exists again. r=dbaron
|
2011-12-19 13:48:15 -05:00 |
nsAnimationManager.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsAnimationManager.h
|
Bug 709256 part 5. Fast-path nsAnimationManager::DispatchEvents when there are no events. r=dbaron
|
2011-12-14 23:42:15 -05:00 |
nsComputedDOMStyle.cpp
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
nsComputedDOMStyle.h
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
nsCSSAnonBoxes.cpp
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
nsCSSAnonBoxes.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsCSSAnonBoxList.h
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
nsCSSDataBlock.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsCSSDataBlock.h
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsCSSFontDescList.h
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
nsCSSKeywordList.h
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-25 23:25:59 -06:00 |
nsCSSKeywords.cpp
|
|
|
nsCSSKeywords.h
|
|
|
nsCSSParser.cpp
|
Fix error report for unexpected character terminating style attribute. (Bug 720163) r=bzbarsky
|
2012-01-24 17:21:28 -08:00 |
nsCSSParser.h
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
|
2011-12-16 14:42:07 -05:00 |
nsCSSProperty.h
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
nsCSSPropertySet.h
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
nsCSSPropList.h
|
Bug 416581, part 1 - Move mLanguage from nsStyleVisibility to nsStyleFont. r=dbaron.
|
2012-01-24 13:09:55 +00:00 |
nsCSSProps.cpp
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
nsCSSProps.h
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
nsCSSPseudoClasses.cpp
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
nsCSSPseudoClasses.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsCSSPseudoClassList.h
|
Bug 685779 - Add -moz-full-screen-ancestor pseudo class. r=bz
|
2011-11-01 18:11:09 +13:00 |
nsCSSPseudoElementList.h
|
Bug 660762 - Remove --disable-mathml support. r=roc
|
2011-06-02 13:11:33 +02:00 |
nsCSSPseudoElements.cpp
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
nsCSSPseudoElements.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsCSSRuleProcessor.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsCSSRuleProcessor.h
|
Bug 712847 - Change declaration to struct to fix MSVC warning. r=bz
|
2011-12-22 11:50:56 +01:00 |
nsCSSRules.cpp
|
Bug 716226. When using insertRule on a keyframes rule, set up the child keyframe rule correctly. r=dbaron
|
2012-01-11 14:36:43 -05:00 |
nsCSSRules.h
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
nsCSSScanner.cpp
|
Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky
|
2011-12-21 16:51:29 -05:00 |
nsCSSScanner.h
|
Bug 675553 followup: remove tautologous assertions. r=ehsan
|
2011-10-24 16:21:09 -07:00 |
nsCSSStyleSheet.cpp
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
|
2011-10-18 14:19:44 +03:00 |
nsCSSStyleSheet.h
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
nsCSSValue.cpp
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
|
2011-12-22 18:34:45 -05:00 |
nsCSSValue.h
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
|
2011-12-22 18:34:45 -05:00 |
nsDOMCSSAttrDeclaration.cpp
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
nsDOMCSSDeclaration.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMCSSDeclaration.h
|
Bug 505115 - Part 21 - Enable 3D transforms by default. r=roc
|
2011-09-30 14:39:40 +13:00 |
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
nsDOMCSSRGBColor.cpp
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsDOMCSSRGBColor.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsDOMCSSValueList.cpp
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsDOMCSSValueList.h
|
Bug 693949 - Drop nsCStringArray. r=bsmedberg
|
2011-10-28 08:35:45 +01:00 |
nsDOMMediaQueryList.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMMediaQueryList.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsFontFaceLoader.cpp
|
bug 711690 - don't warn about unsupported font formats if a different source successfully loads. r=jdaggett
|
2012-01-05 10:14:11 +00:00 |
nsFontFaceLoader.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsHTMLCSSStyleSheet.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsHTMLCSSStyleSheet.h
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
|
2011-12-16 14:42:07 -05:00 |
nsHTMLStyleSheet.cpp
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
nsHTMLStyleSheet.h
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
|
2011-12-16 14:42:07 -05:00 |
nsICSSDeclaration.h
|
|
|
nsICSSLoaderObserver.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsICSSPseudoComparator.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsICSSRuleList.h
|
|
|
nsICSSStyleRuleDOMWrapper.h
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
|
2011-03-10 21:48:57 -05:00 |
nsIMediaList.h
|
Bug 659963: consistently use infallible malloc in the CSS parser. r=dbaron
|
2011-05-28 15:38:48 -07:00 |
nsIStyleRule.h
|
Bug 529750 part 4. Move GetImportantRule to css::StyleRule. r=dbaron
|
2011-05-23 16:45:44 -04:00 |
nsIStyleRuleProcessor.h
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
nsIStyleSheet.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsLayoutStylesheetCache.cpp
|
Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz
|
2011-11-30 11:00:31 +13:00 |
nsLayoutStylesheetCache.h
|
Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz
|
2011-11-30 11:00:31 +13:00 |
nsMediaFeatures.cpp
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
nsMediaFeatures.h
|
|
|
nsNthIndexCache.cpp
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
nsNthIndexCache.h
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
nsROCSSPrimitiveValue.cpp
|
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
|
2011-08-11 15:29:50 +02:00 |
nsROCSSPrimitiveValue.h
|
Bug 664130 - Add a documenting comment to nsROCSSPrimitiveValue. r=bz.
|
2011-09-08 12:15:00 +01:00 |
nsRuleData.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsRuleData.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsRuleNode.cpp
|
Bug 695222 followup: fix indentation in column-fill chunk of nsRuleNode::ComputeColumnData. [ whitespace-only, DONTBUILD ]
|
2012-01-25 16:52:19 -08:00 |
nsRuleNode.h
|
Bug 416581, part 1 - Move mLanguage from nsStyleVisibility to nsStyleFont. r=dbaron.
|
2012-01-24 13:09:55 +00:00 |
nsRuleProcessorData.h
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
nsRuleWalker.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsStyleAnimation.cpp
|
Bug 711908 - Fix a bunch of GCC warnings in layout. r=dbaron.
|
2011-12-19 19:46:39 -08:00 |
nsStyleAnimation.h
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsStyleContext.cpp
|
Bug 722117 - "ASSERTION: CalcDifference() returned bigger hint than MaxDifference()" with blink. r=roc
|
2012-01-29 09:48:20 +01:00 |
nsStyleContext.h
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsStyleCoord.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsStyleCoord.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsStyleSet.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsStyleSet.h
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
|
2011-12-16 14:42:07 -05:00 |
nsStyleStruct.cpp
|
Bug 722117 - "ASSERTION: CalcDifference() returned bigger hint than MaxDifference()" with blink. r=roc
|
2012-01-29 09:48:20 +01:00 |
nsStyleStruct.h
|
Bug 416581, part 1 - Move mLanguage from nsStyleVisibility to nsStyleFont. r=dbaron.
|
2012-01-24 13:09:55 +00:00 |
nsStyleStructFwd.h
|
Keep reset and inherited style struct IDs separate. (Bug 639231, patch 1) r=bzbarsky
|
2011-03-17 20:14:31 -07:00 |
nsStyleStructInlines.h
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
|
2011-12-22 18:34:45 -05:00 |
nsStyleStructList.h
|
Fix indentation. (Bug 639231, patch 2) r=bzbarsky
|
2011-03-17 20:14:32 -07:00 |
nsStyleTransformMatrix.cpp
|
Bug 704468 - Reverse rotation direction for rotate3d() transform function. r=dbaron
|
2011-12-05 11:53:38 +13:00 |
nsStyleTransformMatrix.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsStyleUtil.cpp
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
nsStyleUtil.h
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
nsTransitionManager.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsTransitionManager.h
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
quirk.css
|
|
|
Rule.h
|
Bug 664924 - Remove MOZ_CSS_ANIMATIONS ifdefs. r=dbaron
|
2011-06-20 16:47:09 -07:00 |
StyleRule.cpp
|
Backout 15cf68a3c027, 2f403e4c42c8, 61534874aed7, 1cb3705557d9 & 03970d1fc919 (bug 661746) for Win PGO build failures; a=bz
|
2011-11-14 18:10:22 +00:00 |
StyleRule.h
|
Bug 704687 - Mark final classes as MOZ_FINAL, now that nsDerivedSafe no longer exists again. r=dbaron
|
2011-12-19 13:48:15 -05:00 |
TopLevelImageDocument.css
|
Bug 712347 - 'The image cannot be displayed ...' error message is hard to read on a dark background. r=roc
|
2012-01-13 16:26:41 -08:00 |
TopLevelVideoDocument.css
|
Bug 537718 - Video should scale for a small window. r=dao r=roc
|
2011-11-14 15:58:41 -08:00 |
ua.css
|
Bug 672944 - Setup overflow areas for the scrolled block frame in a XUL scroll frame for the benefit of text-overflow; Make the text-overflow code grok the extra wrapper frame in this case. r=roc
|
2012-01-28 04:35:59 +01:00 |
viewsource.css
|
Backed out changeset 4730eb3ec77a (bug 246620)
|
2011-12-26 13:19:08 +13:00 |