gecko-dev/layout/generic
David Shin 150d59da52 Bug 1900231: Parse anchor-center for self-alignment properties. r=firefox-style-system-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D221872
2024-09-12 13:07:26 +00:00
..
crashtests Bug 1915006 - When squishing a scroll thumb during overscroll, handle the case where the overscroll amount is larger than the scroll port length. r=hiro 2024-09-04 23:33:53 +00:00
test Bug 1895655: Add mochitest for about:config prefs that configure the amount of overlap when scrolling by pages. r=layout-reviewers,hiro 2024-06-05 16:26:21 +00:00
AnonymousContentKey.h
AspectRatio.cpp Bug 1825386 - Converted LogicalAxis to enum class and type casted where necessary. r=TYLin 2024-03-30 16:20:37 +00:00
AspectRatio.h Bug 1825386 - Converted LogicalAxis to enum class and type casted where necessary. r=TYLin 2024-03-30 16:20:37 +00:00
AutoCopyListener.h Bug 1809713 - Use ClipboardType in editor. r=masayuki 2024-07-29 11:52:33 +00:00
BRFrame.cpp Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
BlockReflowState.cpp Bug 1903141 Part 3 - Store floats list in a frame property rather than in nsBlockFrame::mFloats. r=dholbert 2024-06-19 21:50:41 +00:00
BlockReflowState.h Bug 1908826 - Modernize collapsing margin data structure. r=layout-reviewers,emilio 2024-07-23 06:29:48 +00:00
CSSAlignUtils.cpp Bug 1900231: Parse anchor-center for self-alignment properties. r=firefox-style-system-reviewers,emilio 2024-09-12 13:07:26 +00:00
CSSAlignUtils.h
CSSOrderAwareFrameIterator.cpp Bug 1824957 - Remove a bunch of now completely dead XUL layout code. r=layout-reviewers,desktop-theme-reviewers,devtools-reviewers,dao,TYLin 2023-03-29 21:23:55 +00:00
CSSOrderAwareFrameIterator.h Bug 1799732 Part 2 - Flatten the namespace for FrameChildList and co. by removing namespace layout. r=emilio 2022-11-12 04:38:53 +00:00
ColumnSetWrapperFrame.cpp Bug 1909761 Part 4 - Construct a percentage basis when computing children's intrinsic inline size contributions. r=dholbert 2024-09-03 04:25:42 +00:00
ColumnSetWrapperFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
ColumnUtils.cpp
ColumnUtils.h
FrameClass.py Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +00:00
FrameClasses.py Bug 1917735 - Paint server frames (gradients and patterns) should have SVG_RENDERING_OBSERVER_CONTAINER class flag r=emilio 2024-09-10 07:24:19 +00:00
GenerateFrameLists.py Bug 1867990 - Fix black formatting errors that snuck in due to regression, r=linter-reviewers,taskgraph-reviewers,releng-reviewers,bhearsum,sylvestre 2023-12-04 14:51:39 +00:00
JustificationUtils.h
LayoutMessageUtils.h
MathMLTextRunFactory.cpp Bug 1899126 - Simplify text-transform representation. r=jwatt 2024-05-27 17:24:10 +00:00
MathMLTextRunFactory.h Bug 1821980: Align mathvariant implementation on MathML Core. r=emilio,jfkthame 2023-07-14 19:44:04 +00:00
MiddleCroppingBlockFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
MiddleCroppingBlockFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
PrintedSheetFrame.cpp Bug 1897135 Part 2 - Remove redundant mFrameManager member in PresShell. r=dholbert 2024-05-17 21:37:01 +00:00
PrintedSheetFrame.h Bug 1833244 p2. Implement sheet orientation switching/rotation for `page-orientation`. r=AlaskanEmily,dholbert 2023-08-22 10:57:55 +00:00
ReflowInput.cpp Bug 1900230: Implement parsing of `anchor()` function in inset properties. r=firefox-style-system-reviewers,emilio 2024-09-10 14:11:15 +00:00
ReflowInput.h Bug 1909761 Part 6 - Delete or improve obsolete comments in layout. r=layout-reviewers,emilio 2024-09-03 04:25:43 +00:00
ReflowOutput.cpp Bug 1899345 Part 1 - Convert PhysicalAxes to an EnumSet<PhysicalAxis>. r=layout-reviewers,emilio 2024-05-30 17:58:25 +00:00
ReflowOutput.h Bug 1908826 - Modernize collapsing margin data structure. r=layout-reviewers,emilio 2024-07-23 06:29:48 +00:00
RubyUtils.cpp
RubyUtils.h
ScrollAnchorContainer.cpp Bug 1905426 - Refine zero-scroll-offset scroll anchoring heuristic to match blink. r=hiro 2024-07-22 22:45:49 +00:00
ScrollAnchorContainer.h Bug 1896516 Part 11 - Remove nsIScrollableFrame usages under layout/, widget/, and toolkit/. r=layout-reviewers,emilio 2024-05-30 06:32:22 +00:00
ScrollAnimationBezierPhysics.cpp
ScrollAnimationBezierPhysics.h
ScrollAnimationMSDPhysics.cpp Bug 1883981 - Add logging related to MSD scroll animations. r=hiro 2024-03-08 03:40:54 +00:00
ScrollAnimationMSDPhysics.h Bug 1846935 - Limit the starting velocity of an MSD animation to ensure it doesn't overshoot. r=mstange 2023-12-04 01:51:15 +00:00
ScrollAnimationPhysics.h Bug 1806591: Consume wheel event as long as being able to handle the event as the same series r=masayuki,mstriemer 2023-04-28 04:31:30 +00:00
ScrollContainerFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
ScrollContainerFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
ScrollGeneration.cpp
ScrollGeneration.h Backed out changeset ebc075fd132d (bug 1885246) for causing bc failures in /EnumSerializer.h CLOSED TREE 2024-03-23 02:08:24 -04:00
ScrollOrigin.h Bug 1871760 - Revert bug 1856088. r=botond 2024-02-26 21:06:31 +00:00
ScrollPositionUpdate.cpp Bug 1871760 - Revert bug 1856088. r=botond 2024-02-26 21:06:31 +00:00
ScrollPositionUpdate.h Bug 1871760 - Revert bug 1856088. r=botond 2024-02-26 21:06:31 +00:00
ScrollSnap.cpp Bug 1896516 Part 6 - Remove nsIScrollableFrame usages in nsLayoutUtils. r=layout-reviewers,emilio 2024-05-30 06:32:20 +00:00
ScrollSnap.h Bug 1768393 - Rename mozilla::SnapTarget to mozilla::SnapDestination. r=botond 2023-09-12 01:33:18 +00:00
ScrollSnapInfo.cpp Bug 1914178 - Handle empty sized contents as valid targtes for CSS scroll snap. r=emilio 2024-09-10 21:27:44 +00:00
ScrollSnapInfo.h Bug 1768393 - Make SnapPosition inherit from ScrollSnapInfo::SnapTarget. r=botond 2023-09-12 01:33:19 +00:00
ScrollSnapTargetId.h Backed out changeset ebc075fd132d (bug 1885246) for causing bc failures in /EnumSerializer.h CLOSED TREE 2024-03-23 02:08:24 -04:00
ScrollVelocityQueue.cpp
ScrollVelocityQueue.h
ScrollbarActivity.cpp Bug 1907868 - Optimize nsQueryFrame for all final frame types and ScrollContainerFrame. r=tnikkel,layout-reviewers,TYLin 2024-07-18 11:51:13 +00:00
ScrollbarActivity.h Bug 1867201 - Minor non-functional clean-ups to ScrollbarActivity. r=jwatt 2023-12-01 13:59:01 +00:00
ScrollbarPreferences.h
SelectionMovementUtils.cpp Bug 1897255 - Make `nsIFrame::PeekOffsetForLine` won't cross editing host boundary unless the callers allows that r=emilio 2024-07-19 08:13:10 +00:00
SelectionMovementUtils.h Bug 1897255 - Make `nsIFrame::PeekOffsetForLine` won't cross editing host boundary unless the callers allows that r=emilio 2024-07-19 08:13:10 +00:00
StickyScrollContainer.cpp Bug 1900230: Implement parsing of `anchor()` function in inset properties. r=firefox-style-system-reviewers,emilio 2024-09-10 14:11:15 +00:00
StickyScrollContainer.h Bug 1908242 - Make sure that sticky items are processed in the right order. r=TYLin 2024-07-18 20:54:13 +00:00
TextDrawTarget.h Bug 1841478 - Use strongly-typed coordinates in the BaseSize constructor. r=botond 2023-07-10 02:59:01 +00:00
TextOverflow.cpp Bug 1917715 - Rename nsLayoutUtils::GetColor. r=longsonr,dholbert 2024-09-09 23:12:05 +00:00
TextOverflow.h Bug 1896516 Part 6 - Remove nsIScrollableFrame usages in nsLayoutUtils. r=layout-reviewers,emilio 2024-05-30 06:32:20 +00:00
ViewportFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
ViewportFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
Visibility.h
WBRFrame.cpp
WritingModes.h Bug 1916026 Part 2 - Revise outdated comments in WritingModes.h. r=layout-reviewers,jfkthame 2024-09-02 23:06:57 +00:00
broken-image.png
folder.png
frame-graph.py
jar.mn Bug 1817360 - Remove browser.display.show_loading_image_placeholder. r=tnikkel 2023-02-17 09:25:20 +00:00
moz.build Bug 1896516 Part 13 - Remove nsIScrollableFrame completely. r=layout-reviewers,emilio 2024-05-30 06:32:23 +00:00
nsAbsoluteContainingBlock.cpp Bug 1900230: Implement parsing of `anchor()` function in inset properties. r=firefox-style-system-reviewers,emilio 2024-09-10 14:11:15 +00:00
nsAbsoluteContainingBlock.h Bug 1851787 - Plumb a DestroyContext through all functions that can destroy frames. r=dholbert 2023-09-08 15:11:17 +00:00
nsAtomicContainerFrame.h
nsBackdropFrame.cpp Bug 1888535 Part 5 - Remove DISPLAY_REFLOW. r=layout-reviewers,emilio 2024-04-02 19:03:05 +00:00
nsBackdropFrame.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsBlockFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsBlockReflowContext.cpp Bug 1908826 - Modernize collapsing margin data structure. r=layout-reviewers,emilio 2024-07-23 06:29:48 +00:00
nsBlockReflowContext.h Bug 1908826 - Modernize collapsing margin data structure. r=layout-reviewers,emilio 2024-07-23 06:29:48 +00:00
nsCanvasFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsCanvasFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsColumnSetFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsColumnSetFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsContainerFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsContainerFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsContainerFrameInlines.h Bug 1885695 - Change LogicalEdge to an enum class and change its variants names. r=TYLin 2024-04-15 20:19:47 +00:00
nsDirection.h Bug 1818128 - Add logging code for Selection API calls r=smaug 2023-03-05 22:38:05 +00:00
nsFirstLetterFrame.cpp Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsFirstLetterFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsFlexContainerFrame.cpp Bug 1900231: Parse anchor-center for self-alignment properties. r=firefox-style-system-reviewers,emilio 2024-09-12 13:07:26 +00:00
nsFlexContainerFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsFloatManager.cpp Bug 1892307 Part 1 - Convert LineRelativeDir to an enum class. r=layout-reviewers,emilio 2024-04-19 22:16:03 +00:00
nsFloatManager.h Bug 1874823 - Remove NS_BLOCK_STATIC_BFC and NS_BLOCK_CLIP_PAGINATED_OVERFLOW. r=fredw 2024-03-07 16:36:56 +00:00
nsFontInflationData.cpp Bug 1909311 - Remove nsIFormControlFrame and nsITextControlFrame. r=masayuki,layout-reviewers,dholbert 2024-07-23 16:16:18 +00:00
nsFontInflationData.h
nsFrameList.cpp Bug 1903483 - Simplify nsFrameList::EmptyList() allocation. r=layout-reviewers,emilio 2024-06-19 21:48:29 +00:00
nsFrameList.h Bug 1903483 - Simplify nsFrameList::EmptyList() allocation. r=layout-reviewers,emilio 2024-06-19 21:48:29 +00:00
nsFrameSelection.cpp Bug 1455893 - Fix a bug where incorrect frame is used for shadow-crossing selection r=smaug 2024-09-11 14:13:30 +00:00
nsFrameSelection.h Bug 1897255 - Make `nsIFrame::PeekOffsetForLine` won't cross editing host boundary unless the callers allows that r=emilio 2024-07-19 08:13:10 +00:00
nsFrameSetFrame.cpp Bug 1906792 Part 2 - More cleanup for nsLeafFrame. r=layout-reviewers,emilio 2024-07-09 18:49:32 +00:00
nsFrameSetFrame.h Bug 1878976 - Remove plugin-related code in EventStateManager; r=emilio 2024-02-07 12:35:27 +00:00
nsFrameState.cpp Bug 1824877 Part 1 - Rename nsGfxScrollFrame.{h,cpp} to ScrollContainerFrame.{h,cpp}. r=dholbert 2024-05-15 17:50:48 +00:00
nsFrameState.h
nsFrameStateBits.h Bug 1915474 - Make SVG rendering observer container a class flag. r=longsonr 2024-08-28 20:16:03 +00:00
nsGridContainerFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsGridContainerFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsHTMLCanvasFrame.cpp Bug 1909761 Part 6 - Delete or improve obsolete comments in layout. r=layout-reviewers,emilio 2024-09-03 04:25:43 +00:00
nsHTMLCanvasFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsHTMLParts.h Bug 1874823 - Remove NS_BLOCK_STATIC_BFC and NS_BLOCK_CLIP_PAGINATED_OVERFLOW. r=fredw 2024-03-07 16:36:56 +00:00
nsIAnonymousContentCreator.h
nsIFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsIFrame.h Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsIFrameInlines.h Bug 1897255 - Make `nsIFrame::PeekOffsetForLine` won't cross editing host boundary unless the callers allows that r=emilio 2024-07-19 08:13:10 +00:00
nsILineIterator.cpp
nsILineIterator.h Bug 1820290 - Make `nsIFrame` treat out-of-flow things as word separators r=emilio 2023-11-21 08:05:18 +00:00
nsIScrollPositionListener.h Bug 1896516 Part 11 - Remove nsIScrollableFrame usages under layout/, widget/, and toolkit/. r=layout-reviewers,emilio 2024-05-30 06:32:22 +00:00
nsIStatefulFrame.h
nsImageFrame.cpp Bug 1917144 Part 1 - Rename mPercentageBasis to mPercentageBasisForChildren in IntrinsicSizeInput. r=dholbert 2024-09-11 18:01:39 +00:00
nsImageFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsImageMap.cpp Bug 1910698 - Remove nsIScriptError.sourceLine. r=smaug,devtools-reviewers,webdriver-reviewers,necko-reviewers,nchevobbe,kershaw,jdescottes,credential-management-reviewers,dimi 2024-08-01 17:12:48 +00:00
nsImageMap.h
nsInlineFrame.cpp Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsInlineFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsLeafFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsLineBox.cpp Bug 1908826 - Modernize collapsing margin data structure. r=layout-reviewers,emilio 2024-07-23 06:29:48 +00:00
nsLineBox.h Bug 727831 - Use the line cursor to optimize nsBlockFrame::DoRemoveFrame, to avoid perf cliff when reflowing/modifying large blocks of text. r=layout-reviewers,emilio 2024-08-22 12:55:40 +00:00
nsLineLayout.cpp Bug 1910136 - Miscellaneous tidy-up in nsLineLayout. r=layout-reviewers,emilio,TYLin 2024-07-26 19:14:16 +00:00
nsLineLayout.h Bug 1910136 - Miscellaneous tidy-up in nsLineLayout. r=layout-reviewers,emilio,TYLin 2024-07-26 19:14:16 +00:00
nsPageContentFrame.cpp Bug 1888535 Part 5 - Remove DISPLAY_REFLOW. r=layout-reviewers,emilio 2024-04-02 19:03:05 +00:00
nsPageContentFrame.h Bug 1865012 Part 3 - Remove FirstContinuation overrides for nsPageFrame and nsPageContentFrame. r=dholbert 2024-01-23 23:15:02 +00:00
nsPageFrame.cpp Bug 1906792 Part 1 - Let nsLeafFrame and subclasses override GetIntrinsicSize(). r=layout-reviewers,emilio 2024-07-09 18:49:32 +00:00
nsPageFrame.h Bug 1906792 Part 1 - Let nsLeafFrame and subclasses override GetIntrinsicSize(). r=layout-reviewers,emilio 2024-07-09 18:49:32 +00:00
nsPageSequenceFrame.cpp Bug 1150182 - Use strong-typed CSSIntSize instead of nsIntSize for canvas sizes. r=gfx-reviewers,layout-reviewers,emilio,nical 2024-07-15 15:20:11 +00:00
nsPageSequenceFrame.h Bug 1830900. Move multiple pages-per-sheet grid calculations to be per-sheet, not per-print. r=AlaskanEmily 2023-05-04 22:49:01 +00:00
nsPlaceholderFrame.cpp Bug 1917144 Part 1 - Rename mPercentageBasis to mPercentageBasisForChildren in IntrinsicSizeInput. r=dholbert 2024-09-11 18:01:39 +00:00
nsPlaceholderFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsQueryFrame.h Bug 1907868 - Optimize nsQueryFrame for all final frame types and ScrollContainerFrame. r=tnikkel,layout-reviewers,TYLin 2024-07-18 11:51:13 +00:00
nsRubyBaseContainerFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsRubyBaseContainerFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsRubyBaseFrame.cpp
nsRubyBaseFrame.h Bug 1911027 Part 1 - Clean up for various frame classes. r=layout-reviewers,emilio 2024-08-01 17:47:06 +00:00
nsRubyContentFrame.cpp Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +00:00
nsRubyContentFrame.h Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +00:00
nsRubyFrame.cpp Bug 1917144 Part 2 - Add IntrinsicSizeInput::mContainingBlockSize. r=dholbert 2024-09-11 18:01:40 +00:00
nsRubyFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsRubyTextContainerFrame.cpp Bug 1888535 Part 5 - Remove DISPLAY_REFLOW. r=layout-reviewers,emilio 2024-04-02 19:03:05 +00:00
nsRubyTextContainerFrame.h Bug 1364813 - Remove IsFrameOfType, use non-virtual checks. r=jwatt 2023-11-26 22:17:28 +00:00
nsRubyTextFrame.cpp
nsRubyTextFrame.h Bug 1911027 Part 1 - Clean up for various frame classes. r=layout-reviewers,emilio 2024-08-01 17:47:06 +00:00
nsSplittableFrame.cpp Bug 1903652 Part 2 - Purge first continuation cache for next continuations during frame destruction. r=dholbert 2024-06-23 04:31:37 +00:00
nsSplittableFrame.h Bug 1903652 Part 2 - Purge first continuation cache for next continuations during frame destruction. r=dholbert 2024-06-23 04:31:37 +00:00
nsSubDocumentFrame.cpp Bug 1891335 - Compute EffectInfo updates at IntersectionObserver time. r=smaug,hiro 2024-09-06 16:04:57 +00:00
nsSubDocumentFrame.h Bug 1891335 - Compute EffectInfo updates at IntersectionObserver time. r=smaug,hiro 2024-09-06 16:04:57 +00:00
nsTextFrame.cpp Bug 1917715 - Rename nsLayoutUtils::GetColor. r=longsonr,dholbert 2024-09-09 23:12:05 +00:00
nsTextFrame.h Bug 1909761 Part 3 - Use IntrinsicSizeInput for AddInlineMinISize() and AddInlinePrefISize(). r=dholbert 2024-09-03 04:25:42 +00:00
nsTextFrameUtils.cpp Bug 1834320 - Don't apply justification spacing when there are further tabs on the line. r=layout-reviewers,emilio 2023-11-03 09:06:29 +00:00
nsTextFrameUtils.h Bug 1834320 - Don't apply justification spacing when there are further tabs on the line. r=layout-reviewers,emilio 2023-11-03 09:06:29 +00:00
nsTextPaintStyle.cpp Bug 1917715 - Rename nsLayoutUtils::GetColor. r=longsonr,dholbert 2024-09-09 23:12:05 +00:00
nsTextPaintStyle.h Bug 1867939, part 4: Implemented the `::target-text` CSS Pseudo Element. r=emilio,devtools-reviewers,nchevobbe 2024-04-04 14:39:32 +00:00
nsTextRunTransformations.cpp Bug 1911550 - Make text-transform:capitalize work even if no textrun is available, for <select> intrinsic sizing. r=layout-reviewers,emilio 2024-08-06 08:36:20 +00:00
nsTextRunTransformations.h Bug 1888941 - Ensure any potential emergency-wrap positions are marked in nsTransformedTextRun instances. r=layout-reviewers,emilio 2024-04-04 17:44:27 +00:00
nsVideoFrame.cpp Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00
nsVideoFrame.h Bug 1909761 Part 2 - Create a helper struct IntrinsicSizeInput to aggregate needed data when computing intrinsic inline size. r=dholbert 2024-09-03 04:25:41 +00:00