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

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

Issue 2773023004: DevTools: polish what's new - add date to title (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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" 11 "experiment": "releaseNote"
12 } 12 }
13 ], 13 ],
14 "dependencies": [ 14 "dependencies": [
15 "ui", 15 "ui",
16 "host" 16 "host"
17 ], 17 ],
18 "scripts": [ 18 "scripts": [
19 "Help.js", 19 "Help.js",
20 "ReleaseNoteView.js", 20 "ReleaseNoteView.js",
21 "ReleaseNoteText.js" 21 "ReleaseNoteText.js"
22 ], 22 ],
23 "resources": [ 23 "resources": [
24 "releaseNote.css" 24 "releaseNote.css"
25 ] 25 ]
26 } 26 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698