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

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

Issue 203603006: DevTools: Make GoToLineDialog work based on sourceFrame and remove (can)highlightPosition methods f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/View.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 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "ContextMenu.js", 97 "ContextMenu.js",
98 "CompletionDictionary.js", 98 "CompletionDictionary.js",
99 "DataGrid.js", 99 "DataGrid.js",
100 "Dialog.js", 100 "Dialog.js",
101 "DockController.js", 101 "DockController.js",
102 "Drawer.js", 102 "Drawer.js",
103 "DropDownMenu.js", 103 "DropDownMenu.js",
104 "EmptyView.js", 104 "EmptyView.js",
105 "FilterBar.js", 105 "FilterBar.js",
106 "FilterSuggestionBuilder.js", 106 "FilterSuggestionBuilder.js",
107 "GoToLineDialog.js",
108 "HelpScreen.js", 107 "HelpScreen.js",
109 "InplaceEditor.js", 108 "InplaceEditor.js",
110 "InspectedPagePlaceholder.js", 109 "InspectedPagePlaceholder.js",
111 "InspectorView.js", 110 "InspectorView.js",
112 "KeyboardShortcut.js", 111 "KeyboardShortcut.js",
113 "OverviewGrid.js", 112 "OverviewGrid.js",
114 "Panel.js", 113 "Panel.js",
115 "Placard.js", 114 "Placard.js",
116 "Popover.js", 115 "Popover.js",
117 "ProgressIndicator.js", 116 "ProgressIndicator.js",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "name": "screencast", 171 "name": "screencast",
173 "dependencies": ["sdk", "ui"], 172 "dependencies": ["sdk", "ui"],
174 "sources": [ 173 "sources": [
175 "ScreencastView.js" 174 "ScreencastView.js"
176 ] 175 ]
177 }, 176 },
178 { 177 {
179 "name": "source_frame", 178 "name": "source_frame",
180 "dependencies": ["components", "codemirror"], 179 "dependencies": ["components", "codemirror"],
181 "sources": [ 180 "sources": [
181 "GoToLineDialog.js",
182 "SourceFrame.js" 182 "SourceFrame.js"
183 ] 183 ]
184 }, 184 },
185 { 185 {
186 "name": "resource_views", 186 "name": "resource_views",
187 "dependencies": ["source_frame"], 187 "dependencies": ["source_frame"],
188 "sources": [ 188 "sources": [
189 "FontView.js", 189 "FontView.js",
190 "ImageView.js", 190 "ImageView.js",
191 "ResourceView.js" 191 "ResourceView.js"
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "extensions", 449 "extensions",
450 "settings", 450 "settings",
451 "tests", 451 "tests",
452 "profiler", 452 "profiler",
453 "host_stub", 453 "host_stub",
454 "screencast" 454 "screencast"
455 ], 455 ],
456 "sources": [ "Main.js" ] 456 "sources": [ "Main.js" ]
457 } 457 }
458 ] 458 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/View.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698