gecko-dev/layout/generic
2020-06-23 22:59:34 +00:00
..
crashtests Bug 1647332 Part 4 - Keep doubling the extra block-size that adds to the estimate column block-size until finding a feasible one. r=heycam 2020-06-23 18:34:42 +00:00
test Bug 1602668 - M(1) manifest and test changes. r=kmag,karlt,necko-reviewers,valentin 2020-06-22 19:09:49 +00:00
AnonymousContentKey.h Bug 1590639 part 4: Fix non-unified build issues in layout/style. r=emilio 2019-10-23 08:14:54 +00:00
AspectRatio.h Bug 1633434 - Ensure inverting a valid aspect ratio generates a valid aspect ratio. r=dholbert 2020-04-30 14:04:24 +00:00
AutoCopyListener.h Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
BlockReflowInput.cpp Bug 1574046 Part 5 - Prevent BlockReflowInput::ClearFloat from returning nscoord_MAX. r=dbaron 2020-06-16 18:33:02 +00:00
BlockReflowInput.h Bug 1574046 Part 5 - Prevent BlockReflowInput::ClearFloat from returning nscoord_MAX. r=dbaron 2020-06-16 18:33:02 +00:00
BRFrame.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
broken-image.png
ColumnSetWrapperFrame.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
ColumnSetWrapperFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
ColumnUtils.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
ColumnUtils.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
CSSAlignUtils.cpp Bug 1611583 - Use cbindgen for css-align types. r=dholbert 2020-01-31 00:56:49 +00:00
CSSAlignUtils.h Bug 1611583 - Use cbindgen for css-align types. r=dholbert 2020-01-31 00:56:49 +00:00
CSSOrderAwareFrameIterator.cpp
CSSOrderAwareFrameIterator.h Bug 1575608 - Avoid some signed -> unsigned conversions for box-ordinal-group. r=dholbert 2019-08-21 18:35:31 +00:00
DetailsFrame.cpp Bug 1638928 Part 2 - Rename nsIFrame's GetChildLists() to ChildLists(). r=mats 2020-05-19 12:37:37 +00:00
DetailsFrame.h
folder.png
frame-graph.py
FrameChildList.cpp Bug 1635319 Part 5 - Remove unused FrameChildListIterator and FrameChildListArrayIterator. r=mats 2020-05-18 01:15:40 +00:00
FrameChildList.h Bug 1635319 Part 6 - Use EmplaceBack instead of AppendElement to append a FrameChildList into an array. r=mats 2020-05-18 01:15:42 +00:00
FrameClass.py Bug 1553731 - Part 2: Generate FrameIdList.h and FrameTypeList.h from Python. r=mats,glandium 2019-06-01 08:03:40 +00:00
FrameClasses.py Bug 1640381. Make ViewportUtils::IsZoomedContentRoot handle print preview documents. r=botond 2020-05-25 17:33:47 +00:00
GenerateFrameLists.py Bug 1620035 - Convert GenerateFrameLists.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 17:05:34 +00:00
jar.mn
JustificationUtils.h
loading-image.png
MathMLTextRunFactory.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
MathMLTextRunFactory.h
moz.build Bug 1643042 - Turn the scroll origin parameter into a strongly-typed enum. r=tnikkel 2020-06-05 09:37:51 +00:00
nsAbsoluteContainingBlock.cpp Bug 1622008 Part 3 - Remove nsPresContext* and PresShell* from the argument list of some continuing-frame-creation methods. r=dholbert 2020-03-12 21:50:23 +00:00
nsAbsoluteContainingBlock.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
nsAtomicContainerFrame.h
nsBackdropFrame.cpp
nsBackdropFrame.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 1644997 - Make ShouldApplyOverflowClipping as a const member method r=emilio 2020-06-22 23:36:13 +00:00
nsBlockFrame.h Bug 1634911 - Simplify loops over lines in block layout to use ranged for. r=emilio 2020-05-20 10:38:40 +00:00
nsBlockReflowContext.cpp Bug 1620749 - Adjust FinishReflowChild()'s relative positioning conversion, to make it a writing-mode-agnostic API. r=dholbert 2020-03-09 18:15:48 +00:00
nsBlockReflowContext.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
nsBulletFrame.cpp Bug 1550710 - Make vector images enable high quality scaling for embedded raster images. r=tnikkel 2020-06-23 12:43:21 +00:00
nsBulletFrame.h Bug 1621835. Make imgINotificationObserver::Notify a void method, since no one examines its return value anyway. r=emilio 2020-03-12 04:25:34 +00:00
nsCanvasFrame.cpp Bug 1640917 - Remove XBL mentions in layout. r=mats 2020-05-26 16:16:32 +00:00
nsCanvasFrame.h Bug 1614550. Don't ifdef nsDisplayCanvasBackgroundColor::WriteDebugInfo on MOZ_DUMP_PAINTING. r=miko 2020-02-11 12:17:34 +00:00
nsColumnSetFrame.cpp Bug 1647332 Part 4 - Keep doubling the extra block-size that adds to the estimate column block-size until finding a feasible one. r=heycam 2020-06-23 18:34:42 +00:00
nsColumnSetFrame.h Bug 1647332 Part 2 - Output the number of columns in ColumnBalanceData, and replace nsFrameList::GetLength(). r=heycam 2020-06-23 18:34:36 +00:00
nsContainerFrame.cpp Bug 1640051 - Pull child's next-in-flow up after moving the child from overflow list to principal child list. r=dholbert 2020-06-12 19:14:25 +00:00
nsContainerFrame.h Bug 1405813 - Move prev-in-flow's EOC list to this container frame's OC list in NormalizeChildLists(). r=dholbert 2020-06-12 19:03:49 +00:00
nsDirection.h
nsFirstLetterFrame.cpp Bug 1631941 - Add DEBUG-only mWritingMode to mozilla::LogicalSides. r=jfkthame 2020-04-22 23:52:08 +00:00
nsFirstLetterFrame.h Bug 1622008 Part 3 - Remove nsPresContext* and PresShell* from the argument list of some continuing-frame-creation methods. r=dholbert 2020-03-12 21:50:23 +00:00
nsFlexContainerFrame.cpp Bug 1644819 Part 1 - Assert that SharedFlexData is valid in flex container's continuations. r=dholbert 2020-06-13 04:03:30 +00:00
nsFlexContainerFrame.h Bug 1640275 Part 2 - Override nsContainerFrame's methods for nsFlexContainerFrame. r=mats 2020-05-28 22:50:57 +00:00
nsFloatManager.cpp Bug 1574046 Part 2 - Move calling nsFloatManager::ClearContinues to BlockReflowInput::ClearFloats(). r=dbaron 2020-05-27 04:44:42 +00:00
nsFloatManager.h Bug 1574046 Part 5 - Prevent BlockReflowInput::ClearFloat from returning nscoord_MAX. r=dbaron 2020-06-16 18:33:02 +00:00
nsFontInflationData.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
nsFontInflationData.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsFrame.cpp Bug 1647525 - Use HasAnyStateBits() in nsIFrame r=emilio 2020-06-23 00:24:04 +00:00
nsFrame.h Bug 1630704 - Part 23: Move Display methods r=emilio 2020-06-11 11:15:27 +00:00
nsFrameList.cpp Bug 1642038 Part 3 - Minor cleanup for AutoFrameListPtr. r=mats 2020-06-01 23:24:52 +00:00
nsFrameList.h Bug 1645429 - Use std::reverse_iterator instead of mozilla::ReverseIterator where possible. r=froydnj 2020-06-16 10:14:01 +00:00
nsFrameSelection.cpp Bug 1645879 - Detect reversed direction frame when collapsing selection r=jfkthame 2020-06-16 11:52:49 +00:00
nsFrameSelection.h Bug 1642223 - Fix behavior of AdjustNormalSelection when moving back into the maintained range from before it, to avoid collapsing to the end of the range. r=mbrodesser 2020-06-10 08:31:39 +00:00
nsFrameSetFrame.cpp Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +00:00
nsFrameSetFrame.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
nsFrameState.cpp
nsFrameState.h Bug 1604978 - Move NS_BLOCK_FLAGS_MASK and NS_BLOCK_FLAGS_NON_INHERITED_MASK into nsBlockFrame::Init. r=heycam 2019-12-20 03:56:12 +00:00
nsFrameStateBits.h Bug 1644498: Transition devtools nsFrameStateBits to nsIFrame.h r=heycam 2020-06-10 05:03:35 +00:00
nsGfxScrollFrame.cpp Bug 1644271 - Add some MOZ_LOG for scrollbar layout attempts. r=tnikkel 2020-06-21 20:48:35 +00:00
nsGfxScrollFrame.h Bug 1645937 - Adjust when the root scrollframe gets a clip. r=tnikkel 2020-06-18 22:47:13 +00:00
nsGridContainerFrame.cpp Backed out changeset a59280f412c0 (bug 1633737) for crashtest assertion failures at nsGridContainerFrame.cpp. CLOSED TREE 2020-06-18 04:16:09 +03:00
nsGridContainerFrame.h Bug 1642038 Part 3 - Minor cleanup for AutoFrameListPtr. r=mats 2020-06-01 23:24:52 +00:00
nsHTMLCanvasFrame.cpp Bug 1628657 - Make canvas use computed reference frame transforms. r=kvark 2020-06-11 20:46:05 +00:00
nsHTMLCanvasFrame.h Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00
nsHTMLParts.h Bug 1604978 - Move NS_BLOCK_FLAGS_MASK and NS_BLOCK_FLAGS_NON_INHERITED_MASK into nsBlockFrame::Init. r=heycam 2019-12-20 03:56:12 +00:00
nsIAnonymousContentCreator.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-16 07:33:44 +00:00
nsIFrame.h Bug 1644997 - Make ShouldApplyOverflowClipping as a const member method r=emilio 2020-06-22 23:36:13 +00:00
nsIFrameInlines.h Bug 1607954 part 2 - [css-grid][css-align] Implement Masonry layout. r=dholbert 2020-04-28 01:18:47 +00:00
nsILineIterator.h Bug 1626665: part 12) Use const line-iterator in nsFrame::GetNextPrevLineFromeBlockFrame. r=hsivonen 2020-04-08 06:57:35 +00:00
nsImageFrame.cpp Bug 1550710 - Make vector images enable high quality scaling for embedded raster images. r=tnikkel 2020-06-23 12:43:21 +00:00
nsImageFrame.h Bug 1627398 Part 1 - Convert nsIFrame::List flags to EnumSet. r=heycam 2020-04-08 00:22:19 +00:00
nsImageMap.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsImageMap.h
nsInlineFrame.cpp Bug 1631941 - Add DEBUG-only mWritingMode to mozilla::LogicalSides. r=jfkthame 2020-04-22 23:52:08 +00:00
nsInlineFrame.h Bug 1548673 Part 1 - Rename NS_INTRINSIC_WIDTH_UNKNOWN to NS_INTRINSIC_ISIZE_UNKNOWN. r=jfkthame 2019-05-03 17:34:36 +00:00
nsIntervalSet.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIntervalSet.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIObjectFrame.h
nsIScrollableFrame.h Bug 1643042 - Turn the scroll origin parameter into a strongly-typed enum. r=tnikkel 2020-06-05 09:37:51 +00:00
nsIScrollPositionListener.h
nsIStatefulFrame.h Bug 1553705 - Make GenerateStateKey() infallible. r=smaug 2019-07-01 07:20:04 +00:00
nsLeafFrame.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
nsLeafFrame.h
nsLineBox.cpp Bug 1626665: part 11) Declare nsILineIterator::GetNumLines const. r=hsivonen 2020-04-08 06:57:07 +00:00
nsLineBox.h Bug 1634911 - Simplify loops over lines in block layout to use ranged for. r=emilio 2020-05-20 10:38:40 +00:00
nsLineLayout.cpp Bug 1617472 - Use enums for text-align / text-align-last. r=jfkthame 2020-02-24 13:32:57 +00:00
nsLineLayout.h Bug 1543571 Part 1 - Replace "reflow state" with "reflow input". r=dholbert 2019-04-11 20:27:37 +00:00
nsPageContentFrame.cpp Bug 1571250 - Convert flags passed to ReflowChild, FinishReflowChild, SyncFrameViewAfterReflow and from GetXULLayoutFlags / GetLayoutFlags into an enum class. r=TYLin 2019-08-08 19:48:19 +00:00
nsPageContentFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPageFrame.cpp Bug 1554499 - Part 9: Remove index from nsDisplayTransform r=mattwoodrow 2020-05-11 16:57:31 +00:00
nsPageFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPageSequenceFrame.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
nsPageSequenceFrame.h Bug 1565274: Remove self inclusion from nsPageSequenceFrame.h r=dholbert 2019-07-11 21:37:27 +00:00
nsPlaceholderFrame.cpp Bug 1627398 Part 1 - Convert nsIFrame::List flags to EnumSet. r=heycam 2020-04-08 00:22:19 +00:00
nsPlaceholderFrame.h Bug 1627398 Part 1 - Convert nsIFrame::List flags to EnumSet. r=heycam 2020-04-08 00:22:19 +00:00
nsPluginFrame.cpp Bug 1626570 - Improve handling of copying arrays in layout/generic/. r=jfkthame 2020-05-05 10:11:01 +00:00
nsPluginFrame.h Bug 1624829 - Use FunctionRef for various Enumerate* callbacks. r=edgar 2020-03-26 12:44:47 +00:00
nsQueryFrame.h Bug 1625138 - Part 40: Replace remaining mozilla::IsSame with std::is_same. r=froydnj 2020-03-28 13:57:21 +00:00
nsRubyBaseContainerFrame.cpp Bug 1641139 - Reflow absolute frames in ruby container and ruby base container. r=dholbert 2020-06-06 05:38:12 +00:00
nsRubyBaseContainerFrame.h Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyBaseFrame.cpp Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyBaseFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyContentFrame.cpp
nsRubyContentFrame.h
nsRubyFrame.cpp Bug 1641139 - Reflow absolute frames in ruby container and ruby base container. r=dholbert 2020-06-06 05:38:12 +00:00
nsRubyFrame.h Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +00:00
nsRubyTextContainerFrame.cpp Bug 1603354 - Treat empty ruby base/text container as if there is an empty inline element inside. r=dholbert 2020-01-28 09:32:04 +00:00
nsRubyTextContainerFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsRubyTextFrame.cpp Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsRubyTextFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsSplittableFrame.cpp Bug 1631941 - Add DEBUG-only mWritingMode to mozilla::LogicalSides. r=jfkthame 2020-04-22 23:52:08 +00:00
nsSplittableFrame.h Bug 1602407 - Update documents with wiki.m.o continuation model link added. r=dbaron 2019-12-12 23:57:11 +00:00
nsSubDocumentFrame.cpp Bug 1641246 - Remove nsDisplayResolution. r=botond 2020-05-27 22:17:09 +00:00
nsSubDocumentFrame.h Bug 1627398 Part 1 - Convert nsIFrame::List flags to EnumSet. r=heycam 2020-04-08 00:22:19 +00:00
nsTextFrame.cpp Bug 1647101 - Move SVGTextFrame SVGViewFrame SVGFEContainerFrame SVGFEImageFrame SVGFELeafFrame SVGFEUnstyledLeafFrame into the mozilla namespace r=dholbert 2020-06-23 22:59:34 +00:00
nsTextFrame.h Bug 1647101 - Move SVGTextFrame SVGViewFrame SVGFEContainerFrame SVGFEImageFrame SVGFELeafFrame SVGFEUnstyledLeafFrame into the mozilla namespace r=dholbert 2020-06-23 22:59:34 +00:00
nsTextFrameUtils.cpp Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
nsTextFrameUtils.h Bug 1598063 - Don't hide text styled with a pending user font when drawing canvas text, just draw with fallback instead. r=heycam 2019-12-03 21:14:52 +00:00
nsTextRunTransformations.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsTextRunTransformations.h Bug 1626570 - Improve handling of copying arrays in layout/generic/. r=jfkthame 2020-05-05 10:11:01 +00:00
nsVideoFrame.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsVideoFrame.h Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00
ReflowInput.cpp Bug 1646224 - Use mozilla::Length rather than nscoord to store font sizes. r=heycam,jfkthame 2020-06-22 09:45:40 +00:00
ReflowInput.h Bug 1607954 part 2 - [css-grid][css-align] Implement Masonry layout. r=dholbert 2020-04-28 01:18:47 +00:00
ReflowOutput.cpp
ReflowOutput.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
RubyUtils.cpp Bug 1613349 - Rename nsIFrame::DeleteProperty to RemoveProperty. r=dholbert 2020-02-06 16:06:49 +00:00
RubyUtils.h Bug 1557825 part 1 - Implement 'display:block ruby'. r=emilio 2019-08-14 14:38:31 +00:00
ScrollAnchorContainer.cpp Bug 1645764 - Turn ANCHOR_LOG into a MOZ_LOG. r=emilio 2020-06-15 12:38:27 +00:00
ScrollAnchorContainer.h Bug 1520581 - Allow to select scroll anchors inside nested scroll frames. r=dholbert 2020-04-13 20:58:14 +00:00
ScrollAnimationBezierPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationBezierPhysics.h
ScrollAnimationMSDPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationMSDPhysics.h
ScrollAnimationPhysics.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
ScrollbarActivity.cpp Bug 1640623 - Use enum classes for LookAndFeel int and float IDs. r=jmathies,geckoview-reviewers,esawin 2020-06-11 11:27:43 +00:00
ScrollbarActivity.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
ScrollbarPreferences.h Bug 1588791 - Make fission iframes honor and deal with the scrolling attribute. r=mattwoodrow 2020-01-13 11:30:44 +00:00
ScrollOrigin.h Bug 1643042 - Introduce an None scroll origin. r=tnikkel 2020-06-05 09:44:10 +00:00
ScrollSnap.cpp Backed out changeset 69fded25adc2 (bug 1602088) for causing several box-shadow reftest failures. 2020-01-30 13:23:10 +02:00
ScrollSnap.h Bug 1613192: Fix non-unified build bustage in layout/{base,generic} directories. r=TYLin 2020-02-04 19:34:51 +00:00
ScrollVelocityQueue.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in gfx. r=jrmuizel 2020-03-04 15:39:20 +00:00
ScrollVelocityQueue.h
StickyScrollContainer.cpp Bug 1633045 - Don't use the Print Preview viewport scroll frame as a scroll container for 'position:sticky' content. r=TYLin 2020-04-27 19:19:38 +00:00
StickyScrollContainer.h Bug 1308286. Consider sticky frames that are acting like fixed position frames when determining page scroll amount. r=botond 2019-10-09 23:51:05 +00:00
TextDrawTarget.h Bug 1622360 - Unwind super sketchy changes to glyph atlas code. r=jrmuizel 2020-04-01 13:40:00 +00:00
TextOverflow.cpp Bug 1554499 - Part 5: Remove index from nsDisplayTextOverflowMarker r=mattwoodrow 2020-05-11 16:56:28 +00:00
TextOverflow.h Bug 1553252 - Use cbindgen for text-overflow r=emilio 2019-05-24 04:48:46 +00:00
ViewportFrame.cpp Bug 1646385 - Ensure we recompute the visual viewport size when the root scrollframe's scrollbars get added or removed. r=tnikkel 2020-06-18 22:30:00 +00:00
ViewportFrame.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in layout. r=dholbert 2020-03-17 09:38:32 +00:00
Visibility.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
WBRFrame.cpp Bug 584141 Added WBR frame class implementing nsFrame and overriding thepeekOffset* methods. r=dbaron,Ehsan 2019-10-14 19:35:23 +00:00
WritingModes.h Bug 1607954 part 2 - [css-grid][css-align] Implement Masonry layout. r=dholbert 2020-04-28 01:18:47 +00:00