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

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

Issue 225873004: DevTools: Handle the F8 shortcut forwarded from the inspected page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 6 years, 8 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/inspector.html ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "HeapSnapshotLoader.js", 417 "HeapSnapshotLoader.js",
418 "HeapSnapshotWorker.js", 418 "HeapSnapshotWorker.js",
419 "HeapSnapshotWorkerDispatcher.js", 419 "HeapSnapshotWorkerDispatcher.js",
420 "JSHeapSnapshot.js", 420 "JSHeapSnapshot.js",
421 "TextUtils.js", 421 "TextUtils.js",
422 "UIString.js", 422 "UIString.js",
423 "utilities.js" 423 "utilities.js"
424 ] 424 ]
425 }, 425 },
426 { 426 {
427 "name": "input",
428 "dependencies": ["sources"],
429 "sources": [
430 "ForwardedInputEventHandler.js"
431 ]
432 },
433 {
427 "name": "host_stub", 434 "name": "host_stub",
428 "dependencies": ["components", "profiler", "timeline"], 435 "dependencies": ["components", "profiler", "timeline", "sources", "input "],
429 "sources": [ 436 "sources": [
430 "InspectorFrontendAPI.js", 437 "InspectorFrontendAPI.js",
431 "InspectorFrontendHostStub.js" 438 "InspectorFrontendHostStub.js"
432 ] 439 ]
433 }, 440 },
434 { 441 {
435 "name": "script_formatter_worker", 442 "name": "script_formatter_worker",
436 "standalone": true, 443 "standalone": true,
437 "dependencies": [], 444 "dependencies": [],
438 "sources": [ 445 "sources": [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "settings", 488 "settings",
482 "tests", 489 "tests",
483 "profiler", 490 "profiler",
484 "host_stub", 491 "host_stub",
485 "screencast", 492 "screencast",
486 "main" 493 "main"
487 ], 494 ],
488 "sources": [] 495 "sources": []
489 } 496 }
490 ] 497 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698