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

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

Issue 2749423003: DevTools: launch What's New from experiments (Closed)
Patch Set: patched Created 3 years, 8 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": "view", 4 "type": "view",
5 "location": "drawer-view", 5 "location": "drawer-view",
6 "id": "release-note", 6 "id": "release-note",
7 "title": "What's New?", 7 "title": "What's New?",
8 "persistence": "closeable", 8 "persistence": "closeable",
9 "order": 1, 9 "order": 1,
10 "className": "Help.ReleaseNoteView", 10 "className": "Help.ReleaseNoteView"
11 "experiment": "releaseNote"
12 } 11 }
13 ], 12 ],
14 "dependencies": [ 13 "dependencies": [
15 "ui", 14 "ui",
16 "host" 15 "host"
17 ], 16 ],
18 "scripts": [ 17 "scripts": [
19 "Help.js", 18 "Help.js",
20 "ReleaseNoteView.js", 19 "ReleaseNoteView.js",
21 "ReleaseNoteText.js" 20 "ReleaseNoteText.js"
22 ], 21 ],
23 "resources": [ 22 "resources": [
24 "releaseNote.css" 23 "releaseNote.css"
25 ] 24 ]
26 } 25 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/help/Help.js ('k') | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698