gecko-dev/layout/generic
Ting-Yu Lin bb4a2c09d0 Bug 1674774 Part 3 - Move flex item's position when flex container has a vertical-rl writing-mode. r=mats
The flex container fragment's tentative block-size can be different from
its final size if there is any unbreakable child that has a block-size
larger than the available block-size. The two passed reftests are such
examples.

Differential Revision: https://phabricator.services.mozilla.com/D97522
2020-11-30 18:02:03 +00:00
..
crashtests Bug 1677518. Only use the draw result from the previous image if we are actually using the previous image. r=aosmond 2020-11-17 11:19:11 +00:00
test Bug 1675349: Update tests under layout/generic for the removal of plugins. r=jmathies 2020-11-18 15:59:12 +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.cpp Bug 1651776 - Move Compute{Inline|Block}SizeFromAspectRatio() into AspectRatio struct. r=TYLin 2020-11-20 22:38:36 +00:00
AspectRatio.h Bug 1651776 - Move Compute{Inline|Block}SizeFromAspectRatio() into AspectRatio struct. r=TYLin 2020-11-20 22:38:36 +00:00
AutoCopyListener.h Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
BRFrame.cpp Bug 1652017 - Remove unnecessary includes from nsIFrame.h. r=emilio 2020-07-15 13:48:35 +00:00
BlockReflowInput.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
BlockReflowInput.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
CSSAlignUtils.cpp Bug 1209710 - Use convenience methods to simplify CSSAlignUtils::AlignJustifySelf(). r=layout-reviewers,jfkthame 2020-11-04 11:12:50 +00:00
CSSAlignUtils.h Bug 1611583 - Use cbindgen for css-align types. r=dholbert 2020-01-31 00:56:49 +00:00
CSSOrderAwareFrameIterator.cpp Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
CSSOrderAwareFrameIterator.h Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
ColumnSetWrapperFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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
DetailsFrame.cpp Bug 1638928 Part 2 - Rename nsIFrame's GetChildLists() to ChildLists(). r=mats 2020-05-19 12:37:37 +00:00
DetailsFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
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 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
FrameClasses.py Bug 1525737 - Remove layout/xul/grid directory. r=emilio 2020-11-17 01:20:33 +00:00
GenerateFrameLists.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
JustificationUtils.h
LayoutMessageUtils.h Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
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
PrintedSheetFrame.cpp No bug - fix a comment typo (dispayed/displayed). 2020-11-30 12:22:27 +00:00
PrintedSheetFrame.h Bug 1652278 part 2: Flesh out PrintedSheetFrame implementation so that it serves as the container for nsPageFrame. r=TYLin 2020-08-05 03:28:32 +00:00
ReflowInput.cpp Bug 1651776 - aspect-ratio should be used for abspos when insets on the block axis are specified. r=TYLin 2020-11-20 22:46:05 +00:00
ReflowInput.h Bug 1651776 - aspect-ratio should be used for abspos when insets on the block axis are specified. r=TYLin 2020-11-20 22:46:05 +00:00
ReflowOutput.cpp Bug 1677642 - Add a wpt testing an empty box doesn't contribute to parent's scrollable overflow area. r=emilio 2020-11-20 01:13:05 +00:00
ReflowOutput.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +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 1663963 - Remove expired scroll anchor adjustment telemetry r=rhunt 2020-09-10 00:52:39 +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
ScrollOrigin.h Bug 1662013 - Make the scroll-behavior-element WPT test pass. r=tnikkel 2020-09-12 13:06:12 +00:00
ScrollPositionUpdate.cpp Bug 1662019 - Encapsulate the ScrollGeneration::New calls a bit more. r=tnikkel 2020-11-13 22:58:13 +00:00
ScrollPositionUpdate.h Bug 1662019 - Encapsulate the ScrollGeneration::New calls a bit more. r=tnikkel 2020-11-13 22:58:13 +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
ScrollbarActivity.cpp Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
ScrollbarActivity.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +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
StickyScrollContainer.cpp Bug 1637130 - Rename visual overflow to ink overflow. r=dbaron 2020-07-20 20:17:36 +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 1637130 - Rename visual overflow to ink overflow. r=dbaron 2020-07-20 20:17:36 +00:00
TextOverflow.h Bug 1637130 - Rename visual overflow to ink overflow. r=dbaron 2020-07-20 20:17:36 +00:00
ViewportFrame.cpp Bug 1679206 - Use nsPlaceholderFrame::GetRealFrameForPlaceholder in ViewportFrame.cpp r=emilio 2020-11-24 22:07:26 +00:00
ViewportFrame.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
Visibility.h
WBRFrame.cpp Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
WritingModes.h Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
broken-image.png
folder.png
frame-graph.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jar.mn
loading-image.png
moz.build Bug 1651776 - Move Compute{Inline|Block}SizeFromAspectRatio() into AspectRatio struct. r=TYLin 2020-11-20 22:38:36 +00:00
nsAbsoluteContainingBlock.cpp Bug 1678098 - Remove redundant writing mode conversion after calling ReflowOutput::Size(). r=mats 2020-11-19 00:29:45 +00:00
nsAbsoluteContainingBlock.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsAtomicContainerFrame.h Bug 1630704 - Part 27: Remove nsFrame from inheritance chain r=emilio 2020-07-06 22:29:42 +00:00
nsBackdropFrame.cpp Bug 1674931 Part 2 - Add WritingMode argument to SizeComputationInput::ComputedLogicalBorderPadding(), and adapt callers. r=jfkthame 2020-11-03 19:57:40 +00:00
nsBackdropFrame.h Bug 1168478 Part 1 - Combine the border and padding argument for nsIFrame::ComputeAutoSize(). r=dholbert 2020-09-14 20:39:17 +00:00
nsBlockDebugFlags.h
nsBlockFrame.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsBlockFrame.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsBlockReflowContext.cpp Bug 1675987 - No derogatory language: Remove references to "crazy" in layout module r=emilio,AlaskanEmily 2020-11-20 21:21:03 +00:00
nsBlockReflowContext.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsBulletFrame.cpp Bug 1674931 Part 2 - Add WritingMode argument to SizeComputationInput::ComputedLogicalBorderPadding(), and adapt callers. r=jfkthame 2020-11-03 19:57:40 +00:00
nsBulletFrame.h Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
nsCanvasFrame.cpp Bug 1669333 - Make the fragmentation fallback code use logical coordinates. r=jfkthame 2020-11-30 15:58:19 +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 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsColumnSetFrame.h Bug 1661874 Part 2 - Remove the support of ColumnSetFrame being an abs.pos container. r=heycam 2020-08-31 03:45:15 +00:00
nsContainerFrame.cpp Bug 1678098 - Remove redundant writing mode conversion after calling ReflowOutput::Size(). r=mats 2020-11-19 00:29:45 +00:00
nsContainerFrame.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsDirection.h
nsFirstLetterFrame.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsFirstLetterFrame.h Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsFlexContainerFrame.cpp Bug 1674774 Part 3 - Move flex item's position when flex container has a vertical-rl writing-mode. r=mats 2020-11-30 18:02:03 +00:00
nsFlexContainerFrame.h Bug 1674774 Part 2 - Fix the border-box size which is used to position flex container's children. r=mats 2020-11-30 18:03:09 +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 1647525 - Use HasAnyStateBits() in nsFontInflationData r=emilio 2020-06-27 13:16:49 +00:00
nsFontInflationData.h Bug 1647525 - Use HasAnyStateBits() in nsFontInflationData r=emilio 2020-06-27 13:16:49 +00:00
nsFrameList.cpp Bug 1652188 - Return struct from nsILineIterator::GetLine() r=emilio 2020-07-13 18:36:30 +00:00
nsFrameList.h Bug 1641085 Part 1 - Add move semantic to nsFrameList, and use it on SetOverflowFrames(). r=mats 2020-08-29 00:22:16 +00:00
nsFrameSelection.cpp Bug 1615296 - Part 3: Fix remaining MOZ_CAN_RUN_SCRIPT warnings r=emilio 2020-10-15 19:12:47 +00:00
nsFrameSelection.h Bug 1623918 - part 2: Mark `nsINode::GetSelectionRootContent()` and its root callers as `MOZ_CAN_RUN_SCRIPT` as far as possible r=smaug 2020-10-09 02:37:47 +00:00
nsFrameSetFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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 Bug 1659005 part 4: Check for page-range-skipped pages for tab-modal print preview, and group them as unpainted additional children on the nearest PrintedSheetFrame. r=TYLin 2020-08-29 00:58:14 +00:00
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 1596356 - Remove XUL absolute positioning attribute code. r=emilio 2020-11-04 18:35:34 +00:00
nsGfxScrollFrame.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsGfxScrollFrame.h Bug 1678334 - Make GetScrollTargetFrame() const. r=tnikkel 2020-11-19 22:46:33 +00:00
nsGridContainerFrame.cpp Bug 1675987 - No derogatory language: Remove references to "crazy" in layout module r=emilio,AlaskanEmily 2020-11-20 21:21:03 +00:00
nsGridContainerFrame.h Bug 1667594 - Avoid including nsLayoutUtils.h in nsContainerFrame.h. r=emilio 2020-09-26 18:19:14 +00:00
nsHTMLCanvasFrame.cpp Bug 1674931 Part 2 - Add WritingMode argument to SizeComputationInput::ComputedLogicalBorderPadding(), and adapt callers. r=jfkthame 2020-11-03 19:57:40 +00:00
nsHTMLCanvasFrame.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsHTMLParts.h Bug 1652278 part 1: Add stub implementation for new frame class "PrintedSheetFrame", to represent an individual printed sheet of paper. r=TYLin 2020-08-04 02:00:10 +00:00
nsIAnonymousContentCreator.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
nsIFrame.cpp Bug 1329241 - Add support for touch-action:pinch-zoom - update hittest_touchaction and nsIFrame r=kats 2020-11-24 16:15:57 +00:00
nsIFrame.h Bug 1676356 - Avoid including PresShell.h from header files. r=emilio 2020-11-23 16:08:23 +00:00
nsIFrameInlines.h Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
nsILineIterator.h Bug 1623764 - Part 3: Expose IsLineWrapped via LineInfo r=emilio 2020-09-09 23:45:29 +00:00
nsIObjectFrame.h
nsIScrollPositionListener.h
nsIScrollableFrame.h Bug 1678334 - Mark some functions as const. r=tnikkel 2020-11-19 22:44:42 +00:00
nsIStatefulFrame.h
nsImageFrame.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsImageFrame.h Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsImageMap.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsImageMap.h
nsInlineFrame.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsInlineFrame.h Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp Bug 1676356 - Avoid including PresShell.h from header files. r=emilio 2020-11-23 16:08:23 +00:00
nsLeafFrame.h Bug 1676356 - Avoid including PresShell.h from header files. r=emilio 2020-11-23 16:08:23 +00:00
nsLineBox.cpp Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsLineBox.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsLineLayout.cpp Bug 1675987 - No derogatory language: Remove references to "crazy" in layout module r=emilio,AlaskanEmily 2020-11-20 21:21:03 +00:00
nsLineLayout.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsPageContentFrame.cpp Bug 1678997 - [css-break] Only scrollable overflow should create new pages, not ink overflow. r=layout-reviewers,jfkthame 2020-11-30 15:58:19 +00:00
nsPageContentFrame.h Bug 1640197 - Part 4: Create more pages for vertical overflow r=dholbert,mats 2020-10-28 18:33:52 +00:00
nsPageFrame.cpp Bug 1678997 - [css-break] Only scrollable overflow should create new pages, not ink overflow. r=layout-reviewers,jfkthame 2020-11-30 15:58:19 +00:00
nsPageFrame.h Bug 1631452 part 2: Add the pages-per-sheet info to nsSharedPageData and use it to control the number of pages that end up on a PrintedSheetFrame. r=TYLin,mattwoodrow 2020-10-13 23:30:42 +00:00
nsPageSequenceFrame.cpp Bug 1669854 - Add a single pageRanges print setting. r=nordzilla 2020-11-07 16:01:57 +00:00
nsPageSequenceFrame.h Bug 1669854 - Add a single pageRanges print setting. r=nordzilla 2020-11-07 16:01:57 +00:00
nsPlaceholderFrame.cpp Bug 1673056 - Remove nsLayoutUtils::MIN_ISIZE and nsLayoutUtils::PREF_ISIZE. r=mats 2020-10-23 22:52:02 +00:00
nsPlaceholderFrame.h Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
nsPluginFrame.cpp Bug 1667081 - Part 1: Replace usage of nsIFocusManager with nsFocusManager; r=hsivonen 2020-09-29 07:21:09 +00:00
nsPluginFrame.h Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +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 1168478 Part 2 - Combine the border and padding arguments for nsIFrame::ComputeSize(). r=dholbert 2020-09-14 20:42:22 +00:00
nsRubyBaseContainerFrame.h Bug 1168478 Part 2 - Combine the border and padding arguments for nsIFrame::ComputeSize(). r=dholbert 2020-09-14 20:42:22 +00:00
nsRubyBaseFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsRubyBaseFrame.h
nsRubyContentFrame.cpp
nsRubyContentFrame.h
nsRubyFrame.cpp Bug 1678098 - Remove redundant writing mode conversion after calling ReflowOutput::Size(). r=mats 2020-11-19 00:29:45 +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 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsRubyTextContainerFrame.h Bug 1647525 - Use HasAnyStateBits() in remaining layout files r=emilio 2020-06-28 01:00:19 +00:00
nsRubyTextFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsRubyTextFrame.h Bug 1647525 - Use HasAnyStateBits() in remaining layout files r=emilio 2020-06-28 01:00:19 +00:00
nsSplittableFrame.cpp Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsSplittableFrame.h Backed out changeset b2da4b644dd9 (bug 1677917) for perma failures on break-at-end-container-edge-000.html. CLOSED TREE 2020-11-21 19:23:33 +02:00
nsSubDocumentFrame.cpp Bug 1676188 - Send position/size updates to remote print documents at paint time. r=mattwoodrow 2020-11-12 03:31:07 +00:00
nsSubDocumentFrame.h Bug 1676357 - Avoid including Layers.h in header files. r=botond 2020-11-23 16:09:05 +00:00
nsTextFrame.cpp Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsTextFrame.h Bug 1677635 Part 4 - Rename nsOverflowAreas to OverflowAreas, and move it into mozilla namespace. r=layout-reviewers,emilio 2020-11-18 00:08:12 +00:00
nsTextFrameUtils.cpp Bug 1657437 - Don't treat lone CRs as segment breaks. r=jfkthame 2020-08-08 16:21:35 +00:00
nsTextFrameUtils.h Bug 1655394 - Add a Dump Text Runs command to the Layout Debugger. r=TYLin,jfkthame 2020-07-29 22:31:19 +00:00
nsTextRunTransformations.cpp Bug 1665773 - Ensure CompressedGlyph::SetComplex() always clears the glyphCount to zero; let gfxShapedText::SetDetailedGlyphs() own the setting of this field. r=heycam 2020-09-30 21:16:44 +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 1675852 Part 2 - Define extra fallback intrinsic sizes in app units. r=emilio 2020-11-09 20:31:57 +00:00
nsVideoFrame.h Bug 1674863 Part 3 - Add GetIntrinsicSize() override for nsVideoFrame. r=emilio 2020-11-03 19:54:51 +00:00