gecko-dev/layout/style
Emilio Cobos Álvarez 8b0177b46a Bug 1664718 - Allow :is() and :where() to have better error recovery. r=xidorn
Adjust is-where-parsing.html to work with both the new and old behavior,
and add a test for the new behavior.

Depends on D90049

Differential Revision: https://phabricator.services.mozilla.com/D90050
2020-09-14 22:33:01 +00:00
..
crashtests Bug 1589102 - Part 2: Fix tests that were broken as a result of about:srcdoc going via DocumentChannel, r=mattwoodrow 2020-08-28 17:20:33 +00:00
res Bug 1664156 - Remove -moz-suppressed. r=edgar 2020-09-13 11:33:13 +00:00
test Bug 1664718 - Allow :is() and :where() to have better error recovery. r=xidorn 2020-09-14 22:33:01 +00:00
tools
AnimationCollection.cpp Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
AnimationCollection.h Bug 1634943 - Cleanup header inclusions in AnimationCollection.{cpp,h} and AnimationCommon.h. r=boris 2020-05-05 22:39:21 +00:00
AnimationCommon.h Bug 1634943 - Cleanup header inclusions in AnimationCollection.{cpp,h} and AnimationCommon.h. r=boris 2020-05-05 22:39:21 +00:00
BindingStyleRule.cpp
BindingStyleRule.h
BuiltinCounterStyleList.h
CSS.cpp
CSS.h
CSSCounterStyleRule.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSCounterStyleRule.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSEnabledState.h
CSSFontFaceRule.cpp
CSSFontFaceRule.h
CSSFontFeatureValuesRule.cpp
CSSFontFeatureValuesRule.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSImportRule.cpp
CSSImportRule.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSKeyframeRule.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSKeyframeRule.h
CSSKeyframesRule.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSKeyframesRule.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSMediaRule.cpp
CSSMediaRule.h
CSSMozDocumentRule.cpp
CSSMozDocumentRule.h
CSSNamespaceRule.cpp
CSSNamespaceRule.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSPageRule.cpp
CSSPageRule.h
CSSPropFlags.h
CSSRuleList.cpp
CSSRuleList.h
CSSStyleRule.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
CSSStyleRule.h Bug 1653011 - Simplify and make WeakPtr<Derived> usable and compact. r=froydnj,sg,geckoview-reviewers,jgilbert,kvark,snorp 2020-07-23 14:51:46 +00:00
CSSSupportsRule.cpp
CSSSupportsRule.h
CSSValue.h
CachedInheritingStyles.cpp
CachedInheritingStyles.h
ComputedStyle.cpp Bug 1620467 - Part 1: Remove appearance use counters. r=emilio 2020-07-16 22:03:54 +00:00
ComputedStyle.h Bug 1620467 - Part 1: Remove appearance use counters. r=emilio 2020-07-16 22:03:54 +00:00
ComputedStyleInlines.h
CounterStyleManager.cpp
CounterStyleManager.h Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
DeclarationBlock.cpp
DeclarationBlock.h
DocumentMatchingFunction.h
DocumentStyleRootIterator.cpp
DocumentStyleRootIterator.h
ErrorReporter.cpp
ErrorReporter.h
FontFace.cpp
FontFace.h
FontFaceSet.cpp Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
FontFaceSet.h
FontFaceSetIterator.cpp Bug 1634435 - Rename AutoValueArray to RootedValueArray everywhere for consistency with other rooted things r=jandem,mccr8 2020-05-04 16:50:59 +00:00
FontFaceSetIterator.h
FontPreloader.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
FontPreloader.h Bug 1618536 - Preload for fonts, r=heycam,hsivonen 2020-05-11 14:14:32 +00:00
GeckoBindings.cpp Bug 1656264: Adjust default font size for non-native theming. r=emilio 2020-08-24 14:42:46 +00:00
GeckoBindings.h Bug 1643246 - Don't use attribute selectors for determining if a select is a drop down or a list box. r=emilio 2020-07-17 09:56:53 +00:00
GenerateCSSPropertyID.py
GenerateCSSPropsGenerated.py
GenerateCompositorAnimatableProperties.py
GenerateComputedDOMStyleGenerated.py
GenerateCountedUnknownProperties.py
GenerateServoCSSPropList.py
GlobalStyleSheetCache.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
GlobalStyleSheetCache.h Bug 1646558 - Remove the old android "native" theme. r=geckoview-reviewers,agi 2020-06-18 20:34:16 +00:00
GroupRule.cpp
GroupRule.h
ImageDocument.css
ImageLoader.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-02 15:29:15 +00:00
ImageLoader.h Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
ImportScanner.cpp
ImportScanner.h
LayerAnimationInfo.cpp
LayerAnimationInfo.h
Loader.cpp Bug 1657173 - Make <link rel=preload as=style> not block onload incorrectly. r=mayhemer 2020-08-11 09:41:28 +00:00
Loader.h Bug 1645987 - Isolate sheet cache by partitioned principal. r=baku 2020-06-24 06:47:38 +00:00
MappedDeclarations.cpp
MappedDeclarations.h Bug 1635939 - Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'. r=emilio 2020-05-21 06:45:10 +00:00
MediaFeatureChange.h Bug 1506364 - Implement the prefers-contrast media-query. r=morgan,emilio 2020-06-29 17:46:12 +00:00
MediaList.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
MediaList.h
MediaQueryList.cpp Bug 1648839 - Evaluate changes in all media queries, then fire change events. r=jwatt 2020-07-10 01:21:53 +00:00
MediaQueryList.h Bug 1648839 - Evaluate changes in all media queries, then fire change events. r=jwatt 2020-07-10 01:21:53 +00:00
PaintWorkletGlobalScope.cpp Bug 1624266 - Use IsSharedMemoryAllowed to decide whether should the CTOR SharedArrayBuffer be defined for Worklets; r=baku 2020-05-01 11:36:08 +00:00
PaintWorkletGlobalScope.h
PaintWorkletImpl.cpp
PaintWorkletImpl.h
PostTraversalTask.cpp
PostTraversalTask.h
PreferenceSheet.cpp Bug 1640623 - Use enum classes for LookAndFeel int and float IDs. r=jmathies,geckoview-reviewers,esawin 2020-06-11 11:27:43 +00:00
PreferenceSheet.h
PreloadedStyleSheet.cpp
PreloadedStyleSheet.h
PseudoStyleType.cpp
PseudoStyleType.h
Rule.cpp
Rule.h
RustCell.h
ServoArcTypeList.h
ServoBindingTypes.h
ServoBindings.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
ServoBindings.toml Bug 1662703 - Make appearance: button behave like auto. r=heycam 2020-09-10 08:58:09 +00:00
ServoBoxedTypeList.h
ServoCSSParser.cpp
ServoCSSParser.h
ServoCSSPropList.mako.py
ServoCSSRuleList.cpp
ServoCSSRuleList.h
ServoComputedData.h
ServoComputedDataInlines.h
ServoElementSnapshot.cpp Bug 1643246 - Don't use attribute selectors for determining if a select is a drop down or a list box. r=emilio 2020-07-17 09:56:53 +00:00
ServoElementSnapshot.h Bug 1643246 - Don't use attribute selectors for determining if a select is a drop down or a list box. r=emilio 2020-07-17 09:56:53 +00:00
ServoElementSnapshotTable.h
ServoStyleConstsForwards.h Bug 1635939 - Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'. r=emilio 2020-05-21 06:45:10 +00:00
ServoStyleConstsInlines.h Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
ServoStyleSet.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
ServoStyleSet.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
ServoStyleSetInlines.h
ServoTraversalStatistics.h
ServoTypes.h Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
ServoUtils.h
ShadowParts.cpp
ShadowParts.h
SharedStyleSheetCache.cpp Bug 1662987 - ClearDataService should know how to clear the stylesheet cache. r=baku 2020-09-08 19:38:43 +00:00
SharedStyleSheetCache.h Bug 1662987 - ClearDataService should know how to clear the stylesheet cache. r=baku 2020-09-08 19:38:43 +00:00
SheetLoadData.h Bug 1657173 - Make <link rel=preload as=style> not block onload incorrectly. r=mayhemer 2020-08-11 09:41:28 +00:00
SheetParsingMode.h
StreamLoader.cpp Bug 1646776 - Move the preloader for stylesheets to SheetLoadData rather than StreamLoader. r=mayhemer 2020-06-22 18:10:07 +00:00
StreamLoader.h Bug 1646776 - Move the preloader for stylesheets to SheetLoadData rather than StreamLoader. r=mayhemer 2020-06-22 18:10:07 +00:00
StyleAnimationValue.cpp
StyleAnimationValue.h
StyleColor.cpp
StyleColorInlines.h
StyleSheet.cpp Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
StyleSheet.h Bug 1655751 - Invalidate for CSSOM changes in a more fine-grained way. r=heycam 2020-08-10 18:00:44 +00:00
StyleSheetInfo.h
StyleSheetInlines.h
TopLevelImageDocument.css
TopLevelVideoDocument.css
URLExtraData.cpp
URLExtraData.h
UserAgentStyleSheetID.h
UserAgentStyleSheetList.h Bug 1646558 - Remove the old android "native" theme. r=geckoview-reviewers,agi 2020-06-18 20:34:16 +00:00
bindgen.toml.in
contenteditable.css Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar 2020-05-14 16:46:08 +00:00
designmode.css
jar.mn Bug 1646558 - Remove the old android "native" theme. r=geckoview-reviewers,agi 2020-06-18 20:34:16 +00:00
moz.build Bug 1652254 - Remove svg from some moz.build local includes r=dholbert 2020-07-12 16:38:26 +00:00
nsAnimationManager.cpp Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
nsAnimationManager.h Bug 1634943 - Split CSSAnimation and CSSAnimationKeyframe classes into a new file in dom/animation/. r=boris 2020-05-05 22:41:04 +00:00
nsCSSAnonBoxList.h Bug 1652278 part 2: Flesh out PrintedSheetFrame implementation so that it serves as the container for nsPageFrame. r=TYLin 2020-08-05 03:28:32 +00:00
nsCSSAnonBoxes.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsCSSAnonBoxes.h
nsCSSCounterDescList.h
nsCSSFontDescList.h
nsCSSPropertyID.h.in
nsCSSPropertyIDSet.h
nsCSSProps.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsCSSProps.h Bug 1637437 - Recompute backdrop-filter only when WebRender changes r=jrmuizel 2020-05-27 19:53:05 +00:00
nsCSSPseudoElementList.h Bug 1662478 - Rename ::file-chooser-button to ::file-selector-button, and enable it in all channels. r=jwatt 2020-09-01 22:58:10 +00:00
nsCSSPseudoElements.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsCSSPseudoElements.h Bug 1662478 - Rename ::file-chooser-button to ::file-selector-button, and enable it in all channels. r=jwatt 2020-09-01 22:58:10 +00:00
nsCSSValue.cpp
nsCSSValue.h
nsCSSVisitedDependentPropList.h
nsComputedDOMStyle.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsComputedDOMStyle.h Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro 2020-06-18 00:42:47 +00:00
nsDOMCSSAttrDeclaration.cpp
nsDOMCSSAttrDeclaration.h
nsDOMCSSDeclaration.cpp
nsDOMCSSDeclaration.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsFontFaceLoader.cpp Bug 1599160 - Allow caching stylesheets across documents. r=heycam 2020-06-12 19:31:32 +00:00
nsFontFaceLoader.h Bug 1642895 - Remove unused nsFontFaceLoader::Init declaration. r=emilio 2020-06-03 08:24:09 +00:00
nsFontFaceUtils.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
nsFontFaceUtils.h
nsHTMLCSSStyleSheet.cpp
nsHTMLCSSStyleSheet.h
nsHTMLStyleSheet.cpp
nsHTMLStyleSheet.h
nsICSSDeclaration.cpp
nsICSSDeclaration.h
nsICSSLoaderObserver.h
nsMediaFeatures.cpp Bug 1658780 - Update the prefers-contrast media query to use the new more/less keywords r=emilio 2020-08-17 01:41:16 +00:00
nsMediaFeatures.h
nsROCSSPrimitiveValue.cpp Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro 2020-06-18 00:42:47 +00:00
nsROCSSPrimitiveValue.h Bug 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro 2020-06-18 00:42:47 +00:00
nsStyleAutoArray.h Bug 1657087 - Fix fallible behaviour of nsStyleAutoArray and nsStyleImageLayers. r=emilio 2020-08-04 12:39:39 +00:00
nsStyleConsts.h Bug 921504 - implement -moz-inert CSS property r=emilio 2020-07-26 21:30:56 +00:00
nsStyleStruct.cpp Bug 1662703 - Make appearance: button behave like auto. r=heycam 2020-09-10 08:58:09 +00:00
nsStyleStruct.h Bug 1662703 - Make appearance: button behave like auto. r=heycam 2020-09-10 08:58:09 +00:00
nsStyleStructFwd.h
nsStyleStructInlines.h Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
nsStyleStructList.h
nsStyleTransformMatrix.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
nsStyleTransformMatrix.h
nsStyleUtil.cpp
nsStyleUtil.h
nsTimingFunction.h
nsTransitionManager.cpp Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00
nsTransitionManager.h Bug 1634943 - Split CSSTransition class into a new file in dom/animation/. r=boris 2020-05-05 22:41:02 +00:00