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

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

Issue 660503002: Revert of [DevTools] Inject element into toolbox window, do not load modules there. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/devtools/front_end/toolbox.json
diff --git a/Source/devtools/front_end/toolbox.json b/Source/devtools/front_end/toolbox.json
index 8e2b78329a1fd08c5ab60f45cd8bf328a8990023..60f90dc3a3702240c4753de4edf3de631e1be258 100644
--- a/Source/devtools/front_end/toolbox.json
+++ b/Source/devtools/front_end/toolbox.json
@@ -1,6 +1,10 @@
[
{
"name": "ui",
+ "type": "autostart"
+ },
+ {
+ "name": "sdk",
"type": "autostart"
},
{
@@ -12,6 +16,18 @@
"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/MediaQueryInspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698