Bug 1105825 - 4 - Adds a simple animation inspector panel to the inspector sidebar; r=bgrins r=vporof

This commit is contained in:
Patrick Brosset
2015-01-10 19:51:46 +01:00
parent 75e16b1524
commit 2aab49fd92
33 changed files with 1745 additions and 2 deletions

View File

@@ -341,6 +341,12 @@ InspectorPanel.prototype = {
"chrome://browser/content/devtools/layoutview/view.xhtml",
"layoutview" == defaultTab);
if (this.target.form.animationsActor) {
this.sidebar.addTab("animationinspector",
"chrome://browser/content/devtools/animationinspector/animation-inspector.xhtml",
"animationinspector" == defaultTab);
}
let ruleViewTab = this.sidebar.getTab("ruleview");
this.sidebar.show();