Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix a whitespace issue in nsComputedDOMStyle.cpp | wolfbeast | 2020-04-14 | -3/+3 |
| | ||||
* | [CSS] Add stub for font-variation-settings | wolfbeast | 2020-04-14 | -0/+10 |
| | | | | | | | | | | | | This stub is added because websites insist on considering this very hardware-dependent and O.S.-variable low-level font-control as a "critical feature" which it isn't as there is 0 guarantee that font variation settings are supported or honored by any operating system used by the client. On top this is a WD status feature that sites shouldn't be using, and the feature itself is strongly discouraged for use in favor of standard CSS font manipulation keywords like `font-weight`. | |||
* | Issue #1219 - Align computed DOM styles with mainstream behvior. | wolfbeast | 2019-12-20 | -31/+36 |
| | | | | | | | | | This updates our behavior for computed DOM styling to no longer return null on elements that have no display, but return a 0-length (empty) style instead and don't throw. For this we stop looking at having a presentation for the style and just look at the document instead. This resolves #1219 | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-02-03 | -31/+29 |
|\ | ||||
| * | issue #908 - implement missing parts of CSS mask | yami | 2019-02-02 | -31/+29 |
| | | ||||
* | | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -1/+0 |
|/ | ||||
* | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -0/+10 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6698 |