Bug 1105825 - 4 - Adds a simple animation inspector panel to the inspector sidebar; r=bgrins r=vporof
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user