| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This reverts Bug 968923 - Implement some equivalent of Chrome's use counters (on top of telemetry?)
For reference: https://bugzilla.mozilla.org/show_bug.cgi?id=968923
|
|
|
|
| |
Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1105111
|
|
|
|
|
| |
This should be all parts needed to add a brand new enum keyword including
getting the computed style from it...
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|