Bug 1040543 part 3 - Add Animation interface; r=bz
commit30c27e55730a238d52b1d5f8d79f86856b8d0954
authorBrian Birtles <birtles@gmail.com>
Sun, 10 Aug 2014 07:06:46 +0000 (10 17:06 +1000)
committerBrian Birtles <birtles@gmail.com>
Sun, 10 Aug 2014 07:06:46 +0000 (10 17:06 +1000)
tree6d22aa49b4cc03266b7d18a0893c6d8af059bc4b
parentd3002fb8dd0c7ccab1601e5e4fe30be3f9f1ff63
Bug 1040543 part 3 - Add Animation interface; r=bz

This patch adds the Animation interface and adds a 'source' attribute to
AnimationPlayer that refers to this class.
dom/animation/Animation.cpp [new file with mode: 0644]
dom/animation/Animation.h [new file with mode: 0644]
dom/animation/AnimationPlayer.h
dom/animation/moz.build
dom/tests/mochitest/general/test_interfaces.html
dom/webidl/Animation.webidl [copied from dom/webidl/AnimationPlayer.webidl with 67% similarity]
dom/webidl/AnimationPlayer.webidl
dom/webidl/moz.build