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

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

Issue 452083002: DevTools: Implement CSS/JS documentation context menu provider for CodeMirrorTextEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@my-patch
Patch Set: Rebased master branch 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/source_frame/CodeMirrorTextEditor.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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "tests", 494 "tests",
495 "profiler", 495 "profiler",
496 "host", 496 "host",
497 "screencast", 497 "screencast",
498 "main" 498 "main"
499 ], 499 ],
500 "sources": [] 500 "sources": []
501 }, 501 },
502 { 502 {
503 "name": "documentation", 503 "name": "documentation",
504 "dependencies": ["common"], 504 "dependencies": ["common", "ui", "components", "source_frame"],
505 "sources": [ 505 "sources": [
506 "documentation/CSSArticle.js", 506 "documentation/CSSArticle.js",
507 "documentation/DocumentationURLProvider.js", 507 "documentation/DocumentationURLProvider.js",
508 "documentation/DocumentationView.js", 508 "documentation/DocumentationView.js",
509 "documentation/JSArticle.js", 509 "documentation/JSArticle.js",
510 "documentation/WikiParser.js" 510 "documentation/WikiParser.js"
511 ] 511 ]
512 } 512 }
513 ] 513 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698