|
DevTools: [CodeMirror] Add syntax highlighting for some other languages.
Added syntax highlighting based on mime type for some other languages.
Network loaded resources (Document, Script and Stylesheet content types) now always have canonical mime type.
Files loaded from file system and SourceMap sources loaded through inspector backend (via loadResourceForFrontend)
now have mime type based on file extension.
Added workaround for "php" extension being used for both standalone and html embedded php scripts.
BUG=
R=apavlov@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153407
Total comments: 1
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1556 lines, -42 lines) |
Patch |
|
M |
Source/devtools/devtools.gyp
|
View
|
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/CodeMirrorTextEditor.js
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/CompilerScriptMapping.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/ContentProviders.js
|
View
|
|
2 chunks |
+58 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/FileSystemProjectDelegate.js
|
View
|
|
4 chunks |
+23 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/HandlerRegistry.js
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/NetworkUISourceCodeProvider.js
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/ResourceType.js
|
View
|
1
2
3
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/SASSSourceMapping.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/SourceFrame.js
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/SourceMap.js
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/devtools/front_end/UISourceCode.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A + |
Source/devtools/front_end/cm/LICENSE_python
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
A |
Source/devtools/front_end/cm/clike.js
|
View
|
|
1 chunk |
+361 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/devtools/front_end/cm/coffeescript.js
|
View
|
|
1 chunk |
+347 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/devtools/front_end/cm/htmlembedded.js
|
View
|
|
1 chunk |
+73 lines, -0 lines |
1 comment
|
Download
|
|
A |
Source/devtools/front_end/cm/php.js
|
View
|
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/devtools/front_end/cm/python.js
|
View
|
|
1 chunk |
+341 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/devtools/front_end/cm/shell.js
|
View
|
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|