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

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

Issue 2230183004: DevTools: Add shadow-editor swatch/icon before box-shadows and text-shadows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO Created 4 years, 3 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/cssShadowSwatch.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 "View.js", 9 "View.js",
10 "treeoutline.js", 10 "treeoutline.js",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "TabbedPane.js", 47 "TabbedPane.js",
48 "UIUtils.js", 48 "UIUtils.js",
49 "ViewportControl.js", 49 "ViewportControl.js",
50 "ZoomManager.js" 50 "ZoomManager.js"
51 ], 51 ],
52 "resources": [ 52 "resources": [
53 "bezierSwatch.css", 53 "bezierSwatch.css",
54 "checkboxTextLabel.css", 54 "checkboxTextLabel.css",
55 "closeButton.css", 55 "closeButton.css",
56 "colorSwatch.css", 56 "colorSwatch.css",
57 "cssShadowSwatch.css",
57 "dialog.css", 58 "dialog.css",
58 "dropTarget.css", 59 "dropTarget.css",
59 "emptyWidget.css", 60 "emptyWidget.css",
60 "filter.css", 61 "filter.css",
61 "infobar.css", 62 "infobar.css",
62 "inspectorCommon.css", 63 "inspectorCommon.css",
63 "inspectorStyle.css", 64 "inspectorStyle.css",
64 "inspectorSyntaxHighlight.css", 65 "inspectorSyntaxHighlight.css",
65 "inspectorSyntaxHighlightDark.css", 66 "inspectorSyntaxHighlightDark.css",
66 "inspectorViewTabbedPane.css", 67 "inspectorViewTabbedPane.css",
(...skipping 10 matching lines...) Expand all
77 "splitWidget.css", 78 "splitWidget.css",
78 "toolbar.css", 79 "toolbar.css",
79 "suggestBox.css", 80 "suggestBox.css",
80 "tabbedPane.css", 81 "tabbedPane.css",
81 "textButton.css", 82 "textButton.css",
82 "textPrompt.css", 83 "textPrompt.css",
83 "tooltip.css", 84 "tooltip.css",
84 "treeoutline.css" 85 "treeoutline.css"
85 ] 86 ]
86 } 87 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/cssShadowSwatch.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698