fune/layout/generic
Daniel Holbert b7cb22a3af Bug 1731359 part 1: Change the "NormalPositionProperty" frame property to use the "small value" method of storage. r=emilio
This frame property's type is small enough to fit directly in the property
table's 64-byte slot; so, this patch makes us store the data directly there
(rather than allocating it externally and storing a pointer in the table).

This patch shouldn't impact behavior at all.

Differential Revision: https://phabricator.services.mozilla.com/D126031
2021-09-20 22:26:14 +00:00
..
crashtests Bug 1729480 - Make keypress event listener of editor and execCommand related methods access editor instance after flushing pending layout r=emilio,smaug 2021-09-17 17:48:05 +00:00
test Bug 1729385 - Port layout/generic/test_bug527306.html to WPT r=emilio 2021-09-07 12:46:23 +00:00
AnonymousContentKey.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
AspectRatio.cpp
AspectRatio.h Bug 1690422 - Take box-sizing into account when computing the intrinsic size with the preferred aspect ratio. r=TYLin,mats 2021-02-17 02:41:24 +00:00
AutoCopyListener.h
BlockReflowInput.cpp Bug 1716212 Part 1 - Rename CalcLineHeight to GetLineHeight, and cache used line height in ReflowInput. r=emilio 2021-07-28 18:41:18 +00:00
BlockReflowInput.h Bug 1695509: Don't inflate overflow areas with stale positions of pushed floats that we drained but weren't able to place. r=TYLin 2021-06-09 23:13:08 +00:00
BRFrame.cpp Bug 1716212 Part 1 - Rename CalcLineHeight to GetLineHeight, and cache used line height in ReflowInput. r=emilio 2021-07-28 18:41:18 +00:00
broken-image.png
ColumnSetWrapperFrame.cpp
ColumnSetWrapperFrame.h
ColumnUtils.cpp
ColumnUtils.h
CSSAlignUtils.cpp
CSSAlignUtils.h
CSSOrderAwareFrameIterator.cpp
CSSOrderAwareFrameIterator.h
DetailsFrame.cpp Bug 1685421 - Part 2: Stop using NS_ERROR_DOM_HIERARCHY_REQUEST_ERR in nsINode; r=smaug 2021-06-02 13:43:39 +00:00
DetailsFrame.h
folder.png
frame-graph.py
FrameChildList.cpp
FrameChildList.h
FrameClass.py
FrameClasses.py Bug 1596184 - Get rid of nsStackFrame. r=layout-reviewers,mats 2021-09-20 12:05:32 +00:00
GenerateFrameLists.py
jar.mn
JustificationUtils.h
LayoutMessageUtils.h
loading-image.png
MathMLTextRunFactory.cpp Bug 1725297 - Remove expiring font telemetry probes. r=emilio 2021-08-31 13:48:51 +00:00
MathMLTextRunFactory.h
moz.build Bug 1730774 part 3: Add includes for Inlines headers, to fix non-unified-build linking issues in layout/generic (and remove REQUIRES_UNIFIED_BUILD decl). r=TYLin 2021-09-15 22:43:24 +00:00
nsAbsoluteContainingBlock.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsAbsoluteContainingBlock.h Bug 1669734 - For abspos frames, resolve intrinsic BSize keywords to the actual intrinsic BSize, instead of stretching to fill the available space r=emilio,dholbert 2021-03-15 15:45:18 +00:00
nsAtomicContainerFrame.h
nsBackdropFrame.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsBackdropFrame.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 1730603 - Blend with ancestor backgrounds until we compute an opaque backplate color. r=morgan 2021-09-13 23:49:55 +00:00
nsBlockFrame.h Bug 1699317 Part 2 - Make ConsiderBlockEndEdgeOfChildren() a nsBlockFrame method. r=emilio 2021-03-18 04:41:14 +00:00
nsBlockReflowContext.cpp
nsBlockReflowContext.h Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsCanvasFrame.cpp Bug 1728709 - Add nsDisplayItem::GetPaintRect that computes a value using the current clip extents. r=jrmuizel 2021-09-03 18:58:18 +00:00
nsCanvasFrame.h Bug 1728246. Remove unused ComputeVisibility infrastructure. r=mattwoodrow 2021-08-31 20:52:54 +00:00
nsColumnSetFrame.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsColumnSetFrame.h Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsContainerFrame.cpp Bug 1591366 - Always reserve 64 bits for frame property value r=dholbert 2021-09-20 19:52:46 +00:00
nsContainerFrame.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsContainerFrameInlines.h Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsDirection.h
nsFirstLetterFrame.cpp Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsFirstLetterFrame.h
nsFlexContainerFrame.cpp Bug 1700580 Part 4 - Cache flex item's border and padding used in the final reflow. r=dholbert 2021-09-17 05:54:09 +00:00
nsFlexContainerFrame.h Bug 1686961 - Don't cache ascent in CachedBAxisMeasurement. r=dholbert 2021-08-09 20:55:11 +00:00
nsFloatManager.cpp Bug 1704742 - Fix percent basis of shape radii. r=TYLin 2021-04-14 09:29:37 +00:00
nsFloatManager.h
nsFontInflationData.cpp
nsFontInflationData.h
nsFrameList.cpp Bug 1720804 - Part 1: Move majority of the display list code inside mozilla namespace r=mattwoodrow 2021-07-19 11:28:20 +00:00
nsFrameList.h Bug 1720804 - Part 1: Move majority of the display list code inside mozilla namespace r=mattwoodrow 2021-07-19 11:28:20 +00:00
nsFrameSelection.cpp Bug 1714914 - Make editor classes treat offset in parent node as uint32_t r=m_kato 2021-06-30 07:07:28 +00:00
nsFrameSelection.h Bug 1714640 - Add AdjustFrameForLineStart call in Selection::ScrollIntoView r=emilio 2021-06-08 16:21:36 +00:00
nsFrameSetFrame.cpp Bug 1728709 - Add nsDisplayItem::GetPaintRect that computes a value using the current clip extents. r=jrmuizel 2021-09-03 18:58:18 +00:00
nsFrameSetFrame.h
nsFrameState.cpp Bug 1542807 part 2 - Remove (now unused) nsBulletFrame. r=emilio 2021-06-14 01:22:05 +00:00
nsFrameState.h
nsFrameStateBits.h Bug 1542807 part 2 - Remove (now unused) nsBulletFrame. r=emilio 2021-06-14 01:22:05 +00:00
nsGfxScrollFrame.cpp Bug 1596184 - Get rid of nsStackFrame. r=layout-reviewers,mats 2021-09-20 12:05:32 +00:00
nsGfxScrollFrame.h Bug 1596184 - Get rid of nsStackFrame. r=layout-reviewers,mats 2021-09-20 12:05:32 +00:00
nsGridContainerFrame.cpp Bug 1591366 - Improve nested grid layout performance r=mats 2021-09-20 19:52:45 +00:00
nsGridContainerFrame.h Bug 1591366 - Improve nested grid layout performance r=mats 2021-09-20 19:52:45 +00:00
nsHTMLCanvasFrame.cpp Bug 1728903 - Remove plumbing for CanvasLayer and ImageLayer. r=mattwoodrow 2021-09-18 11:44:51 +00:00
nsHTMLCanvasFrame.h Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
nsHTMLParts.h Bug 1494330 Part 1 - Make NS_NewListControlFrame() return nsListControlFrame*. r=layout-reviewers,boris 2021-07-07 03:11:06 +00:00
nsIAnonymousContentCreator.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsIFrame.cpp Bug 1731359 part 1: Change the "NormalPositionProperty" frame property to use the "small value" method of storage. r=emilio 2021-09-20 22:26:14 +00:00
nsIFrame.h Bug 1731359 part 1: Change the "NormalPositionProperty" frame property to use the "small value" method of storage. r=emilio 2021-09-20 22:26:14 +00:00
nsIFrameInlines.h Bug 1731359 part 1: Change the "NormalPositionProperty" frame property to use the "small value" method of storage. r=emilio 2021-09-20 22:26:14 +00:00
nsILineIterator.h
nsImageFrame.cpp Bug 1728903 - Remove plumbing for CanvasLayer and ImageLayer. r=mattwoodrow 2021-09-18 11:44:51 +00:00
nsImageFrame.h Bug 1728925 - Remove unused nsDisplayImageContainer. r=aosmond 2021-09-05 22:36:44 +00:00
nsImageMap.cpp Bug 1728903 - Remove plumbing for CanvasLayer and ImageLayer. r=mattwoodrow 2021-09-18 11:44:51 +00:00
nsImageMap.h
nsInlineFrame.cpp Bug 1696721 part 2 - Refactor DoIntrinsicInlineISize to make it accept a function for handling children. r=dholbert 2021-03-23 10:26:17 +00:00
nsInlineFrame.h
nsIntervalSet.cpp
nsIntervalSet.h
nsIScrollableFrame.h Bug 1542929 - Remove mReferenceFrame from nsDisplayItem. r=miko 2021-09-13 05:01:35 +00:00
nsIScrollPositionListener.h
nsIStatefulFrame.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsLineBox.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
nsLineLayout.cpp Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsLineLayout.h
nsPageContentFrame.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-08-23 09:30:23 +00:00
nsPageContentFrame.h Bug 1700379 - Move code dealing with transform getters to the frame that we actually wrap its contents around. r=miko 2021-05-04 18:46:44 +00:00
nsPageFrame.cpp Bug 1728232 - Remove RestoreState. r=miko 2021-09-13 05:01:34 +00:00
nsPageFrame.h Bug 1647851 Part 2 - Apply CSS page-size when printing r=emilio 2021-06-22 19:41:57 +00:00
nsPageSequenceFrame.cpp Bug 1722945 - Support break-inside: avoid-{page,column}. r=TYLin 2021-08-03 17:56:58 +00:00
nsPageSequenceFrame.h Bug 1700379 - Move code dealing with transform getters to the frame that we actually wrap its contents around. r=miko 2021-05-04 18:46:44 +00:00
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsQueryFrame.h
nsRubyBaseContainerFrame.cpp Bug 1716212 Part 1 - Rename CalcLineHeight to GetLineHeight, and cache used line height in ReflowInput. r=emilio 2021-07-28 18:41:18 +00:00
nsRubyBaseContainerFrame.h
nsRubyBaseFrame.cpp
nsRubyBaseFrame.h
nsRubyContentFrame.cpp
nsRubyContentFrame.h
nsRubyFrame.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsRubyFrame.h
nsRubyTextContainerFrame.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
nsRubyTextContainerFrame.h
nsRubyTextFrame.cpp Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsRubyTextFrame.h Bug 1697529 - Implement visibility: collapse support for ruby text. r=dholbert 2021-03-12 09:28:00 +00:00
nsSplittableFrame.cpp Bug 1725555 - patch 1 - Cache first-continuation pointer in nsContinuingTextFrame so that accessing FirstContinuation() is constant-time. r=emilio 2021-08-27 16:23:24 +00:00
nsSplittableFrame.h
nsSubDocumentFrame.cpp Bug 1730131. HitTestingTreeNode::GetRemoteDocumentScreenRect() double applies the resolution. r=hiro 2021-09-14 02:33:36 +00:00
nsSubDocumentFrame.h Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
nsTextFrame.cpp Bug 1729578 - Adjust overly-strict assertion in nsContinuingTextFrame::FirstContinuation(). r=emilio 2021-09-14 14:17:25 +00:00
nsTextFrame.h Bug 1725555 - patch 3 - Also use continuations array to accelerate nsTextFrame::SelectionStateChanged. r=emilio 2021-08-27 16:23:25 +00:00
nsTextFrameUtils.cpp
nsTextFrameUtils.h
nsTextRunTransformations.cpp
nsTextRunTransformations.h
nsVideoFrame.cpp Bug 1728903 - Remove plumbing for CanvasLayer and ImageLayer. r=mattwoodrow 2021-09-18 11:44:51 +00:00
nsVideoFrame.h Bug 1726291 - Remove FrameLayerBuilder. r=miko 2021-08-23 03:07:31 +00:00
PrintedSheetFrame.cpp Bug 1700379 - Move code dealing with transform getters to the frame that we actually wrap its contents around. r=miko 2021-05-04 18:46:44 +00:00
PrintedSheetFrame.h
ReflowInput.cpp Bug 1731359 part 1: Change the "NormalPositionProperty" frame property to use the "small value" method of storage. r=emilio 2021-09-20 22:26:14 +00:00
ReflowInput.h Bug 1722945 - Support break-inside: avoid-{page,column}. r=TYLin 2021-08-03 17:56:58 +00:00
ReflowOutput.cpp
ReflowOutput.h
RubyUtils.cpp
RubyUtils.h
ScrollAnchorContainer.cpp Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian 2021-02-16 04:44:19 +00:00
ScrollAnchorContainer.h
ScrollAnimationBezierPhysics.cpp
ScrollAnimationBezierPhysics.h
ScrollAnimationMSDPhysics.cpp
ScrollAnimationMSDPhysics.h
ScrollAnimationPhysics.h
ScrollbarActivity.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
ScrollbarActivity.h
ScrollbarPreferences.h
ScrollOrigin.h
ScrollPositionUpdate.cpp
ScrollPositionUpdate.h
ScrollSnap.cpp
ScrollSnap.h
ScrollVelocityQueue.cpp
ScrollVelocityQueue.h
StickyScrollContainer.cpp
StickyScrollContainer.h
TextDrawTarget.h Bug 1728232 - Remove RestoreState. r=miko 2021-09-13 05:01:34 +00:00
TextOverflow.cpp Bug 1728232 - Remove RestoreState. r=miko 2021-09-13 05:01:34 +00:00
TextOverflow.h Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
ViewportFrame.cpp Bug 1707964: Use GetCrossDocParentFrameInProcess() in ViewportFrame. r=mattwoodrow 2021-08-09 19:12:13 +00:00
ViewportFrame.h Bug 1720804 - Part 1: Move majority of the display list code inside mozilla namespace r=mattwoodrow 2021-07-19 11:28:20 +00:00
Visibility.h
WBRFrame.cpp Bug 1730774 part 2: Add includes and forward-decls to fix non-unified-build bustage in layout/generic. r=TYLin 2021-09-15 16:15:02 +00:00
WritingModes.h Bug 1699327 - Add nsIFrame::GetMarginRect(), and comparison operators for LogicalMargin. r=dholbert 2021-03-18 01:06:03 +00:00