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

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

Issue 2916743002: [DevTools] Introduce Common.List used as a backend for list controls (Closed)
Patch Set: Tests.js Created 3 years, 6 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 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "dom_extension", 4 "dom_extension",
5 "common", 5 "common",
6 "host" 6 "host"
7 ], 7 ],
8 "scripts": [ 8 "scripts": [
9 "Widget.js", 9 "Widget.js",
10 "View.js", 10 "View.js",
(...skipping 10 matching lines...) Expand all
21 "EmptyWidget.js", 21 "EmptyWidget.js",
22 "FilterBar.js", 22 "FilterBar.js",
23 "ForwardedInputEventHandler.js", 23 "ForwardedInputEventHandler.js",
24 "HistoryInput.js", 24 "HistoryInput.js",
25 "Icon.js", 25 "Icon.js",
26 "Infobar.js", 26 "Infobar.js",
27 "InplaceEditor.js", 27 "InplaceEditor.js",
28 "TextEditor.js", 28 "TextEditor.js",
29 "KeyboardShortcut.js", 29 "KeyboardShortcut.js",
30 "ListControl.js", 30 "ListControl.js",
31 "ListModel.js",
31 "ListWidget.js", 32 "ListWidget.js",
32 "Panel.js", 33 "Panel.js",
33 "Popover.js", 34 "Popover.js",
34 "ProgressIndicator.js", 35 "ProgressIndicator.js",
35 "ResizerWidget.js", 36 "ResizerWidget.js",
36 "ReportView.js", 37 "ReportView.js",
37 "RootView.js", 38 "RootView.js",
38 "SearchableView.js", 39 "SearchableView.js",
39 "SettingsUI.js", 40 "SettingsUI.js",
40 "SoftContextMenu.js", 41 "SoftContextMenu.js",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "splitWidget.css", 83 "splitWidget.css",
83 "toolbar.css", 84 "toolbar.css",
84 "suggestBox.css", 85 "suggestBox.css",
85 "tabbedPane.css", 86 "tabbedPane.css",
86 "textButton.css", 87 "textButton.css",
87 "textPrompt.css", 88 "textPrompt.css",
88 "tooltip.css", 89 "tooltip.css",
89 "treeoutline.css" 90 "treeoutline.css"
90 ] 91 ]
91 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698