summaryrefslogtreecommitdiffstats
path: root/dom/animation
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
|
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23-1/+0
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-35/+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 #1224 - Remove constant expressions from /domMoonchild2020-09-17-4/+2
| | | | | This excludes DOMProxy handlers in dom bindings because that's intertwined with codegen and js that needs to be handled together.
* Fix typo in dom/animation/CSSPseudoElement.cppMatt A. Tobin2020-04-19-1/+1
| | | | Linux filesystems tend to be case sensitive
* Issue #80 - De-unify dom/animationwolfbeast2020-04-18-2/+15
| | | | | | KeyFrameEffect and KeyFrameEffectReadOnly are still built unified as buddies because they have some complex interdependency that couldn't easily be resolved without linking failures.
* Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyleMatt A. Tobin2020-04-17-22/+12
| | | | | | | | | * Add a node property to access the ::before and ::after pseudo-elements * Look for the frame for ::before and ::after pseudos * Clean up pseudo-element props * Simplify nsLayoutUtils callers, and make child iterators notice display: contents pseudos Tag #1375
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-2/+0
|
* Use a temporary in Animation::Tick()wolfbeast2018-05-15-2/+4
|
* Bug 1264125: Fire transitioncancel event when a transition is canceled ↵janekptacijarabaci2018-03-14-284/+612
| | | | | | (added tests + style clean up) Issue #55
* Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added ↵janekptacijarabaci2018-03-14-0/+446
| | | | | | tests) Issue #55
* moebius#89: DOM - implement animationcancel eventjanekptacijarabaci2018-03-14-4/+13
| | | | Issue #55
* Bug 1264125: Queue CSS related event when setting null target effectjanekptacijarabaci2018-03-14-2/+4
| | | | Issue #55
* Bug 1264125: Call the queueing events when canceling transition via Style or ↵janekptacijarabaci2018-03-14-0/+33
| | | | | | Script Issue #55
* Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵janekptacijarabaci2018-03-14-0/+2
| | | | | | on Aurora 52 Issue #55
* Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵janekptacijarabaci2018-03-14-10/+10
| | | | | | | | | part 1 (in the description) Issue #55 part 1 - Add transitioncancel event handler part 2 - Add ontransitioncancel EventHandler to WebIDL part 3 - Add member of active time to ComputedTiming
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+26146