Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1545 - Fix border-radius on table row groups, rows, column groups, or ↵ | win7-7 | 2020-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 hashtable | win7-7 | 2019-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 mask | yami | 2019-02-02 | -44/+171 |
| | ||||
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 | -1/+0 |
| | ||||
* | CSS gradients: add a special case for transparent stops. | wolfbeast | 2018-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. | wolfbeast | 2018-02-02 | -84/+4 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6138 |