summaryrefslogtreecommitdiff
path: root/layout/generic/nsLineLayout.cpp
Commit message (Collapse)AuthorAge
* Issue #1916 - Part 1: Convert flags passed to ReflowChild, ↵Job Bautista2022-06-17
| | | | | | FinishReflowChild, etc into an enum class. Backported from Mozilla bug 1571250.
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-07-31
| | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1547792 Aspect Ratio handling simplified by using floating point integers: - Multiplication of value (or inverse value) to a known side for Scaling - No unequal equal values such as "4/3" vs "8/6" vs "20/15" - Truly "Empty" aspect ratios, even if one dimension is not 0
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02