summaryrefslogtreecommitdiffstats
path: root/layout/base/nsCSSRendering.cpp
Commit message (Collapse)AuthorAgeLines
* 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