summaryrefslogtreecommitdiffstats
path: root/dom/smil
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵athenian2002020-10-18-64/+0
|\ | | | | | | caret_color
| * Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
| |
| * Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23-8/+0
| | | | | | | | Another S&R run with some smarter matching.
| * Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-55/+0
| | | | | | | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* | Issue #1668 - Part 2: Visited color and auto support for caret-color property.athenian2002020-10-18-0/+1
|/ | | | Mozilla's original implementation of this failed a couple of tests, but this seems to solve all the problems. Basically, the caret-color wasn't able to be set differently based on whether a link was visited, and the auto value implementation was incomplete. The only test we fail now is the one where you have grey text on a grey background and the caret is supposed to be visible, but I think that may have been removed from the spec. Even if it wasn't, no other browser supports it anyway.
* Issue #1224 - Remove constant expressions from /domMoonchild2020-09-17-7/+8
| | | | | This excludes DOMProxy handlers in dom bindings because that's intertwined with codegen and js that needs to be handled together.
* Issue #1517 - Remove dom.event.highrestimestamp.enabled prefMoonchild2020-05-04-8/+4
| | | | This resolves #1517
* Issue #80 - De-unify dom/smilMoonchild2020-04-23-1/+10
|
* Issue #1219 - Align computed DOM styles with mainstream behvior.wolfbeast2019-12-20-7/+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
* Check child container count in NotifyRefreshDriverCreated.Brian Birtles2019-03-22-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+22557