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

Unified Diff: Source/devtools/front_end/toolbox.json

Issue 653613002: [DevTools] Inject element into toolbox window, do not load modules there. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 2 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/main/AdvancedApp.js ('k') | Source/devtools/front_end/toolbox/ToolboxDelegate.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/toolbox.json
diff --git a/Source/devtools/front_end/toolbox.json b/Source/devtools/front_end/toolbox.json
index 60f90dc3a3702240c4753de4edf3de631e1be258..8e2b78329a1fd08c5ab60f45cd8bf328a8990023 100644
--- a/Source/devtools/front_end/toolbox.json
+++ b/Source/devtools/front_end/toolbox.json
@@ -4,10 +4,6 @@
"type": "autostart"
},
{
- "name": "sdk",
- "type": "autostart"
- },
- {
"name": "host",
"type": "autostart"
},
@@ -16,18 +12,6 @@
"type": "autostart"
},
{
- "name": "toolbox",
- "type": "autostart"
- },
- {
- "name": "bindings",
- "type": "autostart"
- },
- {
- "name": "workspace",
- "type": "autostart"
- },
- {
"name": "toolbox_bootstrap",
"type": "autostart"
}
« no previous file with comments | « Source/devtools/front_end/main/AdvancedApp.js ('k') | Source/devtools/front_end/toolbox/ToolboxDelegate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698