summaryrefslogtreecommitdiffstats
path: root/layout/style/nsCSSProps.h
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.Moonchild2021-01-06-0/+1
| | | | | This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
* Issue #1647 - Part 2: Implement VARIANT_OPACITY to correctly serialize.athenian2002020-09-17-0/+1
| | | | Even though percentages are already treated as floats internally by the style system for computation purposes, you have to go out of your way to stop them from being read back out as percentages. What I do here amounts to storing the percentage token in the "wrong" container, the one normally used for floats. This allows a value that was read in as a percentage to be read back out as something else, which is normally prevented by the design of the style system.
* Issue #80 - De-unify layout/styleMoonchild2020-04-30-2/+2
|
* issue #908 - implement missing parts of CSS maskyami2019-02-02-0/+3
|
* moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+895