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

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: make test platform independent 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?",
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 "Help.js",
20 "ReleaseNote.js",
21 "ReleaseNoteText.js"
22 ],
23 "resources": [
24 "releaseNote.css"
25 ]
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698