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

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

Issue 1397403003: [DevTools] Remove HelpScreen, turn SettingsScreen into dialog and web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screens
Patch Set: rebased Created 5 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host" 5 "host"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "Widget.js", 8 "Widget.js",
9 "treeoutline.js", 9 "treeoutline.js",
10 "ActionRegistry.js", 10 "ActionRegistry.js",
11 "ShortcutRegistry.js", 11 "ShortcutRegistry.js",
12 "ColorSwatch.js", 12 "ColorSwatch.js",
13 "Context.js", 13 "Context.js",
14 "ContextMenu.js", 14 "ContextMenu.js",
15 "Dialog.js", 15 "Dialog.js",
16 "DOMSyntaxHighlighter.js", 16 "DOMSyntaxHighlighter.js",
17 "DropDownMenu.js", 17 "DropDownMenu.js",
18 "DropTarget.js", 18 "DropTarget.js",
19 "EmptyWidget.js", 19 "EmptyWidget.js",
20 "FilterBar.js", 20 "FilterBar.js",
21 "ForwardedInputEventHandler.js", 21 "ForwardedInputEventHandler.js",
22 "HelpScreen.js",
23 "HistoryInput.js", 22 "HistoryInput.js",
24 "Infobar.js", 23 "Infobar.js",
25 "InplaceEditor.js", 24 "InplaceEditor.js",
26 "KeyboardShortcut.js", 25 "KeyboardShortcut.js",
27 "Panel.js", 26 "Panel.js",
28 "Popover.js", 27 "Popover.js",
29 "ProgressIndicator.js", 28 "ProgressIndicator.js",
30 "ResizerWidget.js", 29 "ResizerWidget.js",
31 "RootView.js", 30 "RootView.js",
32 "SearchableView.js", 31 "SearchableView.js",
(...skipping 15 matching lines...) Expand all
48 "ThrottledWidget.js" 47 "ThrottledWidget.js"
49 ], 48 ],
50 "resources": [ 49 "resources": [
51 "checkboxTextLabel.css", 50 "checkboxTextLabel.css",
52 "closeButton.css", 51 "closeButton.css",
53 "colorSwatch.css", 52 "colorSwatch.css",
54 "dialog.css", 53 "dialog.css",
55 "dropTarget.css", 54 "dropTarget.css",
56 "emptyWidget.css", 55 "emptyWidget.css",
57 "filter.css", 56 "filter.css",
58 "helpScreen.css",
59 "infobar.css", 57 "infobar.css",
60 "inspectorCommon.css", 58 "inspectorCommon.css",
61 "inspectorSyntaxHighlight.css", 59 "inspectorSyntaxHighlight.css",
62 "panelEnablerView.css", 60 "panelEnablerView.css",
63 "progressIndicator.css", 61 "progressIndicator.css",
64 "propertiesSection.css", 62 "propertiesSection.css",
65 "radioButton.css", 63 "radioButton.css",
66 "searchableView.css", 64 "searchableView.css",
67 "section.css", 65 "section.css",
68 "smallIcon.css", 66 "smallIcon.css",
69 "softContextMenu.css", 67 "softContextMenu.css",
70 "splitWidget.css", 68 "splitWidget.css",
71 "toolbar.css", 69 "toolbar.css",
72 "suggestBox.css", 70 "suggestBox.css",
73 "tabbedPane.css", 71 "tabbedPane.css",
74 "textButton.css", 72 "textButton.css",
75 "textPrompt.css", 73 "textPrompt.css",
76 "tooltip.css", 74 "tooltip.css",
77 "treeoutline.css" 75 "treeoutline.css"
78 ] 76 ]
79 } 77 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698