gecko-dev/layout/style
Martin Robinson 444626c92d Bug 1763647 - content-visibility: hidden and content-visibility: auto should enable containment r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D143304
2022-04-08 18:32:47 +00:00
..
crashtests Bug 1753408 - Remove ResizeObserver pref. r=webidl,smaug 2022-02-04 16:44:22 +00:00
res Bug 1759621 - Migrate `<th>` `text-align` behaviour from presentation hint to UA CSS. r=emilio 2022-04-01 22:57:05 +00:00
test Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +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
CSS.h
CSSContainerRule.cpp Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +00:00
CSSContainerRule.h Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +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 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +00:00
CSSMediaRule.h Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +00:00
CSSMozDocumentRule.cpp Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +00:00
CSSMozDocumentRule.h Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +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 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +00:00
CSSSupportsRule.h Bug 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +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
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 Bug 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +00:00
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 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +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 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +00:00
FontPreloader.h
GeckoBindings.cpp Bug 1758223 - Use atomic ops to read / write node flags from stylo. r=nika 2022-03-24 10:03:12 +00:00
GeckoBindings.h Bug 1751217 Part 1: Support media queries for dynamic-range and video-dynamic-range. r=emilio 2022-03-24 18:19:49 +00:00
GenerateCSSPropertyID.py
GenerateCSSPropsGenerated.py
GenerateCompositorAnimatableProperties.py
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
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 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +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 1762474 - Make CSSConditionRule.conditionText readonly. r=layout-reviewers,firefox-style-system-reviewers,boris 2022-04-08 04:24:18 +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 1752861 - [profiler] Rename and expose to JS some existing frame labels as well as adding a few r=mstange 2022-03-11 09:18:30 +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
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 Bug 1759163 - Add origin trial support for worklets. r=asuth 2022-03-15 23:16:14 +00:00
PaintWorkletGlobalScope.h Bug 1759163 - Add origin trial support for worklets. r=asuth 2022-03-15 23:16:14 +00:00
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 1762018 - Derive a color scheme when forcing preference colors. r=morgan 2022-04-01 01:21:22 +00:00
PreferenceSheet.h Bug 1762018 - Derive a color scheme when forcing preference colors. r=morgan 2022-04-01 01:21:22 +00:00
PreloadedStyleSheet.cpp
PreloadedStyleSheet.h
PseudoStyleType.cpp
PseudoStyleType.h
Rule.cpp Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
Rule.h Bug 1729330 - Add a simple CSSLayerRule implementation. r=smaug 2021-09-08 11:18:32 +00:00
RustCell.h Bug 1758223 - Use atomic ops to read / write node flags from stylo. r=nika 2022-03-24 10:03:12 +00:00
ServoArcTypeList.h Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +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 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
ServoBindings.toml Bug 1762088 - Implement parsing / serialization for container{,-type,-name} CSS properties. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-03-31 22:56:20 +00: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 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +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 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
ServoStyleSet.cpp Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +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 1760222 - Ignore unchanged property for scroll-linked effect detector. r=hiro 2022-03-27 23:40:24 +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 1757253 - Use CheckedInt to avoid unnecessary warning in 64-bit builds, r=emilio 2022-03-03 21:10:35 +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 1763495 part 2: Use 'inset' shorthand in TopLevelImageDocument.css and TopLevelVideoDocument.css. r=emilio 2022-04-07 18:39:11 +00:00
TopLevelVideoDocument.css Bug 1763495 part 2: Use 'inset' shorthand in TopLevelImageDocument.css and TopLevelVideoDocument.css. r=emilio 2022-04-07 18:39:11 +00:00
URLExtraData.cpp Bug 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +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 1756655 - Remove ifdefs from UA style sheets r=emilio 2022-03-11 10:14:34 +00:00
moz.build Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +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 1760222 - Ignore unchanged property for scroll-linked effect detector. r=hiro 2022-03-27 23:40:24 +00:00
nsDOMCSSAttrDeclaration.h Bug 1760222 - Ignore unchanged property for scroll-linked effect detector. r=hiro 2022-03-27 23:40:24 +00:00
nsDOMCSSDeclaration.cpp Bug 1760222 - Ignore unchanged property for scroll-linked effect detector. r=hiro 2022-03-27 23:40:24 +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 1751217 Part 4: Make macOS declare video-dynamic-range: high with new-enough OS. r=emilio 2022-03-24 18:19:50 +00:00
nsROCSSPrimitiveValue.cpp Bug 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +00:00
nsROCSSPrimitiveValue.h
nsStyleAutoArray.h
nsStyleConsts.h Bug 1746248 - Style system and plumbing for mix-blend-mode: plus-lighter. r=jrmuizel,layout-reviewers,boris 2022-02-09 03:15:52 +00:00
nsStyleStruct.cpp Bug 1761995 - Skip `content-visibility: hidden` content in display lists r=emilio 2022-04-05 09:10:42 +00:00
nsStyleStruct.h Bug 1763647 - content-visibility: hidden and content-visibility: auto should enable containment r=emilio 2022-04-08 18:32:47 +00:00
nsStyleStructFwd.h
nsStyleStructInlines.h Bug 1758018 Part 2 - Add helpers testing only "position:relative", and adapt them at some callsites. r=emilio 2022-03-04 03:02:01 +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 1754095: Fix non-unified build errors in layout/style, and mark it as safe to build in non-unified mode. r=emilio 2022-02-08 00:35:19 +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