Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: Source/devtools/front_end/elements/module.json

Issue 1149373004: Devtools: Extensible toolbar in SSP (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index 6815cbd06c8c144eb48b9bd1dc1c17e508424cf0..a5ae9a2d63569303e348ca7f9ff31db4fdee4384 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -67,6 +67,24 @@
"settingName": "highlightDOMUpdates",
"settingType": "boolean",
"defaultValue": true
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.StylesSidebarPane.AddNewRuleButtonProvider",
+ "order": 0,
+ "location": "styles-sidebarpane-toolbar"
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.ElementStatePaneWidget.ButtonProvider",
+ "order": 1,
+ "location": "styles-sidebarpane-toolbar"
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.AnimationControlPane.ButtonProvider",
+ "order": 2,
+ "location": "styles-sidebarpane-toolbar"
}
],
"dependencies": [
@@ -76,7 +94,6 @@
"scripts": [
"BezierUI.js",
"AnimationTimeline.js",
- "AnimationControlPane.js",
"StylesPopoverHelper.js",
"BezierEditor.js",
"Spectrum.js",
@@ -93,6 +110,8 @@
"StylesSectionModel.js",
"StylesSidebarPane.js",
"ComputedStyleWidget.js",
+ "AnimationControlPane.js",
+ "ElementStatePaneWidget.js",
"ElementsPanel.js"
],
"resources": [
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698