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

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

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines Created 3 years, 7 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/inlineButton.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 "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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "resources": [ 54 "resources": [
55 "checkboxTextLabel.css", 55 "checkboxTextLabel.css",
56 "closeButton.css", 56 "closeButton.css",
57 "confirmDialog.css", 57 "confirmDialog.css",
58 "dialog.css", 58 "dialog.css",
59 "dropTarget.css", 59 "dropTarget.css",
60 "emptyWidget.css", 60 "emptyWidget.css",
61 "filter.css", 61 "filter.css",
62 "glassPane.css", 62 "glassPane.css",
63 "infobar.css", 63 "infobar.css",
64 "inlineButton.css",
64 "inspectorCommon.css", 65 "inspectorCommon.css",
65 "inspectorStyle.css", 66 "inspectorStyle.css",
66 "inspectorSyntaxHighlight.css", 67 "inspectorSyntaxHighlight.css",
67 "inspectorSyntaxHighlightDark.css", 68 "inspectorSyntaxHighlightDark.css",
68 "inspectorViewTabbedPane.css", 69 "inspectorViewTabbedPane.css",
69 "listWidget.css", 70 "listWidget.css",
70 "panelEnablerView.css", 71 "panelEnablerView.css",
71 "popover.css", 72 "popover.css",
72 "progressIndicator.css", 73 "progressIndicator.css",
73 "radioButton.css", 74 "radioButton.css",
74 "reportView.css", 75 "reportView.css",
75 "rootView.css", 76 "rootView.css",
76 "searchableView.css", 77 "searchableView.css",
77 "viewContainers.css", 78 "viewContainers.css",
78 "slider.css", 79 "slider.css",
79 "smallBubble.css", 80 "smallBubble.css",
80 "softContextMenu.css", 81 "softContextMenu.css",
81 "splitWidget.css", 82 "splitWidget.css",
82 "toolbar.css", 83 "toolbar.css",
83 "suggestBox.css", 84 "suggestBox.css",
84 "tabbedPane.css", 85 "tabbedPane.css",
85 "textButton.css", 86 "textButton.css",
86 "textPrompt.css", 87 "textPrompt.css",
87 "tooltip.css", 88 "tooltip.css",
88 "treeoutline.css" 89 "treeoutline.css"
89 ] 90 ]
90 } 91 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698