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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

Issue 2864263002: [DevTools] Expose TCP targets config in frontend, use it for Node (Closed)
Patch Set: panel Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Common.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "Main.SimpleAppProvider", 5 "className": "Main.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@UI.ContextMenu.Provider", 9 "type": "@UI.ContextMenu.Provider",
10 "contextTypes": [ 10 "contextTypes": [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "subMenuId": "mainMenuHelp", 360 "subMenuId": "mainMenuHelp",
361 "order": 30 361 "order": 30
362 }, 362 },
363 { 363 {
364 "type": "view", 364 "type": "view",
365 "location": "drawer-view", 365 "location": "drawer-view",
366 "id": "rendering", 366 "id": "rendering",
367 "title": "Rendering", 367 "title": "Rendering",
368 "persistence": "closeable", 368 "persistence": "closeable",
369 "order": 50, 369 "order": 50,
370 "condition": "!v8only",
370 "className": "Main.RenderingOptionsView" 371 "className": "Main.RenderingOptionsView"
371 }, 372 },
372 { 373 {
373 "type": "setting", 374 "type": "setting",
374 "category": "DevTools", 375 "category": "DevTools",
375 "settingName": "currentDockState", 376 "settingName": "currentDockState",
376 "settingType": "enum", 377 "settingType": "enum",
377 "defaultValue": "right", 378 "defaultValue": "right",
378 "options": [ 379 "options": [
379 { 380 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "ExecutionContextSelector.js", 436 "ExecutionContextSelector.js",
436 "Main.js" 437 "Main.js"
437 ], 438 ],
438 "resources": [ 439 "resources": [
439 "errorWarningCounter.css", 440 "errorWarningCounter.css",
440 "remoteDebuggingTerminatedScreen.css", 441 "remoteDebuggingTerminatedScreen.css",
441 "renderingOptions.css", 442 "renderingOptions.css",
442 "targetCrashedScreen.css" 443 "targetCrashedScreen.css"
443 ] 444 ]
444 } 445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698