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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2080893002: Close all sources command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove alert hi Created 4 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 | « third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index b67bab955116a31343635da1bd857778b0cfbbf1..a6c37c9fa5d666c89a83b7fa0f613bb3e73bc3e3 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -332,6 +332,13 @@
"persistence": "closeable",
"order": 1000,
"className": "WebInspector.SourcesPanel.WrapperView"
+ },
+ {
+ "type": "@WebInspector.ActionDelegate",
+ "category": "Sources",
+ "actionId": "sources.close-all",
+ "className": "WebInspector.SourcesView.CloseAllActionDelegate",
+ "title": "Close All"
}
],
"dependencies": [
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698