gecko-dev/layout/generic
Boris Chiou 361f923f82 Bug 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin
Based on the spec, if the aspect-ratio property value is:
1) auto: we should always use content-box dimensions.
2) <ratio>: the aspect-ratio works with box sizing dimensions.
3) auto && <ratio>: we use content-box dimensions in all cases.

So we need an extra flag to address that we should use box-sizing or
always use content-box dimensions while computing the size in
ratio-dependent axis.

This also updates some wpts for non-replaced elements because we should
use content-box if aspect-ratio is 'auto && <ratio>'.

Differential Revision: https://phabricator.services.mozilla.com/D100072
2020-12-23 22:42:55 +00:00
..
crashtests Bug 1682882 - Don't crash when trying to figure out the parent style of a node about to be reframed. r=heycam 2020-12-23 03:01:19 +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 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin 2020-12-23 22:42:55 +00:00
AspectRatio.h Bug 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin 2020-12-23 22:42:55 +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 Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00: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 Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02: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 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 Bug 1681623: Simplify pages-per-sheet data & logic to only store a single track count (either the row or column count), since the other one is implicit. r=TYLin 2020-12-10 00:58:43 +00:00
PrintedSheetFrame.h Bug 1670068 part 1: When printing in pages-per-sheet mode, be sure we don't place any of the pages into the sheet's "unwriteable margin" area. r=TYLin 2020-12-08 00:00:02 +00:00
ReflowInput.cpp Bug 1577530 - Cache theming values from nsTextControlFrame correctly. r=heycam 2020-12-16 21:23:17 +00:00
ReflowInput.h Bug 1681849 Part 5 - Revise comments in ReflowInput.h. r=emilio 2020-12-12 22:13:43 +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 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +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 1679819 Part 2 - Compute abs-pos elements' available block-size, and pass it to ReflowInput's constructor. r=layout-reviewers,emilio 2020-12-01 05:56:47 +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 2 changesets (bug 1680406, bug 1663222) for causing mochitest failures. CLOSED TREE 2020-12-15 06:22:49 +02:00
nsBlockFrame.h Bug 1679931 Part 1 - Remove unused nsReflowStatus parameter in nsBlockFrame::ReflowPushedFloats(). r=emilio 2020-12-03 00:24:56 +00:00
nsBlockReflowContext.cpp Bug 1663232 - Don't delete a child's next-in-flow if it's going to be reflow again due to clearance. r=emilio 2020-12-07 12:45:38 +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 1680964 - Don't push all child frames, just 'kidFrame'. r=TYLin 2020-12-08 14:02:11 +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 1680406 - Allow a prev-in-flow to have an ExcessOverflowContainers list and merge it to our OverflowContainers as needed. r=TYLin CLOSED TREE 2020-12-14 19:40:04 +00:00
nsContainerFrame.h Bug 1680406 - Allow a prev-in-flow to have an ExcessOverflowContainers list and merge it to our OverflowContainers as needed. r=TYLin CLOSED TREE 2020-12-14 19:40:04 +00:00
nsDirection.h
nsFirstLetterFrame.cpp Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00:00
nsFirstLetterFrame.h Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00:00
nsFlexContainerFrame.cpp Bug 1585485 Part 3 - Use zero percentage basis to compute specified size suggestion for compressible flex items. r=dholbert 2020-12-18 18:59:47 +00:00
nsFlexContainerFrame.h Bug 1585485 Part 1 - Remove StyleSize, StyleMaxSize, and StyleFlexBasis typedefs in classes. r=dholbert 2020-12-16 23:44:06 +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 1676785 - Simplify XUL special code-path for <input> value setter. r=masayuki 2020-12-02 12:48:41 +00:00
nsFrameSelection.h Bug 1676785 - Simplify XUL special code-path for <input> value setter. r=masayuki 2020-12-02 12:48:41 +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 1667202 - Allow scroll metadata creation even for APZ-disabled scrollframes. r=botond 2020-12-14 16:27:06 +00:00
nsGfxScrollFrame.h Bug 1678334 - Make GetScrollTargetFrame() const. r=tnikkel 2020-11-19 22:46:33 +00:00
nsGridContainerFrame.cpp Bug 1638860 - Inhibit subgridding for abs.pos. subgrids that doesn't span a parent track. r=dholbert 2020-12-03 22:03:05 +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 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin 2020-12-23 22:42:55 +00:00
nsIFrame.h Bug 1585485 Part 2 - Move IsReplacedBoxResolvedAgainstZero() into nsIFrame, and rename it. r=dholbert 2020-12-17 20:01:58 +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 Bug 1553705 - Make GenerateStateKey() infallible. r=smaug 2019-07-01 07:20:04 +00:00
nsImageFrame.cpp Bug 1683424 - Add UseBoxSizing for AspectRatio class, and fix non-replaced element usage. r=TYLin 2020-12-23 22:42:55 +00:00
nsImageFrame.h Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00: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 Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00:00
nsInlineFrame.h Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00: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 1655856 - Make nsPageContentFrame include its own border-box in its reported overflow-areas. r=emilio 2020-12-06 14:52:44 +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 1684093: Use the correct left/right side components, in print-preview margin-guide drawing code. r=jfkthame 2020-12-23 20:17:51 +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 1681623: Simplify pages-per-sheet data & logic to only store a single track count (either the row or column count), since the other one is implicit. r=TYLin 2020-12-10 00:58:43 +00:00
nsPageSequenceFrame.h Bug 1681623: Simplify pages-per-sheet data & logic to only store a single track count (either the row or column count), since the other one is implicit. r=TYLin 2020-12-10 00:58:43 +00:00
nsPlaceholderFrame.cpp Bug 1682882 - Don't crash when trying to figure out the parent style of a node about to be reframed. r=heycam 2020-12-23 03:01:19 +00:00
nsPlaceholderFrame.h Bug 1630704 - Part 28: Remove nsFrame r=emilio 2020-07-06 22:38:11 +00:00
nsPluginFrame.cpp Bug 1680167 - Part 7: MOZ_CAN_RUN_SCRIPT_BOUNDARY in layout r=masayuki 2020-12-03 21:36:41 +00:00
nsPluginFrame.h Bug 1680167 - Part 7: MOZ_CAN_RUN_SCRIPT_BOUNDARY in layout r=masayuki 2020-12-03 21:36:41 +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 Bug 1677917 - Change BlockReflowInput's skipsides setup to be sane. r=mats,TYLin 2020-11-30 17:49:04 +00:00
nsSplittableFrame.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-12-07 10:17:57 +00:00
nsSubDocumentFrame.cpp Bug 1668106 - Store subdocument intrinsic size and ratio on content rather than frame. r=dholbert 2020-12-10 21:34:38 +00:00
nsSubDocumentFrame.h Bug 1668106 - Store subdocument intrinsic size and ratio on content rather than frame. r=dholbert 2020-12-10 21:34:38 +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