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

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

Issue 2655393003: DevTools: Introduce ARIAUtils (Closed)
Patch Set: Use namespace instead of class Created 3 years, 10 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 29 matching lines...) Expand all
40 "SoftContextMenu.js", 40 "SoftContextMenu.js",
41 "SplitWidget.js", 41 "SplitWidget.js",
42 "StackView.js", 42 "StackView.js",
43 "TextPrompt.js", 43 "TextPrompt.js",
44 "ThrottledWidget.js", 44 "ThrottledWidget.js",
45 "Toolbar.js", 45 "Toolbar.js",
46 "Tooltip.js", 46 "Tooltip.js",
47 "SuggestBox.js", 47 "SuggestBox.js",
48 "TabbedPane.js", 48 "TabbedPane.js",
49 "UIUtils.js", 49 "UIUtils.js",
50 "ARIAUtils.js",
50 "ZoomManager.js", 51 "ZoomManager.js",
51 "ShortcutsScreen.js", 52 "ShortcutsScreen.js",
52 "Geometry.js" 53 "Geometry.js"
53 ], 54 ],
54 "resources": [ 55 "resources": [
55 "checkboxTextLabel.css", 56 "checkboxTextLabel.css",
56 "closeButton.css", 57 "closeButton.css",
57 "dialog.css", 58 "dialog.css",
58 "dropTarget.css", 59 "dropTarget.css",
59 "emptyWidget.css", 60 "emptyWidget.css",
(...skipping 19 matching lines...) Expand all
79 "splitWidget.css", 80 "splitWidget.css",
80 "toolbar.css", 81 "toolbar.css",
81 "suggestBox.css", 82 "suggestBox.css",
82 "tabbedPane.css", 83 "tabbedPane.css",
83 "textButton.css", 84 "textButton.css",
84 "textPrompt.css", 85 "textPrompt.css",
85 "tooltip.css", 86 "tooltip.css",
86 "treeoutline.css" 87 "treeoutline.css"
87 ] 88 ]
88 } 89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698