gecko-dev/browser/devtools/animationinspector
Patrick Brosset 92856897c5 Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins
This adds a generic walker method that cna be used to retrieve AnimationPlayerActor's
target DOM nodes in a way that they can be highlighted/selected later in the inspector.
Making the AnimationPlayerActor return the nodeActor directly wouldn't fully work, as
the walker would have missed the missing parent nodeFronts updates.
On the UI, this adds a new component in each PlayerWidget that displays a preview of the
target DOM nodes, highlight them on hover, and select them on click.

--HG--
extra : rebase_source : dfbf459d9de14233f125d028cf81f6b934941ea2
2015-05-04 13:55:51 +02:00
..
test Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins 2015-05-04 13:55:51 +02:00
animation-controller.js Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins 2015-05-04 13:55:51 +02:00
animation-inspector.xhtml Bug 1144615 - 1 - Minor css fixes in animation panel; r=bgrins 2015-04-03 11:24:30 +02:00
animation-panel.js Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins 2015-05-04 13:55:51 +02:00
components.js Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins 2015-05-04 13:55:51 +02:00
moz.build Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins 2015-05-04 13:55:51 +02:00