.. |
crashtests
|
Don't call SetSheet with a null sheet. (Bug 645951) r=bzbarsky
|
2011-03-29 20:46:12 -07:00 |
test
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
xbl-marquee
|
|
|
arrow.gif
|
|
|
arrowd.gif
|
|
|
contenteditable.css
|
Bug 620906 - Back out part of bug 289384 to make sure that scrollbars work in CKEditor fields again; r=roc a=blocking-final+
|
2011-01-11 16:00:44 -05:00 |
CSSCalc.h
|
|
|
Declaration.cpp
|
Bug 613130 - Don't sanitize style nodes and attributes in the sanitizing parser if we have not found any unsafe properties; r=roc,bzbarsky a=blocking-final+
|
2010-11-24 13:31:52 -05:00 |
Declaration.h
|
Bug 613130 - Don't sanitize style nodes and attributes in the sanitizing parser if we have not found any unsafe properties; r=roc,bzbarsky a=blocking-final+
|
2010-11-24 13:31:52 -05:00 |
designmode.css
|
Bug 620906 - Back out part of bug 289384 to make sure that scrollbars work in CKEditor fields again; r=roc a=blocking-final+
|
2011-01-11 16:00:44 -05:00 |
forms.css
|
Bug 59109 Part 3: Implement text-decoration-color and text-decoration-style rendering r=dbaron
|
2011-03-31 21:27:03 +09:00 |
html.css
|
Bug 573960 - Make the bordercolor attribute on table elements work again; r=bernd a=blocking-betaN+
|
2011-01-31 16:23:01 -05:00 |
ImportRule.h
|
Bug 577002 Part 3: Make various ImportRule functions non-virtual and cleanup some return types. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
jar.mn
|
Backout changeset f406ffe65c08 (Bug 620931 part 1) for causing bug 644790.
|
2011-03-24 21:07:53 -07:00 |
Loader.cpp
|
Remove UTF-32 encoder and decoder. Bug 604317, r=emk
|
2011-03-30 08:35:34 +02:00 |
Loader.h
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
Makefile.in
|
Bug 598832 part 5. Move caching of nth-index stuff to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
NameSpaceRule.h
|
Bug 576877 Part 3: De-virtualize methods in NameSpaceRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
nsComputedDOMStyle.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsComputedDOMStyle.h
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsCSSAnonBoxes.cpp
|
|
|
nsCSSAnonBoxes.h
|
|
|
nsCSSAnonBoxList.h
|
|
|
nsCSSDataBlock.cpp
|
Remove nsCSSDataBlock::kOffsetTable, which is no longer needed. (Bug 645620, patch 2) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsCSSDataBlock.h
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsCSSKeywordList.h
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsCSSKeywords.cpp
|
|
|
nsCSSKeywords.h
|
|
|
nsCSSParser.cpp
|
Bug 645750: Remove unused variables 'variantMask' and 'table' from nsCSSParser. r=dbaron
|
2011-03-29 09:53:09 -07:00 |
nsCSSParser.h
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
|
2011-03-10 21:48:57 -05:00 |
nsCSSProperty.h
|
Remove the datastruct_ and member_ fields of the CSS_PROP macro. (Bug 645620, patch 5) r=bzbarsky
|
2011-03-28 16:07:27 -07:00 |
nsCSSPropertySet.h
|
|
|
nsCSSPropList.h
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsCSSProps.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsCSSProps.h
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsCSSPseudoClasses.cpp
|
Bug 602341 part 6. Make pseudoclass atoms private to nsCSSPseudoClasses. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
nsCSSPseudoClasses.h
|
Bug 602341 part 6. Make pseudoclass atoms private to nsCSSPseudoClasses. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
nsCSSPseudoClassList.h
|
Bug 605125 (1/5) - Add :-moz-ui-valid pseudo-class. r=bz a=jst
|
2010-11-24 00:54:29 +01:00 |
nsCSSPseudoElementList.h
|
|
|
nsCSSPseudoElements.cpp
|
|
|
nsCSSPseudoElements.h
|
|
|
nsCSSRule.h
|
Eliminate all virtual functions from nsCSSRule to eliminate its vtable pointer. (Bug 596140) r=bzbarsky a2.0=roc
|
2010-09-18 11:43:17 -07:00 |
nsCSSRuleProcessor.cpp
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsCSSRuleProcessor.h
|
Bug 598832 part 13. Stop using RuleProcessorData in the DOM-exposed selector-matching methods. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsCSSRules.cpp
|
Don't call SetSheet with a null sheet. (Bug 645951) r=bzbarsky
|
2011-03-29 20:46:12 -07:00 |
nsCSSRules.h
|
Give nsCSSFontFaceRule a copy-constructor that doesn't copy the reference count. (Bug 601437) r=bzbarsky a2.0=blocking2.0:final
|
2010-10-06 21:25:47 -07:00 |
nsCSSScanner.cpp
|
Include the opening "url(" in URL and Bad_URL tokens (though the latter do not have a close paren), and make tokenization of url() function be noncontextual, as required by CSS. (Bug 604179, patch 7) r=bzbarsky
|
2011-03-11 11:29:45 -06:00 |
nsCSSScanner.h
|
Include the close parenthesis in the URL token and make quoted URLs produce URL tokens rather than string tokens. (Bug 604179, patch 6) r=bzbarsky
|
2011-03-11 11:29:45 -06:00 |
nsCSSStyleSheet.cpp
|
Bug 577002 Part 3: Make various ImportRule functions non-virtual and cleanup some return types. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
nsCSSStyleSheet.h
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
nsCSSValue.cpp
|
Move nsCSSCornerSizes from nsCSSStruct.h/cpp to nsCSSValue.h/cpp. (Bug 645620, patch 3) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsCSSValue.h
|
Move nsCSSCornerSizes from nsCSSStruct.h/cpp to nsCSSValue.h/cpp. (Bug 645620, patch 3) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsDOMCSSAttrDeclaration.cpp
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
|
2011-03-10 21:48:57 -05:00 |
nsDOMCSSAttrDeclaration.h
|
|
|
nsDOMCSSDeclaration.cpp
|
Remove the datastruct_ and member_ fields of the CSS_PROP macro. (Bug 645620, patch 5) r=bzbarsky
|
2011-03-28 16:07:27 -07:00 |
nsDOMCSSDeclaration.h
|
|
|
nsDOMCSSRect.cpp
|
|
|
nsDOMCSSRect.h
|
|
|
nsDOMCSSRGBColor.cpp
|
|
|
nsDOMCSSRGBColor.h
|
|
|
nsDOMCSSValueList.cpp
|
Bug 585867 part 3. Make AppendCSSValue infallible. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
nsDOMCSSValueList.h
|
Bug 585867 part 3. Make AppendCSSValue infallible. r=bzbarsky
|
2011-03-04 12:28:57 -05:00 |
nsFontFaceLoader.cpp
|
Bug 644476: Rename classes/functions/variables to use "CORS" rather than "Access Control" or "Cross site" where appropriate. r=smaug
|
2011-03-28 13:18:45 -07:00 |
nsFontFaceLoader.h
|
bug 499292 - hide fallback text for a short time while a font downloads. r=jdaggett a=beltzner
|
2011-01-05 21:48:48 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
|
2011-03-10 21:48:57 -05:00 |
nsHTMLCSSStyleSheet.h
|
|
|
nsHTMLStyleSheet.cpp
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsHTMLStyleSheet.h
|
|
|
nsICSSDeclaration.h
|
|
|
nsICSSGroupRule.h
|
|
|
nsICSSLoaderObserver.h
|
|
|
nsICSSPseudoComparator.h
|
|
|
nsICSSRule.h
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
|
2011-03-17 13:41:52 -04: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
|
|
|
nsIStyleRule.h
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
nsIStyleRuleProcessor.h
|
|
|
nsIStyleSheet.h
|
|
|
nsLayoutStylesheetCache.cpp
|
|
|
nsLayoutStylesheetCache.h
|
|
|
nsMediaFeatures.cpp
|
Bug 618016 - Make a new media query for device orientation [r=dbaron a=blassey]
|
2010-12-10 13:35:36 -05:00 |
nsMediaFeatures.h
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
nsNthIndexCache.cpp
|
Bug 598832 part 5. Move caching of nth-index stuff to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsNthIndexCache.h
|
Bug 598832 part 5. Move caching of nth-index stuff to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsROCSSPrimitiveValue.cpp
|
|
|
nsROCSSPrimitiveValue.h
|
|
|
nsRuleData.cpp
|
Add poisoning for nsRuleData::mValueOffsets. (Bug 636039, patch 19) r=bzbarsky
|
2011-03-17 20:14:31 -07:00 |
nsRuleData.h
|
Remove the datastruct_ and member_ fields of the CSS_PROP macro. (Bug 645620, patch 5) r=bzbarsky
|
2011-03-28 16:07:27 -07:00 |
nsRuleNode.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsRuleNode.h
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsRuleProcessorData.h
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsRuleWalker.h
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsStyleAnimation.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsStyleAnimation.h
|
Bug 562701, part c: Use Element in nsStyleAnimation::ComputeValue; r=dbaron
|
2011-03-28 12:51:59 -04:00 |
nsStyleContext.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsStyleContext.h
|
Make nsCachedStyleData store arrays of nsStyleStruct*, and use style struct IDs for faster access to those arrays. (Bug 639231, patch 3) r=bzbarsky
|
2011-03-17 20:14:32 -07:00 |
nsStyleCoord.cpp
|
|
|
nsStyleCoord.h
|
|
|
nsStyleSet.cpp
|
Bug 598832 part 16. Use a single TreeMatchContext for all the style resolution that the frame constructor does as part of a single frame construction batch. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsStyleSet.h
|
Bug 598832 part 16. Use a single TreeMatchContext for all the style resolution that the frame constructor does as part of a single frame construction batch. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
nsStyleStruct.cpp
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
nsStyleStruct.h
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09: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
|
|
|
nsStyleStructList.h
|
Fix indentation. (Bug 639231, patch 2) r=bzbarsky
|
2011-03-17 20:14:32 -07:00 |
nsStyleTransformMatrix.cpp
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
nsStyleTransformMatrix.h
|
|
|
nsStyleUtil.cpp
|
Make nsCachedStyleData store arrays of nsStyleStruct*, and use style struct IDs for faster access to those arrays. (Bug 639231, patch 3) r=bzbarsky
|
2011-03-17 20:14:32 -07:00 |
nsStyleUtil.h
|
|
|
nsTransitionManager.cpp
|
Don't cancel transitions that are almost completed (and round to their final value) when we get an unrelated style change. (Bug 613888) r=bzbarsky a2.0=blocking
|
2011-01-14 19:57:53 -08:00 |
nsTransitionManager.h
|
Bug 586130 - Warning C4099 fixes (layout). r=dholbert a=bsmedberg
|
2011-01-20 19:49:09 -08:00 |
quirk.css
|
Bug 573960 - Make the bordercolor attribute on table elements work again; r=bernd a=blocking-betaN+
|
2011-01-31 16:23:01 -05:00 |
StyleRule.cpp
|
Bug 602341 part 7. Fix serialization of tree selectors. r=dbaron
|
2011-03-23 17:25:42 -04:00 |
StyleRule.h
|
Bug 602341 part 4. Drop the nsIAtom arguments to AddPSeudoClass. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
ua.css
|
Bug 641856. column-rule needs to work even when overflow is not visible. r=roc
|
2011-03-17 13:41:52 -04:00 |
viewsource.css
|
|
|