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

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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: finalize Created 3 years, 10 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
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "view",
5 "location": "drawer-view",
6 "id": "release-note",
7 "title": "What's New?",
luoe 2017/02/15 22:32:31 My personal preference is to not include the '?' q
8 "persistence": "closeable",
9 "order": 1,
10 "className": "Help.ReleaseNoteView",
11 "experiment": "releaseNote"
12 }
13 ],
14 "dependencies": [
15 "ui",
16 "host"
17 ],
18 "scripts": [
19 "ReleaseNote.js",
20 "ReleaseNoteText.js"
21 ],
22 "resources": [
23 "releaseNote.css"
24 ]
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698