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

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

Issue 2694923002: DevTools: Changes Drawer (Closed)
Patch Set: Remove event listener on willHide 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
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "view",
5 "location": "drawer-view",
6 "id": "changes.changes",
7 "title": "Changes",
8 "persistence": "closable",
9 "className": "Changes.ChangesView"
10 },
11 {
12 "type": "@Common.Revealer",
13 "contextTypes": [
14 "Changes.UISourceCodeChange"
15 ],
16 "className": "Changes.UISourceCodeChangeRevealer"
17 }
18 ],
19 "dependencies": [
20 "sources"
21 ],
22 "scripts": [
23 "ChangesView.js"
24 ],
25 "resources": [
26 "changesView.css"
27 ]
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698