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

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

Issue 1158133004: Devtools UX: Add elements toolbar with breadcrumbs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/settings/module.json
diff --git a/Source/devtools/front_end/settings/module.json b/Source/devtools/front_end/settings/module.json
index 6632676bc9b10022f6dd0ba49653c99ef8d41526..f31047dc97268da021e23a02351c2447f56d3506 100644
--- a/Source/devtools/front_end/settings/module.json
+++ b/Source/devtools/front_end/settings/module.json
@@ -19,6 +19,14 @@
"elementClass": "settings-toolbar-item"
},
{
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "actionId": "settings.show",
+ "location": "elements-toolbar",
+ "title": "Settings",
+ "order": 1,
+ "elementClass": "settings-toolbar-item"
+ },
+ {
"type": "@WebInspector.SettingUI",
"category": "Sources",
"className": "WebInspector.SettingsScreen.SkipStackFramePatternSettingUI"
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698