summaryrefslogtreecommitdiffstats
path: root/layout/generic/ReflowInput.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1641 - Implement CSS flow-root keywordathenian2002020-09-03-0/+1
| | | | This is just a clean port of 1322191 and follow-up 1325970. It really seems to add create a new way to access existing code relating to block formatting and floating elements rather than implementing new functionality, and it is mercifully straightforwards.
* Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store ↵Matt A. Tobin2020-04-17-2/+1
| | | | | | the placeholder on a frame property on the out-of-flow Tag #1375
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-18/+18
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Bug 958714 Remove obsolete assertion & commentjanekptacijarabaci2018-07-20-12/+1
| | | | + Used "mFrame->GetType()" instead of "mFrame->Type()"
* Bug 958714 Simplify percent-margin/padding resolution code to pass around a ↵janekptacijarabaci2018-07-20-35/+15
| | | | single length as the percent basis
* Bug 958714 Remove special case for flex & grid items' percent block-axis ↵janekptacijarabaci2018-07-20-7/+4
| | | | margin/padding resolution, to align with other browsers
* CSS - Grid - intristic content with overflow:auto overlaps in gridjanekptacijarabaci2018-03-12-0/+12
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3071