summaryrefslogtreecommitdiffstats
path: root/layout/base/nsCSSRendering.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1619 - Missing Dimension ComputationAndy2020-07-31-0/+10
| | | | | This existed in Firefox before this bug. I don't know if it came from a previous bug or was removed post-fork.
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-07-31-32/+46
| | | | | | | | | 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
* Issue #1545 - Fix border-radius on table row groups, rows, column groups, or ↵win7-72020-05-12-2/+9
| | | | | | | | | | columns Before issue #146, border-radius on row groups, rows, column groups, or columns don't apply to the background of each cell, yet the border-radius on the cell itself does. After issue #146, the behaviors changed. In this patch, I tried to revert the behaviors of border-radius on table row groups, rows, column groups, or columns back to what happened before issue #146. Also: Don't override GetBorderRadii in nsBCTableCellFrame.
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-5/+5
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* issue #908 - implement missing parts of CSS maskyami2019-02-02-44/+171
|
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-1/+0
|
* CSS gradients: add a special case for transparent stops.wolfbeast2018-02-02-0/+38
| | | | | | | This causes transparent stops to behave like "true transparent" instead of "transparent black", even in RGBA space. i.e.: the gradient will transition to a transparent version of the color adjacent to the transparent color stop (on either side if not on the edge).
* CSS: Stop using premultiplied color space for gradients.wolfbeast2018-02-02-84/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6138