..
crashtests
Bug 1226400 - crashtest for FontFaceSet::Load() crasher. r=birtles
2015-11-27 08:22:37 +09:00
test
Bug 1232829 - Detach obsolete DocumentTimeline from refresh driver when the document is reset; r=smaug
2015-12-22 10:08:19 +09:00
xbl-marquee
Bug 1195162 - Use channel->ascynOpen2 dom/xbl/nsXBLService.cpp (r=sicking)
2015-09-14 18:59:35 -07:00
AnimationCommon.cpp
Bug 1230863 - Remove unused nsPresContext args from many functions. r=roc.
2015-12-06 17:15:53 -08:00
AnimationCommon.h
Bug 1226118 part 12b - Rename CommonAnimationManager::GetAnimations to GetAnimationCollection; r=dholbert
2015-12-04 08:34:17 +09:00
arrow-left.gif
Bug 1187605 pt 2 - Make the <select> dropdown arrow respect the 'orientation' attribute, if present. r=smontagu
2015-08-03 18:45:24 +01:00
arrow-right.gif
Bug 1187605 pt 2 - Make the <select> dropdown arrow respect the 'orientation' attribute, if present. r=smontagu
2015-08-03 18:45:24 +01:00
arrow.gif
arrowd-left.gif
Bug 1187605 pt 2 - Make the <select> dropdown arrow respect the 'orientation' attribute, if present. r=smontagu
2015-08-03 18:45:24 +01:00
arrowd-right.gif
Bug 1187605 pt 2 - Make the <select> dropdown arrow respect the 'orientation' attribute, if present. r=smontagu
2015-08-03 18:45:24 +01:00
arrowd.gif
contenteditable.css
Bug 1181130 - Part 2: Mark editable regions inside non-editable regions as -moz-user-select: -moz-text; r=dbaron
2015-08-14 10:52:33 -07:00
CounterStyleManager.cpp
Bug 1197307 - remove PR_snprintf calls in layout/ r=froydnj r=dholbert
2015-12-01 12:50:47 -08:00
CounterStyleManager.h
counterstyles.css
CSS.cpp
CSS.h
CSSCalc.h
CSSLexer.cpp
Bug 1196896 - add CSSLexer.performEOFFixup. r=heycam, r=bz
2015-09-22 13:14:00 +02:00
CSSLexer.h
Bug 1196896 - add CSSLexer.performEOFFixup. r=heycam, r=bz
2015-09-22 13:14:00 +02:00
CSSRuleList.cpp
CSSRuleList.h
CSSStyleSheet.cpp
Bug 1226489 - Pass only a single rule to StyleRuleChanged. r=bzbarsky
2015-11-20 14:34:12 -08:00
CSSStyleSheet.h
Bug 990250 - Fold nsIStyleSheet into CSSStyleSheet. r=dbaron
2015-11-17 17:04:09 +11:00
CSSUnprefixingService.js
CSSUnprefixingService.manifest
CSSValue.h
CSSVariableDeclarations.cpp
Bug 1187784 (part 8) - Replace nsBaseHashtable::EnumerateRead() calls in layout/ with iterators. r=heycam.
2015-10-22 22:48:40 -07:00
CSSVariableDeclarations.h
Bug 1187784 (part 8) - Replace nsBaseHashtable::EnumerateRead() calls in layout/ with iterators. r=heycam.
2015-10-22 22:48:40 -07:00
CSSVariableImageTable.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
CSSVariableResolver.cpp
Bug 1220714 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in layout/; r=dholbert
2015-10-30 15:12:25 -04:00
CSSVariableResolver.h
Comment typo fix; no bug. (DONTBUILD)
2015-10-23 18:32:26 +11:00
CSSVariableValues.cpp
CSSVariableValues.h
Declaration.cpp
Bug 1233276 - Make css::Declaration::List more useful again, given that it degraded a bit in bug 978833 (/ bug 1221436). r=heycam
2015-12-21 13:11:32 -05:00
Declaration.h
Bug 1233276 - Make css::Declaration::List more useful again, given that it degraded a bit in bug 978833 (/ bug 1221436). r=heycam
2015-12-21 13:11:32 -05:00
designmode.css
ErrorReporter.cpp
Bug 1211479 - Errors when parsing substituting variables should include the generated string to help diagnose the issue. r=bz
2015-10-05 14:04:00 +02:00
ErrorReporter.h
Bug 1211479 - Errors when parsing substituting variables should include the generated string to help diagnose the issue. r=bz
2015-10-05 14:04:00 +02:00
FontFace.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
FontFace.h
Bug 543715 p1 - distinguish between italic and oblique. r=jfkthame
2015-10-19 11:16:43 +09:00
FontFaceSet.cpp
Bug 1226400 - throw an error in addition to returning null. r=bz
2015-11-27 08:20:55 +09:00
FontFaceSet.h
Bug 1224975 - add telemetry for font loading. r=m_kato
2015-11-25 14:48:16 +09:00
FontFaceSetIterator.cpp
FontFaceSetIterator.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
forms.css
Bug 1230672 part 3 - Add support for multicol layout on <fieldset> elements. r=bz
2015-12-15 02:51:03 +01:00
generate-stylestructlist.py
Backout unrelated code landed in dee3e26cc1c0 by mistake.
2015-08-07 14:40:16 +10:00
GenerateCSSPropsGenerated.py
Bug 1207028 - Add method to get a CSS property's sorted order position based on its IDL name. r=bzbarsky
2015-09-23 08:37:17 +10:00
GroupRule.h
Bug 1221436 patch 7 - Remove ReplaceStyleRule/ReplaceRuleInGroup mechanism. r=heycam
2015-11-09 15:57:17 +08:00
html.css
Bug 1224013 part 1 - Enable text-emphasis in UA sheets. r=dbaron
2015-12-04 15:16:54 +11:00
ImageDocument.css
ImageLoader.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
ImageLoader.h
Bug 968923 - part 5b - add nsIDOMWindowUtils::forceUseCounterFlush; r=bz
2015-03-17 15:25:35 -04:00
ImportRule.h
Bug 978833 patch 15 - Make css::Rule no longer inherit from nsIStyleRule. r=heycam
2015-11-05 16:44:10 +08:00
IncrementalClearCOMRuleArray.cpp
IncrementalClearCOMRuleArray.h
jar.mn
Bug 1126230 part 9 - Remove fullscreen override and related test. r=dbaron
2015-10-07 14:04:32 +11:00
LayerAnimationInfo.cpp
Bug 1151694 - Part 1 - Move CommonAnimationManager::sLayerAnimationInfo into LayerAnimationInfo.(cpp|h). r=bbirtles
2015-09-03 22:59:00 +02:00
LayerAnimationInfo.h
Bug 1151694 - Part 1 - Move CommonAnimationManager::sLayerAnimationInfo into LayerAnimationInfo.(cpp|h). r=bbirtles
2015-09-03 22:59:00 +02:00
Loader.cpp
Bug 1187144 (part 7) - Replace nsBaseHashtable::Enumerate() calls in layout/ with iterators. r=dholbert.
2015-11-22 21:37:07 -08:00
Loader.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
Makefile.in
Bug 1206569 - Part 4: Add method to get a CSS property's IDL name. r=bzbarsky
2015-09-22 15:58:20 +10:00
MediaQueryList.cpp
MediaQueryList.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
moz.build
Bug 990250 - Fold nsIStyleSheet into CSSStyleSheet. r=dbaron
2015-11-17 17:04:09 +11:00
NameSpaceRule.h
Bug 978833 patch 15 - Make css::Rule no longer inherit from nsIStyleRule. r=heycam
2015-11-05 16:44:10 +08:00
noframes.css
Bug 1194856 - Load noscript.css and noframes.css from data: URLs in release builds. r=dbaron
2015-09-10 13:24:12 +10:00
noscript.css
Bug 1194856 - Load noscript.css and noframes.css from data: URLs in release builds. r=dbaron
2015-09-10 13:24:12 +10:00
nsAnimationManager.cpp
Bug 1219543 - Part 2: Avoid the period that mIsRunningOnCompositor is false between restyling and building display list. r=bbirtles
2015-12-20 14:17:00 +01:00
nsAnimationManager.h
Bug 1219543 - Part 2: Avoid the period that mIsRunningOnCompositor is false between restyling and building display list. r=bbirtles
2015-12-20 14:17:00 +01:00
nsComputedDOMStyle.cpp
Backed out changeset c798c2576ad4 (bug 978212) for mochitest bustage
2015-12-08 15:55:13 +05:30
nsComputedDOMStyle.h
Backed out changeset c798c2576ad4 (bug 978212) for mochitest bustage
2015-12-08 15:55:13 +05:30
nsComputedDOMStylePropertyList.h
Bug 1040668 part 2 - Parse and compute text emphasis properties. r=dbaron
2015-11-28 11:56:33 +11:00
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h
nsCSSCounterDescList.h
nsCSSDataBlock.cpp
Bug 1216043 - Rename nsStyleSheet::sheetType and make it an enum class. r=dbaron
2015-10-20 10:16:20 +11:00
nsCSSDataBlock.h
Bug 1222745 - Restore eRestyleResult_StopWithStyleChange optimization for shared style contexts by comparing rule nodes for inherited style data changes. r=dbaron
2015-11-17 15:09:55 +11:00
nsCSSFontDescList.h
nsCSSKeywordList.h
Bug 1040668 part 2 - Parse and compute text emphasis properties. r=dbaron
2015-11-28 11:56:33 +11:00
nsCSSKeywords.cpp
nsCSSKeywords.h
Bug 1224464 patch 1 - Make nsCSSKeyword explicitly int16_t. r=heycam
2015-11-19 18:08:56 -08:00
nsCSSParser.cpp
Bug 1232596 - initialize variable changed = false, flagged by Coverity. r=dbaron
2015-12-15 00:41:00 +01:00
nsCSSParser.h
Bug 1222886 - Remove unused nsCSSParser::{SetStyleSheet,SetChildLoader,SetQuirkMode} methods. r=bzbarsky
2015-11-11 09:17:24 +11:00
nsCSSPropAliasList.h
Bug 1230426 - Remove support for -webkit-border-image longhand CSS property aliases. r=dholbert
2015-12-04 08:43:00 +01:00
nsCSSProperty.h
Bug 1181907 (Part 2) - Make nsCSSProperty hashable. r=heycam
2015-08-26 18:19:34 -07:00
nsCSSPropertySet.h
Bug 1208951 - Part 6: Add method to compare nsCSSPropertySets for equality. r=birtles
2015-10-22 19:22:38 +11:00
nsCSSPropList.h
Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r=dholbert
2015-12-07 18:39:41 -05:00
nsCSSPropLogicalGroupList.h
nsCSSProps.cpp
Bug 1202940 part 2 - Remove layout.css.ruby.enabled pref. r=dbaron
2015-12-01 09:39:37 +11:00
nsCSSProps.h
Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r=dholbert
2015-12-07 18:39:41 -05:00
nsCSSPropsGenerated.inc.in
Bug 1207028 - Add method to get a CSS property's sorted order position based on its IDL name. r=bzbarsky
2015-09-23 08:37:17 +10:00
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h
Bug 1126230 part 3 - Add :-moz-browser-frame pseudo class for HTML browser frame elements. r=dbaron
2015-10-07 14:04:32 +11:00
nsCSSPseudoElementList.h
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h
nsCSSRuleProcessor.cpp
Bug 1223694 - Don't bother checking for correct style scopes for native anonymous content. r=dbaron
2015-11-12 14:35:26 +11:00
nsCSSRuleProcessor.h
Bug 978833 patch 11 - Add missing #includes in preparation for nsRuleWalker.h #include change in following patch. r=heycam
2015-11-05 16:44:09 +08:00
nsCSSRules.cpp
Bug 1226489 - Pass only a single rule to StyleRuleChanged. r=bzbarsky
2015-11-20 14:34:12 -08:00
nsCSSRules.h
Bug 1221823 patch 2 - Use already_AddRefed<Declaration>&& as parameter to nsCSSKeyframeRule constructor to avoid extra reference count cycle. r=xidorn
2015-11-20 22:30:54 -08:00
nsCSSScanner.cpp
nsCSSScanner.h
Bug 1203142 - Insert /**/ separate between two adjacent '-' symbols when serializing token streams. r=simon.sapin
2015-09-17 11:34:04 +10:00
nsCSSValue.cpp
Bug 1229458 - Remove SizeOfIncludingThisMustBeUnshared() from string classes. r=mccr8.
2015-12-01 15:36:26 -08:00
nsCSSValue.h
Bug 1227377: Change ImageRequest::mRequests hashtable to use more specific type in its key (s/nsISupports/nsIDocument/). r=khuey
2015-11-27 14:54:47 -08:00
nsDOMCSSAttrDeclaration.cpp
Bug 1221436 patch 2 - For style attributes, only store a css::Declaration instead of a css::StyleRule. r=heycam
2015-11-09 15:57:16 +08:00
nsDOMCSSAttrDeclaration.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsDOMCSSDeclaration.cpp
Bug 1229052 - Log a warning when we detect a scroll-linked effect based on the scroll event. r=roc
2015-12-14 14:47:24 -05:00
nsDOMCSSDeclaration.h
Bug 1069192 part 2 - Add a flag for chrome-only properties and change semantics of enabling flags. r=dbaron
2015-10-03 11:12:09 +10:00
nsDOMCSSRect.cpp
nsDOMCSSRect.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsFontFaceLoader.cpp
Bug 1224975 - add telemetry for font loading. r=m_kato
2015-11-25 14:48:16 +09:00
nsFontFaceLoader.h
Bug 1224975 - add telemetry for font loading. r=m_kato
2015-11-25 14:48:16 +09:00
nsFontFaceUtils.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsFontFaceUtils.h
nsHTMLCSSStyleSheet.cpp
Bug 1187144 (part 4) - Replace nsBaseHashtable::Enumerate() calls in layout/ with iterators. r=dholbert.
2015-11-22 21:12:49 -08:00
nsHTMLCSSStyleSheet.h
Bug 1221436 patch 2 - For style attributes, only store a css::Declaration instead of a css::StyleRule. r=heycam
2015-11-09 15:57:16 +08:00
nsHTMLStyleSheet.cpp
Bug 1222745 - Restore eRestyleResult_StopWithStyleChange optimization for shared style contexts by comparing rule nodes for inherited style data changes. r=dbaron
2015-11-17 15:09:55 +11:00
nsHTMLStyleSheet.h
Bug 1222745 - Restore eRestyleResult_StopWithStyleChange optimization for shared style contexts by comparing rule nodes for inherited style data changes. r=dbaron
2015-11-17 15:09:55 +11:00
nsICSSDeclaration.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsICSSLoaderObserver.h
nsICSSPseudoComparator.h
nsICSSStyleRuleDOMWrapper.h
nsICSSUnprefixingService.idl
nsIMediaList.h
nsIStyleRule.h
Bug 1222745 - Restore eRestyleResult_StopWithStyleChange optimization for shared style contexts by comparing rule nodes for inherited style data changes. r=dbaron
2015-11-17 15:09:55 +11:00
nsIStyleRuleProcessor.h
Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky
2015-08-05 22:42:21 +10:00
nsLayoutStylesheetCache.cpp
Bug 1202940 part 1 - Move html.css and ua.css back to be loaded in constructor of nsLayoutStylesheetCache. r=dbaron
2015-12-01 09:39:37 +11:00
nsLayoutStylesheetCache.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsMediaFeatures.cpp
Bug 1230863 - Remove unused nsPresContext args from many functions. r=roc.
2015-12-06 17:15:53 -08:00
nsMediaFeatures.h
Bug 1224464 patch 3 - Rename KTableValue to KTableEntry now that it is a struct. r=heycam
2015-11-19 18:09:07 -08:00
nsNthIndexCache.cpp
nsNthIndexCache.h
Bug 1207519 - Prevent HashTable shrink from ignoring allocation failures that may have been reported r=Waldo
2015-09-30 11:34:49 +01:00
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleData.cpp
nsRuleData.h
Bug 1215702 patch 2 - Remove the mechanism of backend-only CSS properties. r=heycam
2015-10-19 22:22:34 -07:00
nsRuleNode.cpp
Bug 1230207 - Add support for display:grid/flex layout on <fieldset> elements. r=bz,dholbert
2015-12-15 02:51:02 +01:00
nsRuleNode.h
Bug 1216431 patch 8 - Fix whitespace error I made when addressing review comments.
2015-10-30 10:00:01 +09:00
nsRuleProcessorData.h
Bug 978833 patch 11 - Add missing #includes in preparation for nsRuleWalker.h #include change in following patch. r=heycam
2015-11-05 16:44:09 +08:00
nsRuleWalker.h
Bug 978833 patch 12 - Use the css::Declaration instead of the css::StyleRule as the matching rule. r=heycam
2015-11-05 16:44:10 +08:00
nsStyleConsts.h
Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r=dholbert
2015-12-07 18:39:41 -05:00
nsStyleContext.cpp
Bug 1228877 - Make nsStyleContext::HasChildThatUsesGrandancestorStyle by setting bit on grandchild's parent instead of grandchild. r=xidorn
2015-11-30 16:16:46 -08:00
nsStyleContext.h
Bug 1228877 - Make nsStyleContext::HasChildThatUsesGrandancestorStyle by setting bit on grandchild's parent instead of grandchild. r=xidorn
2015-11-30 16:16:46 -08:00
nsStyleCoord.cpp
nsStyleCoord.h
Bug 1038663 (part 6, attempt 2) - Allow percentage values for 'word-spacing'. r=heycam.
2015-11-08 16:40:37 -08:00
nsStyleSet.cpp
Bug 990250 - Fold nsIStyleSheet into CSSStyleSheet. r=dbaron
2015-11-17 17:04:09 +11:00
nsStyleSet.h
Bug 990250 - Fold nsIStyleSheet into CSSStyleSheet. r=dbaron
2015-11-17 17:04:09 +11:00
nsStyleStruct.cpp
Bug 1229278 - Fix dynamic changes to text-emphasis-style. r=dbaron
2015-12-08 12:55:01 -05:00
nsStyleStruct.h
(no bug) Fix typo in grid style-struct comment: s/grid-columns-rows/grid-template-rows/. No review, DONTBUILD
2015-12-18 16:28:38 -08:00
nsStyleStructFwd.h
Bug 1215702 patch 2 - Remove the mechanism of backend-only CSS properties. r=heycam
2015-10-19 22:22:34 -07:00
nsStyleStructInlines.h
Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r=dholbert
2015-12-07 18:39:41 -05:00
nsStyleTransformMatrix.cpp
Bug 1175492 - unpref transform-origin percentage handling for SVG elements r=jwatt
2015-09-15 22:10:48 +01:00
nsStyleTransformMatrix.h
Bug 1181240 - Part 2: Replace gfx3DMatrix with Matrix4x4 in layout,r=vlad
2015-07-10 17:05:47 -07:00
nsStyleUtil.cpp
Bug 1198708 - Part 3: Serialize computed {transition,animation}-timing-function using their specified values. r=birtles
2015-09-29 12:20:14 +10:00
nsStyleUtil.h
Bug 1040668 part 14 - Add helper function nsStyleUtil::MatchesLanguagePrefix for doing simple language matching. r=dbaron
2015-11-28 11:56:33 +11:00
nsTransitionManager.cpp
Bug 1219543 - Part 1: isRunningOnCompositor flag is now a member of AnimationProperty. r=bbirtles
2015-12-20 14:16:00 +01:00
nsTransitionManager.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
number-control.css
plaintext.css
PythonCSSProps.h
Bug 1206569 - Part 3: Include internal properties in PythonCSSProps.h and annotate each with a type. r=bzbarsky
2015-09-22 15:58:20 +10:00
quirk.css
Rule.h
Bug 1221436 patch 3 - Remove Rule::SetHTMLCSSStyleSheet and related code, now unused. r=heycam
2015-11-09 15:57:16 +08:00
RuleNodeCacheConditions.cpp
RuleNodeCacheConditions.h
Bug 1209603 patch 1 - Add comments to RuleNodeCacheConditions.h . r=heycam
2015-10-19 20:42:28 -07:00
RuleProcessorCache.cpp
Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj.
2015-07-28 23:24:24 -07:00
RuleProcessorCache.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
SheetType.h
Bug 1216043 - Rename nsStyleSheet::sheetType and make it an enum class. r=dbaron
2015-10-20 10:16:20 +11:00
StyleAnimationValue.cpp
Bug 1040668 part 2 - Parse and compute text emphasis properties. r=dbaron
2015-11-28 11:56:33 +11:00
StyleAnimationValue.h
Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas
2015-12-02 18:52:00 -05:00
StyleRule.cpp
Bug 1226489 - Pass only a single rule to StyleRuleChanged. r=bzbarsky
2015-11-20 14:34:12 -08:00
StyleRule.h
Bug 1221436 patch 6 - Remove mechanism for replacing style rules. r=heycam
2015-11-09 15:57:17 +08:00
SVGAttrAnimationRuleProcessor.cpp
Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky
2015-08-05 22:42:21 +10:00
SVGAttrAnimationRuleProcessor.h
Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky
2015-08-05 22:42:21 +10:00
TopLevelImageDocument.css
TopLevelVideoDocument.css
ua.css
Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng, r=roc
2015-12-22 14:14:12 +08:00
viewsource.css