summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/CSSEditUtils.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1621 - Part 1: CSSEditUtils should use atom for CSS property if possible.Gaming4JC2020-08-07-120/+139
| | | | | | There is a lot of string compare when using CSS property name. We should use nsGkAtoms instead. Ref: Bug 1323138
* Issue #1219 - Align computed DOM styles with mainstream behvior.wolfbeast2019-12-20-4/+1
| | | | | | | | | 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
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1422