gecko-dev/layout/generic
Daniel Holbert 693c08b645 Bug 1593060: When measuring size of XUL in CSS grid, use the GetXULPrefSize API instead of an explicit reflow. r=mats
Note that the GetXULPrefSize API might still do a "::BoxReflow" under the hood,
inside its call to RefreshSizeCache.

Also: we can't use GetLogicalUsedMargin() in this special case, because the
child may not have been reflowed (which is what populates the "used margin"
frame property).  So instead, we pull the margin off of the reflow state.
As noted in the code-comment alongside that call, this won't work with
percent margins, but hopefully we can just avoid those in our frontend code
that uses XUL-in-grid-items.

Also, this patch makes the grid call ReflowChild() on its grid items using
a loose guess at their position, rather than at position 0,0. This helps
popup frames figure out their size during reflow and size their children
properly.

Differential Revision: https://phabricator.services.mozilla.com/D54886

--HG--
extra : moz-landing-system : lando
2019-12-04 03:37:09 +00:00
..
crashtests Bug 1596310 - Clamp negative available size to zero and ensure page break frames don't apply margins. r=TYLin 2019-11-18 20:36:52 +00:00
test Bug 1579929: When a reflow is interrupted, don't purge flex item measurements until the next time they're needed in a later non-interrupted reflow. r=emilio 2019-11-18 06:49:06 +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 1559094 - Restore old behavior for background-size: cover + zero-sized background positioning area. r=dholbert 2019-06-23 10:08:16 +00:00
AutoCopyListener.h Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
BRFrame.cpp Bug 1578311: Don't prune a trailing HTML br child from the accessibility tree. r=eeejay 2019-09-05 23:41:36 +00:00
BlockReflowInput.cpp Bug 1168921 - Stop cloning block direction margins for box-decoration-break:clone. r=mats 2019-10-10 13:38:07 +00:00
BlockReflowInput.h Bug 1575377 - Remove BlockReflowInput::mHasUnconstrainedBSize, and update documents. r=dholbert 2019-08-21 19:53:08 +00:00
CSSAlignUtils.cpp Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
CSSAlignUtils.h Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
CSSOrderAwareFrameIterator.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CSSOrderAwareFrameIterator.h Bug 1575608 - Avoid some signed -> unsigned conversions for box-ordinal-group. r=dholbert 2019-08-21 18:35:31 +00:00
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 1494100 Part 1 - Create ColumnUtils, and extract utility functions in nsColumnSetFrame into it. r=dholbert 2019-05-08 22:49:31 +00:00
ColumnUtils.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
DetailsFrame.cpp Bug 1581537 - Avoid several browser language leaks r=smaug 2019-11-04 16:56:27 +00:00
DetailsFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
FrameChildList.cpp Bug 1515192 - Replace handcrafted FrameChildListIDs class with EnumSet. r=mats 2018-12-19 00:50:09 +00:00
FrameChildList.h Bug 1515192 - Replace handcrafted FrameChildListIDs class with EnumSet. r=mats 2018-12-19 00:50:09 +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 1576946 - Remove nsStackFrame platform code. r=mats 2019-11-12 19:50:19 +00:00
GenerateFrameLists.py Bug 1553731 - Part 3: Make nsIFrame::Is___Frame() avoid reading from memory. r=mats 2019-06-01 08:03:42 +00:00
JustificationUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MathMLTextRunFactory.cpp Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
MathMLTextRunFactory.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ReflowInput.cpp Bug 1578586: Don't let the "percentages-can-resolve-against-ancestor" quirk apply to percentages in flex/grid items. r=mats 2019-11-20 23:50:32 +00:00
ReflowInput.h Bug 1092007 followup: fix typo in code comment. rs=mats via review feedback 2019-09-13 21:53:18 +00:00
ReflowOutput.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ReflowOutput.h Bug 1547759 - Add a flag to allow FinishReflowChild to handle relative positioning, and convert the caller for which this makes sense. r=jfkthame 2019-08-05 11:56:05 +00:00
RubyUtils.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
RubyUtils.h Bug 1557825 part 1 - Implement 'display:block ruby'. r=emilio 2019-08-14 14:38:31 +00:00
ScrollAnchorContainer.cpp Bug 1592474 - Add some heuristics to disable scroll anchoring in pathological cases. r=dholbert 2019-10-31 09:25:08 +00:00
ScrollAnchorContainer.h Bug 1592474 - Add some heuristics to disable scroll anchoring in pathological cases. r=dholbert 2019-10-31 09:25:08 +00:00
ScrollAnimationBezierPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationBezierPhysics.h Bug 1517715 - Move nsSMILCSSProperty, nsSMILKeySpline and nsSMILParserUtils to the mozilla namespace r=bbirtles 2019-01-08 07:55:14 +00:00
ScrollAnimationMSDPhysics.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollAnimationMSDPhysics.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollAnimationPhysics.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollSnap.cpp Bug 1590639 part 1: Fix non-unified build issues in layout/generic. r=TYLin 2019-10-23 22:05:22 +00:00
ScrollSnap.h Bug 1526749 - Drop |aScrollPortSize| argument from ScrollSnapUtils::GetSnapPointForDestination. r=botond 2019-02-11 23:44:53 +00:00
ScrollVelocityQueue.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScrollVelocityQueue.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScrollbarActivity.cpp Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
ScrollbarActivity.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
StickyScrollContainer.cpp 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
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 1582231 - remove Moz2D dependency on Cairo glyph extents. r=jfkthame 2019-09-20 16:30:21 +00:00
TextOverflow.cpp Backed out 5 changesets (bug 1554499) for frequent crashes, at least on OS X (bug 1594381). a=backout 2019-11-06 14:29:12 +01:00
TextOverflow.h Bug 1553252 - Use cbindgen for text-overflow r=emilio 2019-05-24 04:48:46 +00:00
ViewportFrame.cpp Bug 1600476 : convert NS_STYLE_TOP_LAYER_* to an enum class in nsStyleConsts.h r=emilio 2019-12-01 13:05:55 +00:00
ViewportFrame.h Bug 1563649 - As with display list item and reflow for position:fixed elements, use the adjusted layout viewport size getComputedStyle() r=mstange 2019-09-05 01:15:05 +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 1596339 Part 3 - Implement operator<< for LogicalSize, and use it in frame tree dump. r=dholbert 2019-11-15 04:49:27 +00:00
broken-image.png
folder.png
frame-graph.py
jar.mn
loading-image.png
moz.build Bug 584141 Added WBR frame class implementing nsFrame and overriding thepeekOffset* methods. r=dbaron,Ehsan 2019-10-14 19:35:23 +00:00
nsAbsoluteContainingBlock.cpp Bug 1582019 Part 2 - Disable splitting absolute positioned multicol containers. r=dholbert 2019-10-14 23:32:35 +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 Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsBackdropFrame.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsBackdropFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsBlockDebugFlags.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBlockFrame.cpp Bug 1596310 - Clamp negative available size to zero and ensure page break frames don't apply margins. r=TYLin 2019-11-18 20:36:52 +00:00
nsBlockFrame.h Bug 1168921 - Stop cloning block direction margins for box-decoration-break:clone. r=mats 2019-10-10 13:38:07 +00:00
nsBlockReflowContext.cpp Bug 1596310 - Clamp negative available size to zero and ensure page break frames don't apply margins. r=TYLin 2019-11-18 20:36:52 +00:00
nsBlockReflowContext.h Bug 1543571 Part 1 - Replace "reflow state" with "reflow input". r=dholbert 2019-04-11 20:27:37 +00:00
nsBulletFrame.cpp Bug 1591546 Part 1 - Add WritingMode::IsBidiRTL(). r=jfkthame 2019-10-28 09:33:05 +00:00
nsBulletFrame.h Bug 1552719 - Make nsBulletFrame::Ordinal() O(1) again. r=mats 2019-05-21 17:30:42 +00:00
nsCanvasFrame.cpp Bug 1599606 - Don't interleave a non-scrolled canvas background color item and a fixed canvas background image with a scrolled background-color item. r=mattwoodrow 2019-11-28 01:14:03 +00:00
nsCanvasFrame.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsColumnSetFrame.cpp Bug 1585806 - Make SideBits an enum class, add casting where necessary. r=botond 2019-11-16 20:59:34 +00:00
nsColumnSetFrame.h Bug 1583639 Part 4 - Stop creating more columns in column-fill:auto mode if there's still block-size left in multicol container. r=dbaron 2019-09-25 23:36:41 +00:00
nsContainerFrame.cpp Bug 1600476 : convert NS_STYLE_TOP_LAYER_* to an enum class in nsStyleConsts.h r=emilio 2019-12-01 13:05:55 +00:00
nsContainerFrame.h Bug 1105868 part 4 - Accessibility support for inline list-items. r=emilio 2019-08-14 14:37:16 +00:00
nsDirection.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsFirstLetterFrame.cpp Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsFirstLetterFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsFlexContainerFrame.cpp Bug 1597348: When reflow is interrupted, purge flex items' cached measurements during the same traversal that we use to mark ancestor-chain as dirty. r=emilio 2019-11-18 19:19:42 +00:00
nsFlexContainerFrame.h Bug 1597177: Make flex containers check for interruptions a bit earlier (right after the measurement whose interruption they care about). r=emilio 2019-11-18 18:16:59 +00:00
nsFloatManager.cpp Bug 1582224 - Split SIDEWAYS bit in WritingMode. r=jfkthame,emilio 2019-09-19 02:37:14 +00:00
nsFloatManager.h Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium 2019-08-14 01:32:41 +00:00
nsFontInflationData.cpp Bug 1590639 part 1: Fix non-unified build issues in layout/generic. r=TYLin 2019-10-23 22:05:22 +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 Backed out changeset 6c09d8b07585 (bug 1596050) for reftest failures at layout/reftests/high-contrast/selection-001.html on a CLOSED TREE 2019-12-02 21:29:26 +02:00
nsFrame.h Bug 1590550 - Don't apply contain: paint inappropriately. r=mattwoodrow 2019-11-06 12:10:34 +00:00
nsFrameList.cpp Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio 2019-04-16 07:25:10 +00:00
nsFrameList.h Bug 1544343 - part 3: Make layout use mozilla::PresShell instead of nsIPresShell as far as possible r=emilio 2019-04-16 07:25:10 +00:00
nsFrameSelection.cpp Bug 1577058 - part 2: Make `nsFrameSelection::CommonPageMove()` handle `nsFrameSelection::ScrollSelectionIntoView()` too r=smaug 2019-10-28 10:03:37 +00:00
nsFrameSelection.h Bug 1577058 - part 2: Make `nsFrameSelection::CommonPageMove()` handle `nsFrameSelection::ScrollSelectionIntoView()` too r=smaug 2019-10-28 10:03:37 +00:00
nsFrameSetFrame.cpp Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
nsFrameSetFrame.h Bug 1534914 - Improve blocked cursor behavior to fall back to next image. r=smaug 2019-03-13 18:38:09 +00:00
nsFrameState.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsFrameState.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsFrameStateBits.h Bug 1597120 - Remove platform support for XUL mousethrough attribute. r=emilio 2019-11-22 13:15:28 +00:00
nsGfxScrollFrame.cpp Bug 1591799. In WheelHandlingUtils::CanScrollOn use scroll range related functions that are aware of the visual viewport of a scroll frame. r=botond 2019-12-02 22:30:24 +00:00
nsGfxScrollFrame.h Bug 1591799. In WheelHandlingUtils::CanScrollOn use scroll range related functions that are aware of the visual viewport of a scroll frame. r=botond 2019-12-02 22:30:24 +00:00
nsGridContainerFrame.cpp Bug 1593060: When measuring size of XUL in CSS grid, use the GetXULPrefSize API instead of an explicit reflow. r=mats 2019-12-04 03:37:09 +00:00
nsGridContainerFrame.h Bug 1234311 part 2 - [css-grid-2] Implement 'grid-template-rows/columns' resolved value correctly for subgrid. r=dholbert 2019-10-12 17:16:02 +00:00
nsHTMLCanvasFrame.cpp Bug 1599653 - Support CanvasContextType::ImageBitmap with WebRender r=nical 2019-11-28 16:50:43 +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 584141 Added WBR frame class implementing nsFrame and overriding thepeekOffset* methods. r=dbaron,Ehsan 2019-10-14 19:35:23 +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 1597160 - Remove nsChangeHint_UpdateWidgetProperties. r=mstange 2019-11-20 02:37:06 +00:00
nsIFrameInlines.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsILineIterator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIObjectFrame.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIScrollPositionListener.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIScrollableFrame.h Bug 1591799. In WheelHandlingUtils::CanScrollOn use scroll range related functions that are aware of the visual viewport of a scroll frame. r=botond 2019-12-02 22:30:24 +00:00
nsIStatefulFrame.h Bug 1553705 - Make GenerateStateKey() infallible. r=smaug 2019-07-01 07:20:04 +00:00
nsImageFrame.cpp Bug 1580491 - Use Element::HasNonEmptyAttr in various places; r=bzbarsky 2019-11-01 15:24:25 +00:00
nsImageFrame.h Bug 1589955 - Sync-decode images when intrinsic ratio between the old and new source changes. r=tnikkel 2019-10-23 12:22:06 +00:00
nsImageMap.cpp Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug 2019-06-08 21:26:12 +00:00
nsImageMap.h Bug 1540220 - Cleanup a bit the lazy style resolution APIs. r=heycam 2019-04-09 18:05:04 +00:00
nsInlineFrame.cpp Bug 1591546 Part 1 - Add WritingMode::IsBidiRTL(). r=jfkthame 2019-10-28 09:33:05 +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
nsLeafFrame.cpp Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsLeafFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsLineBox.cpp Bug 1596339 Part 6 - Use ToString() on nsPoint and nsSize in frame tree dump. r=dholbert 2019-11-15 03:59:28 +00:00
nsLineBox.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-21 14:13:44 +00:00
nsLineLayout.cpp Bug 1600483 : convert NS_STYLE_RUBY_ALIGN_* to an enum class in nsStyleConsts.h r=emilio 2019-12-01 13:08:49 +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 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +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 1547759 - Pass ReflowInput to FinishReflowChild in almost all cases. r=jfkthame 2019-08-05 11:52:19 +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 1598132 - Add GetPrevContinuationOrIBSplitSibling() and improve GetNextContinuationOrIBSplitSibling() in nsLayoutUtils. r=emilio 2019-11-20 22:31:31 +00:00
nsPlaceholderFrame.h Bug 1544343 - part 2: Make factory methods take mozilla::PresShell instead of nsIPresShell r=emilio 2019-04-16 07:24:49 +00:00
nsPluginFrame.cpp Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
nsPluginFrame.h Bug 1549751 - Part 2: Add nsPaintedDisplayItem r=mattwoodrow 2019-05-08 13:49:56 +00:00
nsQueryFrame.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsRubyBaseContainerFrame.cpp Bug 1565681 - Have ruby base container sized based on margin box of ruby bases. r=jfkthame 2019-09-02 10:09:30 +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 Bug 1523969 part 14 - Move method definition inline comments to new line in 'layout/'. r=dholbert 2019-02-25 16:09:24 -06:00
nsRubyContentFrame.h Bug 1525371 - Kill ComputedStyle::mPresContext, move the pointer to the frame instead. r=jwatt 2019-02-07 11:15:36 +01:00
nsRubyFrame.cpp Bug 1600482 : convert NS_STYLE_RUBY_POSITION_* to an enum class in nsStyleConsts.h r=emilio 2019-12-02 17:22:42 +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 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +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 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
nsSplittableFrame.h Bug 1569701 Part 1 - Make BlockReflowInput::mConsumedBSize a constant, and delete it assessor method. r=dbaron 2019-08-15 16:49:14 +00:00
nsSubDocumentFrame.cpp Bug 1448807 - Remove showWindowResizer from browser Custom Element r=NeilDeakin 2019-10-30 13:46:55 +00:00
nsSubDocumentFrame.h Bug 1553012 - Make PresShell::ScrollFrameRectIntoView work in fission world. r=mattwoodrow,nika,tnikkel 2019-07-09 05:34:27 +00:00
nsTextFrame.cpp Bug 1581715 - Ensure the fontgroup is refreshed before attempting to (re-)build textrun for a frame. r=jwatt 2019-11-29 21:29:15 +00:00
nsTextFrame.h Bug 371787 - Add support for letter-spacing and word-spacing in SVG text. r=jfkthame,longsonr 2019-11-20 04:10:36 +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 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
nsTextRunTransformations.h Bug 1548389 - part 5: Make `nsTextFrame` and related code treat masking password characters as text-transform r=jfkthame 2019-07-22 03:54:50 +00:00
nsVideoFrame.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
nsVideoFrame.h Bug 1547792 - AspectRatio should be a single ratio, not a size. r=dholbert 2019-05-02 23:28:21 +00:00