gecko-dev/layout/style
Emilio Cobos Álvarez b699e8cdc8 Bug 1753995 - Remove nsDOMWindowUtils.screenPixelsPerCSSPixel. r=smaug,dholbert
For all purposes, this is the same as devicePixelRatio. It was meant to
skip the resistFingerprinting check the devicePixelRatio getter does,
but we do that now using CallerType in WebIDL, so if we cared about that
for these tests (which we don't) we could just do
SpecialPowers.wrap(window).devicePixelRatio.

As a follow-up we could move the NoOverride to window for symmetry. But
it's only used by devtools touch simulation so not sure if worth it.

Differential Revision: https://phabricator.services.mozilla.com/D138021
2022-02-07 18:23:36 +00:00
..
crashtests Bug 1753408 - Remove ResizeObserver pref. r=webidl,smaug 2022-02-04 16:44:22 +00:00
res Bug 1741888 - Fix autofill preview text not behaving as expected. r=sgalich,emilio 2022-01-31 19:06:13 +00:00
test Bug 1753995 - Remove nsDOMWindowUtils.screenPixelsPerCSSPixel. r=smaug,dholbert 2022-02-07 18:23:36 +00:00
tools
AnimationCollection.cpp Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
AnimationCollection.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
AnimationCommon.h Bug 1741148 - part 5: Make `nsINode::CompareDocumentPosition()` and `nsContentUtils::PositionIsBefore()` treat offset in DOM node with `Maybe<uint32_t>` r=smaug 2021-12-09 12:26:43 +00:00
BindingStyleRule.cpp
BindingStyleRule.h Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
BuiltinCounterStyleList.h
CSS.cpp Bug 1669459 - Introduce InspectorUtils.supports(). r=rcaliman,heycam 2020-10-09 03:20:34 +00:00
CSS.h Bug 1669459 - Clean-up CSS.supports. r=heycam 2020-10-08 23:56:14 +00:00
CSSCounterStyleRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSCounterStyleRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSEnabledState.h
CSSFontFaceRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSFontFaceRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSFontFeatureValuesRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSFontFeatureValuesRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSImportRule.cpp Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSImportRule.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSKeyframeRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSKeyframeRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSKeyframesRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSKeyframesRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSLayerBlockRule.cpp Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSLayerBlockRule.h Bug 1519636 - Reformat recent changes to the Google coding style. r=sylvestre 2022-01-11 15:49:03 +00:00
CSSLayerStatementRule.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=sylvestre 2022-01-11 15:49:03 +00:00
CSSLayerStatementRule.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
CSSMediaRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSMediaRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSMozDocumentRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSMozDocumentRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSNamespaceRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSNamespaceRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSPageRule.cpp Bug 1740364 Part 1 - Implement basic @page-rule selector parsing r=emilio 2022-01-21 21:52:43 +00:00
CSSPageRule.h Bug 1740364 Part 1 - Implement basic @page-rule selector parsing r=emilio 2022-01-21 21:52:43 +00:00
CSSPropFlags.h Bug 1738663 - Add a pref to expose all shorthands in the computed style. r=layout-reviewers,mats 2021-11-02 14:22:51 +00:00
CSSRuleList.cpp
CSSRuleList.h
CSSScrollTimelineRule.cpp Bug 1676791 - Part 8: Hook scroll-timeline rule into Cascade data and use it for CSS animations. r=emilio,hiro 2021-12-08 01:16:31 +00:00
CSSScrollTimelineRule.h Bug 1676782 - Part 3: Add CSSScrollTimelineRule for CSSOM. r=emilio 2021-09-17 20:25:36 +00:00
CSSStyleRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSStyleRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSSupportsRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSSupportsRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
CSSValue.h
CachedInheritingStyles.cpp
CachedInheritingStyles.h
ComputedStyle.cpp Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
ComputedStyle.h Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
ComputedStyleInlines.h Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
CounterStyleManager.cpp Bug 1745113 Part 3 - Change CountGraphemeClusters() to take a Span parameter. r=jfkthame 2022-01-13 18:36:04 +00:00
CounterStyleManager.h Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
DeclarationBlock.cpp Bug 1665816 - CSSOM should respect rule-level property restrictions. r=jwatt 2020-09-21 09:57:46 +00:00
DeclarationBlock.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
DocumentMatchingFunction.h Bug 1551040 - Add dark mode to plaintext.css, and a document rule to target plaintext documents. r=boris 2021-01-17 14:44:41 +00:00
DocumentStyleRootIterator.cpp
DocumentStyleRootIterator.h
ErrorReporter.cpp Bug 1686616 - make StringBundle use Components instead of Services. r=kmag 2021-02-18 13:26:32 +00:00
ErrorReporter.h
FontFace.cpp [Bug 1751195] FontFace must bind itself to valid nsIGlobalObject, r=emilio 2022-01-24 14:18:30 +00:00
FontFace.h Bug 1698495 - Implement size-adjust font scaling in gfx/thebes font code. r=emilio 2021-03-29 21:14:44 +00:00
FontFaceSet.cpp Bug 1717029 - Clean up status checks in FontFaceSet::CheckLoadingFinished(). r=layout-reviewers,emilio 2021-06-26 14:40:53 +00:00
FontFaceSet.h Bug 1715501 - patch 2 - Pass the presContext to platform font lookup methods so they can query it for font visibility. r=emilio 2021-09-08 12:18:17 +00:00
FontFaceSetIterator.cpp Bug 1542807 part 4 - Exclude fonts loaded from User and UserAgent origin sheets from 'document.fonts'. r=jfkthame 2021-06-14 01:22:06 +00:00
FontFaceSetIterator.h
FontPreloader.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
FontPreloader.h
GeckoBindings.cpp Bug 1531223 - Add support for the 'ic' font-relative unit. r=emilio 2021-12-08 17:07:05 +00:00
GeckoBindings.h Bug 1751088 - Choose tabpanel background based on content preferred color-scheme. r=dao 2022-01-20 12:09:13 +00:00
GenerateCSSPropertyID.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
GenerateCSSPropsGenerated.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
GenerateCompositorAnimatableProperties.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
GenerateComputedDOMStyleGenerated.py Bug 1743150 - Shorthands in computed style shouldn't be enumerable. r=layout-reviewers,jfkthame 2021-12-01 16:23:32 +00:00
GenerateCountedUnknownProperties.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
GenerateServoCSSPropList.py Bug 1647845 Part 1 - Ignore any properties which aren't valid for a style rule when generating CSS2Properties and testing properties r=emilio 2021-03-22 19:08:59 +00:00
GlobalStyleSheetCache.cpp Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
GlobalStyleSheetCache.h Bug 1734739 - Part 1: Stop requiring otherpid for ShareTo, r=handyman 2021-11-24 17:56:00 +00:00
GroupRule.cpp Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
GroupRule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
ImageDocument.css Bug 1724243 - Make text/plain and MediaDocuments use the Standards Mode. r=smaug,emilio 2021-10-01 12:55:28 +00:00
ImageLoader.cpp Bug 1711061 - Part 12. Change the display list to use WebRenderImageProvider. r=tnikkel 2021-11-27 11:47:40 +00:00
ImageLoader.h Bug 1685078 - Add a flag to reflow when the size is available, and use it for bullets. r=TYLin 2021-01-08 09:44:58 +00:00
ImportScanner.cpp Bug 1750917 - Ignore layer statement rules before import in ImportScanner. r=TYLin 2022-01-22 00:50:40 +00:00
ImportScanner.h
LayerAnimationInfo.cpp
LayerAnimationInfo.h
Loader.cpp Bug 1744877 - Remove --disable-xul. r=Gijs 2021-12-08 21:37:11 +00:00
Loader.h Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
MappedDeclarations.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
MappedDeclarations.h Bug 1706346 part 1 - [css-lists] Style system changes to support 'reversed(<counter-name>)'. r=emilio 2021-11-14 03:49:35 +00:00
MediaFeatureChange.h Bug 1646222 - Don't invalidate vector images as a result of size/display mode changes. r=tnikkel 2020-10-22 09:29:43 +00:00
MediaList.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
MediaList.h Bug 1711437 - Don't EnsureUniqueInner from the cssRules getter. r=layout-reviewers,jfkthame 2021-07-20 13:17:02 +00:00
MediaQueryList.cpp Bug 1745950 - Remove the string-based KeepAliveIfHasListenersFor() implementation and convert all callers to use the atoms-based one instead r=smaug 2021-12-14 16:54:50 +00:00
MediaQueryList.h Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
PaintWorkletGlobalScope.cpp
PaintWorkletGlobalScope.h
PaintWorkletImpl.cpp
PaintWorkletImpl.h
PostTraversalTask.cpp Bug 1727399 - When style updates font information, make sure to invalidate style asynchronously. r=jfkthame 2021-09-20 09:47:45 +00:00
PostTraversalTask.h
PreferenceSheet.cpp Bug 1738614 - Remove WindowBackground/Foreground system colors. r=mstange 2021-11-02 18:08:07 +00:00
PreferenceSheet.h Bug 1739699 - Use preferred color scheme when forcing colors with system colors (except windows HCM). r=morgan 2021-11-16 22:30:26 +00:00
PreloadedStyleSheet.cpp
PreloadedStyleSheet.h
PseudoStyleType.cpp
PseudoStyleType.h
Rule.cpp Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
Rule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
RustCell.h
ServoArcTypeList.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoBindingTypes.h Bug 1729598 - Replace MOZ_MUST_USE_TYPE with [[nodiscard]]. r=static-analysis-reviewers,andi 2021-09-15 05:10:51 +00:00
ServoBindings.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoBindings.toml Bug 1747922 - Rename StyleMathMLMathVariant -> StyleMathVariant. 2021-12-30 02:35:54 +01:00
ServoBoxedTypeList.h
ServoCSSParser.cpp Bug 1716045 - Unify font-family storage. r=mats,jfkthame 2021-06-18 19:35:50 +00:00
ServoCSSParser.h Bug 1716045 - Unify font-family storage. r=mats,jfkthame 2021-06-18 19:35:50 +00:00
ServoCSSPropList.mako.py Bug 1507308 - Serialize mask using servo. r=jwatt 2021-11-08 14:29:52 +00:00
ServoCSSRuleList.cpp Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoCSSRuleList.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
ServoComputedData.h
ServoComputedDataInlines.h
ServoElementSnapshot.cpp Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
ServoElementSnapshot.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoElementSnapshotTable.h
ServoStyleConstsForwards.h Bug 1680387 - Apply intrinsic image resolution as appropriate in layout/style/dom, and update test expectations. r=tnikkel 2021-05-05 09:41:24 +00:00
ServoStyleConstsInlines.h Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoStyleSet.cpp Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
ServoStyleSet.h Bug 1744877 - Remove --disable-xul. r=Gijs 2021-12-08 21:37:11 +00:00
ServoStyleSetInlines.h
ServoTraversalStatistics.h
ServoTypes.h Bug 1718337 - More fine-grained viewport units invalidation. r=layout-reviewers,jfkthame 2021-07-07 11:16:20 +00:00
ServoUtils.h
ShadowParts.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
ShadowParts.h
SharedStyleSheetCache.cpp Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
SharedStyleSheetCache.h Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
SharedSubResourceCache.h Bug 1729488 - Call malloc_size_of on the derived pointer to avoid ASAN complaints. 2021-10-05 20:57:56 +02:00
SheetLoadData.h Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
SheetParsingMode.h
StreamLoader.cpp Bug 1746841 - Revert Bug 1747091 temporary workaround to prevent moz-extension css from being cached. r=emilio 2022-01-19 19:58:13 +00:00
StreamLoader.h
StyleAnimationValue.cpp Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame 2021-08-07 09:47:15 +00:00
StyleAnimationValue.h Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
StyleColor.cpp Bug 1695369 - Simplify StyleColor representation. r=jwatt 2021-03-01 16:05:14 +00:00
StyleColorInlines.h Bug 1695369 - Simplify StyleColor representation. r=jwatt 2021-03-01 16:05:14 +00:00
StylePreloadKind.h Bug 1637651 - Assume non-quirks mode for style Link header preloads. r=smaug 2021-02-01 23:23:50 +00:00
StyleSheet.cpp Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
StyleSheet.h Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
StyleSheetInfo.h Bug 1729488 - Refactor shared sheet cache into something more reusable. r=jwatt 2021-10-05 15:15:22 +00:00
StyleSheetInlines.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
TopLevelImageDocument.css Bug 1701510: Zero out the 'body' margin for all ImageDocuments (including iframes and printed images). r=emilio 2021-04-01 00:24:10 +00:00
TopLevelVideoDocument.css
URLExtraData.cpp Bug 1714645: Use nsSimpleURI instead of NullPrincipalURI. r=ckerschb,nika 2021-07-06 08:23:11 +00:00
URLExtraData.h Bug 1551040 - Allow resource:// stylesheets to use chrome-only rules. r=boris 2021-01-17 15:07:49 +00:00
UserAgentStyleSheetID.h
UserAgentStyleSheetList.h Bug 1730503 - Make anonymous scrollbar caching work on mac by default, and unify scrollbars.css across platforms. r=mstange,desktop-theme-reviewers,dao 2021-10-12 09:21:18 +00:00
contenteditable.css
designmode.css
extra-bindgen-flags.in Bug 1739078 - Add MOZ_ICU_CFLAGS to bindgen flags for stylo. r=firefox-build-system-reviewers,mhentges 2021-11-30 21:34:14 +00:00
jar.mn Bug 502258 - Add a Show Password button to <input type=password> controls. r=Gijs 2021-11-25 20:12:05 +00:00
moz.build Bug 1745233 - Update CSSOM for layer rules to the spec. r=firefox-style-system-reviewers,layout-reviewers,boris 2021-12-14 15:39:38 +00:00
nsAnimationManager.cpp Bug 1676791 - Part 8: Hook scroll-timeline rule into Cascade data and use it for CSS animations. r=emilio,hiro 2021-12-08 01:16:31 +00:00
nsAnimationManager.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsCSSAnonBoxList.h Bug 1744877 - Remove --disable-xul. r=Gijs 2021-12-08 21:37:11 +00:00
nsCSSAnonBoxes.cpp Bug 1744877 - Remove --disable-xul. r=Gijs 2021-12-08 21:37:11 +00:00
nsCSSAnonBoxes.h Bug 1744877 - Remove --disable-xul. r=Gijs 2021-12-08 21:37:11 +00:00
nsCSSCounterDescList.h
nsCSSFontDescList.h Bug 1698495 - Add the size-adjust descriptor to the style system. r=emilio 2021-03-29 21:14:43 +00:00
nsCSSPropertyID.h.in
nsCSSPropertyIDSet.h
nsCSSProps.cpp Bug 1733727 part 3: Use StaticAutoPtr to manage lifetime of various "gFoo" static global variables in layout. r=jfkthame 2021-10-02 18:59:11 +00:00
nsCSSProps.h Bug 1738663 - Remove unneeded special-case for backdrop-filter in GenerateCSS2PropertiesWebIDL. r=layout-reviewers,mats 2021-11-02 14:22:08 +00:00
nsCSSPseudoElementList.h Bug 1743047 - Use "reveal" rather than show terminology consistently for the reveal password button. r=Gijs,fluent-reviewers 2022-01-17 14:18:51 +00:00
nsCSSPseudoElements.cpp Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame 2021-08-07 09:47:15 +00:00
nsCSSPseudoElements.h Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame 2021-08-07 09:47:15 +00:00
nsCSSValue.cpp
nsCSSValue.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsCSSVisitedDependentPropList.h
nsComputedDOMStyle.cpp Bug 1743150 - Shorthands in computed style shouldn't be enumerable. r=layout-reviewers,jfkthame 2021-12-01 16:23:32 +00:00
nsComputedDOMStyle.h Bug 1507308 - Serialize mask using servo. r=jwatt 2021-11-08 14:29:52 +00:00
nsDOMCSSAttrDeclaration.cpp Bug 1751806. Remove background position and offset tracking from ActiveLayerManager as they are unused. r=mstange 2022-01-26 11:39:13 +00:00
nsDOMCSSAttrDeclaration.h Bug 1741491 - Make sure we only record old style value once. r=smaug 2021-11-17 23:39:32 +00:00
nsDOMCSSDeclaration.cpp Bug 1741491 - Make sure we only record old style value once. r=smaug 2021-11-17 23:39:32 +00:00
nsDOMCSSDeclaration.h Bug 1741491 - Make sure we only record old style value once. r=smaug 2021-11-17 23:39:32 +00:00
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h
nsFontFaceLoader.cpp Bug 1694123 - Pass userfont source index to font loader and decoder tasks, to avoid potential race with the field in the gfxUserFontEntry being reset on the main thread. r=layout-reviewers,emilio 2021-04-06 16:23:17 +00:00
nsFontFaceLoader.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
nsFontFaceUtils.cpp Bug 1702924 - Add support for the 'cap' font-relative unit. r=emilio 2021-12-08 12:20:40 +00:00
nsFontFaceUtils.h
nsHTMLCSSStyleSheet.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
nsHTMLCSSStyleSheet.h Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
nsHTMLStyleSheet.cpp Bug 1695162 - Use ConstIter instead of Iter where possible. r=mccr8 2021-03-17 15:49:46 +00:00
nsHTMLStyleSheet.h
nsICSSDeclaration.cpp Bug 1697829 - Part 1: Get relevant global for disassociated CSS rule objects r=emilio 2021-03-22 21:15:34 +00:00
nsICSSDeclaration.h Bug 1697829 - Part 1: Get relevant global for disassociated CSS rule objects r=emilio 2021-03-22 21:15:34 +00:00
nsICSSLoaderObserver.h
nsMediaFeatures.cpp Bug 1751088 - Choose tabpanel background based on content preferred color-scheme. r=dao 2022-01-20 12:09:13 +00:00
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsStyleAutoArray.h Bug 1657087 - Fix fallible behaviour of nsStyleAutoArray and nsStyleImageLayers. r=emilio 2020-08-04 12:39:39 +00:00
nsStyleConsts.h Bug 1747922 - Rename StyleMathMLMathVariant -> StyleMathVariant. 2021-12-30 02:35:54 +01:00
nsStyleStruct.cpp Bug 1747922 - Rename StyleMathMLMathVariant -> StyleMathVariant. 2021-12-30 02:35:54 +01:00
nsStyleStruct.h Bug 1748181 - Provide a pref to make scrollbar-width: thin behave as auto. r=morgan 2022-02-07 18:14:31 +00:00
nsStyleStructFwd.h
nsStyleStructInlines.h Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
nsStyleStructList.h Bug 1647845 Part 2 - Add page-size attribute to nsStyleStruct and property parsing r=emilio 2021-03-22 19:08:59 +00:00
nsStyleTransformMatrix.cpp Bug 1727604: clang-format the layout directory. r=layout-reviewers,TYLin 2021-08-25 19:46:48 +00:00
nsStyleTransformMatrix.h Bug 1725207 - Implement transform: perspective(none). r=mattwoodrow 2021-08-24 00:32:24 +00:00
nsStyleUtil.cpp Bug 1683464 - Reduce nsContentPolicyType usage. r=ckerschb 2021-01-07 15:18:52 +00:00
nsStyleUtil.h
nsTimingFunction.h
nsTransitionManager.cpp Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
nsTransitionManager.h Bug 1728311 - Remove unused LayersMessages::TransactionInfo. r=aosmond 2021-08-31 14:48:00 +00:00