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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/source_frame/module.json

Issue 1419813005: DevTools: always use CodeMirror for response preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.InplaceEditor", 4 "type": "@WebInspector.InplaceEditor",
5 "className": "WebInspector.CodeMirrorUtils" 5 "className": "WebInspector.CodeMirrorUtils"
6 }, 6 },
7 { 7 {
8 "type": "@WebInspector.TokenizerFactory", 8 "type": "@WebInspector.TokenizerFactory",
9 "className": "WebInspector.CodeMirrorUtils.TokenizerFactory" 9 "className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
10 }, 10 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "../cm/closebrackets.js", 64 "../cm/closebrackets.js",
65 "../cm/markselection.js", 65 "../cm/markselection.js",
66 "../cm/comment.js", 66 "../cm/comment.js",
67 "../cm/overlay.js", 67 "../cm/overlay.js",
68 "../cm/activeline.js" 68 "../cm/activeline.js"
69 ], 69 ],
70 "resources": [ 70 "resources": [
71 "../cm/codemirror.css", 71 "../cm/codemirror.css",
72 "cmdevtools.css", 72 "cmdevtools.css",
73 "fontView.css", 73 "fontView.css",
74 "imageView.css", 74 "imageView.css"
75 "resourceSourceFrame.css"
76 ] 75 ]
77 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698