summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStyle.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 #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-18-0/+1
| | | | | | This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
* Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]Matt A. Tobin2020-04-17-0/+6
| | | | Tag #1375
* [CSS] Add stub for font-variation-settingswolfbeast2020-02-11-0/+1
| | | | | | | | | | | | 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.wolfbeast2019-12-20-6/+6
| | | | | | | | | 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
* issue #908 - implement missing parts of CSS maskyami2019-02-02-10/+2
|
* moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+749