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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 438273002: DevTools: introduce ViewportDataGrid (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: inline mode Created 6 years, 4 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 | « Source/devtools/front_end/ui/ViewportDataGrid.js ('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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/NotificationService.js", 10 "common/NotificationService.js",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "ui/SplitView.js", 125 "ui/SplitView.js",
126 "ui/StackView.js", 126 "ui/StackView.js",
127 "ui/StatusBarButton.js", 127 "ui/StatusBarButton.js",
128 "ui/SuggestBox.js", 128 "ui/SuggestBox.js",
129 "ui/TabbedPane.js", 129 "ui/TabbedPane.js",
130 "ui/TextEditor.js", 130 "ui/TextEditor.js",
131 "ui/TextPrompt.js", 131 "ui/TextPrompt.js",
132 "ui/UIUtils.js", 132 "ui/UIUtils.js",
133 "ui/View.js", 133 "ui/View.js",
134 "ui/ViewportControl.js", 134 "ui/ViewportControl.js",
135 "ui/ViewportDataGrid.js",
135 "ui/ZoomManager.js", 136 "ui/ZoomManager.js",
136 "ui/treeoutline.js" 137 "ui/treeoutline.js"
137 ] 138 ]
138 }, 139 },
139 { 140 {
140 "name": "components", 141 "name": "components",
141 "dependencies": ["sdk", "ui"], 142 "dependencies": ["sdk", "ui"],
142 "sources": [ 143 "sources": [
143 "components/CookiesTable.js", 144 "components/CookiesTable.js",
144 "components/DOMBreakpointsSidebarPane.js", 145 "components/DOMBreakpointsSidebarPane.js",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "dependencies": ["common", "ui", "components", "source_frame"], 505 "dependencies": ["common", "ui", "components", "source_frame"],
505 "sources": [ 506 "sources": [
506 "documentation/CSSArticle.js", 507 "documentation/CSSArticle.js",
507 "documentation/DocumentationURLProvider.js", 508 "documentation/DocumentationURLProvider.js",
508 "documentation/DocumentationView.js", 509 "documentation/DocumentationView.js",
509 "documentation/JSArticle.js", 510 "documentation/JSArticle.js",
510 "documentation/WikiParser.js" 511 "documentation/WikiParser.js"
511 ] 512 ]
512 } 513 }
513 ] 514 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/ViewportDataGrid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698