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

Side by Side Diff: Source/devtools/front_end/promises/module.json

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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": "drawer-view", 4 "type": "drawer-view",
5 "name": "promises", 5 "name": "promises",
6 "title": "Promises", 6 "title": "Promises",
7 "order": "30", 7 "order": "30",
8 "className": "WebInspector.PromisesPanel" 8 "className": "WebInspector.PromisePane"
9 } 9 }
10 ], 10 ],
11 "dependencies": [ 11 "dependencies": [
12 "bindings", 12 "bindings",
13 "ui" 13 "ui"
14 ], 14 ],
15 "scripts": [ 15 "scripts": [
16 "PromisesPanel.js" 16 "PromisePane.js"
17 ] 17 ]
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698