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

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

Issue 23474010: DevTools: "Jump between editing locations" experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline this patch Created 6 years, 11 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/UISourceCodeFrame.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 "Color.js", 6 "Color.js",
7 "DOMExtension.js", 7 "DOMExtension.js",
8 "Geometry.js", 8 "Geometry.js",
9 "ModuleManager.js", 9 "ModuleManager.js",
10 "Object.js", 10 "Object.js",
11 "ParsedURL.js", 11 "ParsedURL.js",
12 "Platform.js", 12 "Platform.js",
13 "Progress.js", 13 "Progress.js",
14 "Settings.js", 14 "Settings.js",
15 "SimpleHistoryManager.js",
15 "TextRange.js", 16 "TextRange.js",
16 "UIString.js", 17 "UIString.js",
17 "UserMetrics.js", 18 "UserMetrics.js",
18 "utilities.js" 19 "utilities.js"
19 ] 20 ]
20 }, 21 },
21 { 22 {
22 "name": "sdk", 23 "name": "sdk",
23 "dependencies": ["common"], 24 "dependencies": ["common"],
24 "sources": [ 25 "sources": [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "WorkerManager.js" 216 "WorkerManager.js"
216 ] 217 ]
217 }, 218 },
218 { 219 {
219 "name": "scripts", 220 "name": "scripts",
220 "dependencies": ["components", "workers"], 221 "dependencies": ["components", "workers"],
221 "sources": [ 222 "sources": [
222 "BreakpointsSidebarPane.js", 223 "BreakpointsSidebarPane.js",
223 "CSSSourceFrame.js", 224 "CSSSourceFrame.js",
224 "CallStackSidebarPane.js", 225 "CallStackSidebarPane.js",
226 "EditingLocationHistoryManager.js",
225 "FilePathScoreFunction.js", 227 "FilePathScoreFunction.js",
226 "FilteredItemSelectionDialog.js", 228 "FilteredItemSelectionDialog.js",
227 "JavaScriptSourceFrame.js", 229 "JavaScriptSourceFrame.js",
228 "NavigatorOverlayController.js", 230 "NavigatorOverlayController.js",
229 "NavigatorView.js", 231 "NavigatorView.js",
230 "RevisionHistoryView.js", 232 "RevisionHistoryView.js",
231 "ScopeChainSidebarPane.js", 233 "ScopeChainSidebarPane.js",
232 "SourcesNavigator.js", 234 "SourcesNavigator.js",
233 "SourcesPanel.js", 235 "SourcesPanel.js",
234 "SourcesPanelDescriptor.js", 236 "SourcesPanelDescriptor.js",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 }, 367 },
366 { 368 {
367 "name": "host_stub", 369 "name": "host_stub",
368 "dependencies": ["components", "profiler", "timeline"], 370 "dependencies": ["components", "profiler", "timeline"],
369 "sources": [ 371 "sources": [
370 "InspectorFrontendAPI.js", 372 "InspectorFrontendAPI.js",
371 "InspectorFrontendHostStub.js" 373 "InspectorFrontendHostStub.js"
372 ] 374 ]
373 } 375 }
374 ] 376 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/UISourceCodeFrame.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698