gecko-dev/layout/style
Sean Feng bce711cba8 Bug 1809518 - Update test_css_cross_domain.html based on the status of ORB r=farre
This test send some cross origin no-cors requests and expect
the color of the element will be changed via CSS by reading
the response of these requests.

With ORB's JS validator is enabled, some of the requests are
going to be blocked.

This patch allows the test to test the result for both ORB
enabled and ORB disabled.

Differential Revision: https://phabricator.services.mozilla.com/D169279
2023-02-28 19:46:10 +00:00
..
crashtests Bug 1817071 - Remove -moz-image-region support from layout. r=layout-reviewers,tnikkel 2023-02-21 12:19:44 +00:00
res Bug 1818927 - Don't use collapsed attribute to hide thumb. r=dholbert 2023-02-27 10:03:52 +00:00
test Bug 1809518 - Update test_css_cross_domain.html based on the status of ORB r=farre 2023-02-28 19:46:10 +00:00
tools
AnimationCollection.cpp Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
AnimationCollection.h Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
AnimationCommon.h Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
BindingStyleRule.cpp
BindingStyleRule.h
BuiltinCounterStyleList.h Bug 1803968 - [refactor] Migrate NS_STYLE_LIST_STYLE_* defines r=emilio 2022-12-07 09:58:22 +00:00
CachedInheritingStyles.cpp
CachedInheritingStyles.h
ComputedStyle.cpp
ComputedStyle.h Bug 1814626 - Expose line-height resolution to style, and use it from ToResolvedValue. r=jfkthame 2023-02-14 22:36:31 +00:00
ComputedStyleInlines.h
contenteditable.css
CounterStyleManager.cpp Bug 1801264 - Fix cyclic counter style show incorrectly when starting from negative value. r=emilio 2023-02-10 12:16:07 +00:00
CounterStyleManager.h Bug 1808995 - Handle @counter-style fallback behavior for the prefix and suffix descriptors. r=emilio 2023-01-28 14:06:12 +00:00
CSS.cpp Bug 1803355: Basic implementation of Custom Highlight API. r=edgar,emilio 2023-01-27 11:42:18 +00:00
CSS.h Bug 1803355: Basic implementation of Custom Highlight API. r=edgar,emilio 2023-01-27 11:42:18 +00:00
CSSContainerRule.cpp Bug 1789191 - Add CSSContainerRule.queryContainerFor(Element). r=nchevobbe,dshin 2022-09-10 12:25:22 +00:00
CSSContainerRule.h Bug 1789191 - Add CSSContainerRule.queryContainerFor(Element). r=nchevobbe,dshin 2022-09-10 12:25:22 +00:00
CSSCounterStyleRule.cpp
CSSCounterStyleRule.h
CSSEnabledState.h
CSSFontFaceRule.cpp
CSSFontFaceRule.h
CSSFontFeatureValuesRule.cpp
CSSFontFeatureValuesRule.h
CSSFontPaletteValuesRule.cpp Bug 1791777 - patch 2 - Expose @font-palette-values rules in the OM as CSSFontPaletteValuesRule. r=emilio 2022-10-07 23:00:43 +00:00
CSSFontPaletteValuesRule.h Bug 1791777 - patch 2 - Expose @font-palette-values rules in the OM as CSSFontPaletteValuesRule. r=emilio 2022-10-07 23:00:43 +00:00
CSSImportRule.cpp
CSSImportRule.h
CSSKeyframeRule.cpp Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
CSSKeyframeRule.h
CSSKeyframesRule.cpp Bug 1789776: Add indexed getter and length property to CSSKeyframesRule; r=emilio 2022-11-21 09:41:51 +00:00
CSSKeyframesRule.h Bug 1789776: Add indexed getter and length property to CSSKeyframesRule; r=emilio 2022-11-21 09:41:51 +00:00
CSSLayerBlockRule.cpp
CSSLayerBlockRule.h
CSSLayerStatementRule.cpp
CSSLayerStatementRule.h
CSSMediaRule.cpp
CSSMediaRule.h
CSSMozDocumentRule.cpp
CSSMozDocumentRule.h
CSSNamespaceRule.cpp
CSSNamespaceRule.h
CSSPageRule.cpp
CSSPageRule.h
CSSPropFlags.h
CSSRuleList.cpp
CSSRuleList.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
CSSStyleRule.cpp
CSSStyleRule.h
CSSSupportsRule.cpp
CSSSupportsRule.h
CSSValue.h
DeclarationBlock.cpp
DeclarationBlock.h
designmode.css
DocumentMatchingFunction.h
DocumentStyleRootIterator.cpp
DocumentStyleRootIterator.h
ErrorReporter.cpp
ErrorReporter.h
extra-bindgen-flags.in
FontFace.cpp
FontFace.h
FontFaceImpl.cpp Bug 1798591. r=jfkthame 2022-12-14 17:50:54 +00:00
FontFaceImpl.h Bug 1798591. r=jfkthame 2022-12-14 17:50:54 +00:00
FontFaceSet.cpp Bug 1791622 - Ensure FontFaceSet::Delete removes entries in the correct order. r=jfkthame 2022-10-25 14:05:29 +00:00
FontFaceSet.h
FontFaceSetDocumentImpl.cpp Bug 1798591. r=jfkthame 2022-12-14 17:50:54 +00:00
FontFaceSetDocumentImpl.h Bug 1793127. r=jfkthame 2022-10-30 23:48:26 +00:00
FontFaceSetImpl.cpp Bug 1818417 - Tweak nsFontFaceLoader destruction to be more consistent. r=jfkthame 2023-02-24 17:37:23 +00:00
FontFaceSetImpl.h Bug 1818417 - Tweak nsFontFaceLoader destruction to be more consistent. r=jfkthame 2023-02-24 17:37:23 +00:00
FontFaceSetIterator.cpp Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
FontFaceSetIterator.h
FontFaceSetWorkerImpl.cpp Bug 1818417 - Tweak nsFontFaceLoader destruction to be more consistent. r=jfkthame 2023-02-24 17:37:23 +00:00
FontFaceSetWorkerImpl.h Bug 1798591. r=jfkthame 2022-12-14 17:50:54 +00:00
FontPreloader.cpp Bug 1771867 - Early Hints Phase 2 - Part 4: Pass early hint preload to fetch and font preloader r=necko-reviewers,valentin 2022-12-02 16:15:54 +00:00
FontPreloader.h Bug 1771867 - Early Hints Phase 2 - Part 4: Pass early hint preload to fetch and font preloader r=necko-reviewers,valentin 2022-12-02 16:15:54 +00:00
GeckoBindings.cpp Bug 1812868 - Expose scrollbar-inline-size as a chrome-only environment variable. r=mstange 2023-02-20 00:01:12 +01:00
GeckoBindings.h Bug 1818329 - Don't reject negative values at parse time in media features. r=dshin 2023-02-26 00:15:24 +00:00
GenerateCompositorAnimatableProperties.py
GenerateComputedDOMStyleGenerated.py
GenerateCountedUnknownProperties.py
GenerateCSSPropertyID.py
GenerateCSSPropsGenerated.py
GenerateServoCSSPropList.py
GlobalStyleSheetCache.cpp
GlobalStyleSheetCache.h
GroupRule.cpp
GroupRule.h
ImageDocument.css Bug 1461610. In image documents change the cursor to zoom in/out based on full zoom. r=emilio 2022-11-17 00:39:33 +00:00
ImageLoader.cpp Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio 2022-12-02 12:27:31 +00:00
ImageLoader.h
ImportScanner.cpp
ImportScanner.h
jar.mn
LayerAnimationInfo.cpp
LayerAnimationInfo.h
Loader.cpp Bug 1818026: apply code formatting via Lando 2023-02-24 21:12:41 +00:00
Loader.h Bug 1771867 - Early Hints Phase 2 - Part 6: Pass early hint preload to style preloader r=necko-reviewers,valentin 2022-12-02 16:15:55 +00:00
MappedDeclarations.cpp
MappedDeclarations.h
MediaFeatureChange.h
MediaList.cpp
MediaList.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
MediaQueryList.cpp
MediaQueryList.h
moz.build Bug 1791777 - patch 2 - Expose @font-palette-values rules in the OM as CSSFontPaletteValuesRule. r=emilio 2022-10-07 23:00:43 +00:00
nsAnimationManager.cpp Bug 1807003 - Centralize animation data in slots. r=smaug,firefox-animation-reviewers,boris 2023-02-15 14:12:33 +00:00
nsAnimationManager.h
nsComputedDOMStyle.cpp Bug 1818859 - Skip nsComputedDOMStyle in the CC when it has no outgoing edges. r=smaug DONTBUILD 2023-02-27 21:32:22 +00:00
nsComputedDOMStyle.h Bug 1814626 - Expose line-height resolution to style, and use it from ToResolvedValue. r=jfkthame 2023-02-14 22:36:31 +00:00
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h Bug 1789123 - Make anonymous box wrapping inside XUL boxes be similar to modern flex boxes. r=dholbert 2022-09-08 11:51:15 +00:00
nsCSSCounterDescList.h
nsCSSFontDescList.h
nsCSSPropertyID.h.in
nsCSSPropertyIDSet.h
nsCSSProps.cpp
nsCSSProps.h
nsCSSPseudoElementList.h Bug 1803355: Basic implementation of Custom Highlight API. r=edgar,emilio 2023-01-27 11:42:18 +00:00
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h Bug 1803355: Basic implementation of Custom Highlight API. r=edgar,emilio 2023-01-27 11:42:18 +00:00
nsCSSValue.cpp
nsCSSValue.h
nsCSSVisitedDependentPropList.h
nsDOMCSSAttrDeclaration.cpp
nsDOMCSSAttrDeclaration.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
nsDOMCSSDeclaration.cpp
nsDOMCSSDeclaration.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsFontFaceLoader.cpp Bug 1809753 - Part 4: Remove unnecessary GetMainThreadEventTarget, r=mccr8 2023-01-16 23:14:12 +00:00
nsFontFaceLoader.h
nsFontFaceUtils.cpp Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio 2022-12-02 12:27:31 +00:00
nsFontFaceUtils.h
nsHTMLCSSStyleSheet.cpp
nsHTMLCSSStyleSheet.h
nsHTMLStyleSheet.cpp
nsHTMLStyleSheet.h
nsICSSDeclaration.cpp
nsICSSDeclaration.h
nsICSSLoaderObserver.h
nsMediaFeatures.cpp Bug 1818329 - Don't reject negative values at parse time in media features. r=dshin 2023-02-26 00:15:24 +00:00
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsStyleAutoArray.h
nsStyleConsts.h Bug 1818811 - Make -moz-box-layout: flex default, and clean-up CSS. r=Gijs,extension-reviewers,settings-reviewers,desktop-theme-reviewers,dao 2023-02-27 12:41:13 +00:00
nsStyleStruct.cpp Bug 1818811 - Make -moz-box-layout: flex default, and clean-up CSS. r=Gijs,extension-reviewers,settings-reviewers,desktop-theme-reviewers,dao 2023-02-27 12:41:13 +00:00
nsStyleStruct.h Bug 1817071 - Remove -moz-image-region support from layout. r=layout-reviewers,tnikkel 2023-02-21 12:19:44 +00:00
nsStyleStructFwd.h
nsStyleStructInlines.h
nsStyleStructList.h
nsStyleTransformMatrix.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
nsStyleTransformMatrix.h
nsStyleUtil.cpp Bug 1797070 - CSP: Add a basic implementation of unsafe-hashes behind a flag. r=freddyb 2022-11-07 17:56:23 +00:00
nsStyleUtil.h
nsTransitionManager.cpp Bug 1816915 - Clean up EffectSet APIs. r=firefox-animation-reviewers,boris 2023-02-15 20:39:16 +00:00
nsTransitionManager.h
PaintWorkletGlobalScope.cpp Bug 1804093 - Part 5: Eliminate WorkerPrincipal and WorkletPrincipals, r=asuth 2022-12-12 22:08:36 +00:00
PaintWorkletGlobalScope.h
PaintWorkletImpl.cpp
PaintWorkletImpl.h
PostTraversalTask.cpp
PostTraversalTask.h
PreferenceSheet.cpp
PreferenceSheet.h
PreloadedStyleSheet.cpp
PreloadedStyleSheet.h
PseudoStyleType.cpp
PseudoStyleType.h
Rule.cpp
Rule.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
RustCell.h
ServoArcTypeList.h Bug 1791777 - patch 1 - Implement CSS parsing for the @font-palette-values rule. r=emilio 2022-10-07 23:00:43 +00:00
ServoBindings.h Bug 1791777 - patch 1 - Implement CSS parsing for the @font-palette-values rule. r=emilio 2022-10-07 23:00:43 +00:00
ServoBindings.toml Bug 1591210 - Add forced-color-adjust property r=emilio 2023-02-16 21:29:07 +00:00
ServoBindingTypes.h
ServoBoxedTypeList.h
ServoComputedData.h
ServoComputedDataInlines.h
ServoCSSParser.cpp
ServoCSSParser.h
ServoCSSPropList.mako.py Bug 1814626 - Expose line-height resolution to style, and use it from ToResolvedValue. r=jfkthame 2023-02-14 22:36:31 +00:00
ServoCSSRuleList.cpp Bug 1791777 - patch 2 - Expose @font-palette-values rules in the OM as CSSFontPaletteValuesRule. r=emilio 2022-10-07 23:00:43 +00:00
ServoCSSRuleList.h
ServoElementSnapshot.cpp
ServoElementSnapshot.h
ServoElementSnapshotTable.h
ServoStyleConstsForwards.h
ServoStyleConstsInlines.h Bug 1815679 - Fix errors in mapping font-style:oblique values to the 'slnt' axis in variable fonts. r=emilio 2023-02-10 09:11:01 +00:00
ServoStyleSet.cpp Bug 1793220 - Handle at-page size rules that use zero as width or height r=dholbert 2023-02-27 20:22:18 +00:00
ServoStyleSet.h Bug 1793220 - Use at-page size rule as paper size when printing to PDF r=dholbert,AlaskanEmily 2023-02-27 20:22:18 +00:00
ServoStyleSetInlines.h
ServoTraversalStatistics.h
ServoTypes.h
ServoUtils.h
ShadowParts.cpp
ShadowParts.h
SharedStyleSheetCache.cpp Bug 1807879 - Remove MOZ_DIAGNOSTIC_ASSERT_ENABLED for mSheetCompleteCalled and mIntentionallyDropped, r=emilio DONTBUILD 2022-12-29 10:44:54 +00:00
SharedStyleSheetCache.h
SharedSubResourceCache.h Bug 1799200 - Sync-load <link rel=stylesheet> on chrome documents' shadow trees. r=smaug 2022-12-09 15:22:14 +00:00
SheetLoadData.h Bug 1807879 - Remove MOZ_DIAGNOSTIC_ASSERT_ENABLED for mSheetCompleteCalled and mIntentionallyDropped, r=emilio DONTBUILD 2022-12-29 10:44:54 +00:00
SheetParsingMode.h
StreamLoader.cpp
StreamLoader.h
StyleAnimationValue.cpp
StyleAnimationValue.h
StyleColor.cpp Bug 1352757 - Add lab(), lch(), oklab(), oklch() to specified colors. r=supply-chain-reviewers,emilio 2023-01-20 10:55:51 +00:00
StyleColorInlines.h Bug 1352757 - Add lab(), lch(), oklab(), oklch() to specified colors. r=supply-chain-reviewers,emilio 2023-01-20 10:55:51 +00:00
StylePreloadKind.h
StyleSheet.cpp Bug 1800347, use RenderBlocking priority for async css parsing, r=emilio 2022-11-16 09:23:28 +00:00
StyleSheet.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
StyleSheetInfo.h
StyleSheetInlines.h
TopLevelImageDocument.css Bug 1802818 - Make overscroll gutter on top level image documents look nicer by setting a fixed background r=emilio 2022-11-28 08:25:25 +00:00
TopLevelVideoDocument.css
URLExtraData.cpp
URLExtraData.h
UserAgentStyleSheetID.h
UserAgentStyleSheetList.h Bug 1818927 - Remove minimal-xul.css. r=dholbert 2023-02-27 10:03:51 +00:00