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

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

Issue 2721233003: DevTools: create help sub-menu (Closed)
Patch Set: Created 3 years, 9 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "className": "Main.ShowMetricsRulersSettingUI" 366 "className": "Main.ShowMetricsRulersSettingUI"
367 }, 367 },
368 { 368 {
369 "type": "context-menu-item", 369 "type": "context-menu-item",
370 "location": "mainMenu/navigate", 370 "location": "mainMenu/navigate",
371 "title": "More tools", 371 "title": "More tools",
372 "subMenuId": "mainMenuMoreTools", 372 "subMenuId": "mainMenuMoreTools",
373 "order": 80 373 "order": 80
374 }, 374 },
375 { 375 {
376 "type": "context-menu-item",
377 "location": "mainMenu/footer",
378 "title": "Help",
379 "subMenuId": "mainMenuHelp",
380 "order": 30
381 },
382 {
376 "type": "view", 383 "type": "view",
377 "location": "drawer-view", 384 "location": "drawer-view",
378 "id": "rendering", 385 "id": "rendering",
379 "title": "Rendering", 386 "title": "Rendering",
380 "persistence": "closeable", 387 "persistence": "closeable",
381 "order": 50, 388 "order": 50,
382 "className": "Main.RenderingOptionsView" 389 "className": "Main.RenderingOptionsView"
383 }, 390 },
384 { 391 {
385 "type": "setting", 392 "type": "setting",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "ExecutionContextSelector.js", 446 "ExecutionContextSelector.js",
440 "Main.js" 447 "Main.js"
441 ], 448 ],
442 "resources": [ 449 "resources": [
443 "errorWarningCounter.css", 450 "errorWarningCounter.css",
444 "remoteDebuggingTerminatedScreen.css", 451 "remoteDebuggingTerminatedScreen.css",
445 "renderingOptions.css", 452 "renderingOptions.css",
446 "targetCrashedScreen.css" 453 "targetCrashedScreen.css"
447 ] 454 ]
448 } 455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698