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

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

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify override dropdown to apply to console completions & transpile Created 5 years, 4 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/inspector.json
diff --git a/Source/devtools/front_end/inspector.json b/Source/devtools/front_end/inspector.json
index 57270ec424343b3775e7611ab84445fac317c12d..24b09bea6b09499c6add7939155fce6b52e4b994 100644
--- a/Source/devtools/front_end/inspector.json
+++ b/Source/devtools/front_end/inspector.json
@@ -1,6 +1,7 @@
[
{ "name": "platform", "type": "autostart" },
{ "name": "main", "type": "autostart" },
+ { "name": "languages", "type": "autostart" },
pfeldman 2015/08/13 21:15:46 This should not be autostart - extensions module w
wes 2015/08/14 01:13:32 If "components" or "extensions" module has a real
pfeldman 2015/08/17 21:15:51 If languages has API and compact implementation, i
{ "name": "components", "type": "autostart" },
{ "name": "ui", "type": "autostart" },
{ "name": "sdk", "type": "autostart" },

Powered by Google App Engine
This is Rietveld 408576698