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

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

Issue 2766903002: DevTools: make what's new look nice. (Closed)
Patch Set: image added 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": "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 } 11 }
12 ], 12 ],
13 "dependencies": [ 13 "dependencies": [
14 "ui", 14 "ui",
15 "host" 15 "host"
16 ], 16 ],
17 "scripts": [ 17 "scripts": [
18 "Help.js", 18 "Help.js",
19 "ReleaseNote.js", 19 "ReleaseNoteView.js",
20 "ReleaseNoteText.js" 20 "ReleaseNoteText.js"
21 ], 21 ],
22 "resources": [ 22 "resources": [
23 "releaseNote.css" 23 "releaseNote.css"
24 ] 24 ]
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698