Side by Side Diff: LayoutTests/inspector/editor/text-editor-model-expected.txt
Issue 22638008 :
DevTools: Use CodeMirror modes instead of highlight tokenizers (Closed)
Patch Set: address comments
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
LayoutTests/inspector/editor/highlighter-basics.html
LayoutTests/inspector/editor/highlighter-basics-expected.txt
LayoutTests/inspector/editor/highlighter-chunk-limit.html
LayoutTests/inspector/editor/highlighter-chunk-limit-expected.txt
LayoutTests/inspector/editor/highlighter-long-line.html
LayoutTests/inspector/editor/highlighter-long-line-expected.txt
LayoutTests/inspector/editor/highlighter-paste-in-comment.html
LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt
LayoutTests/inspector/editor/highlighter-test.js
LayoutTests/inspector/editor/text-editor-mark-clean.html
LayoutTests/inspector/editor/text-editor-model.html
LayoutTests/inspector/editor/text-editor-model-expected.txt
LayoutTests/inspector/editor/text-editor-undo-redo.html
LayoutTests/inspector/editor/text-editor-undo-redo-expected.txt
LayoutTests/inspector/syntax-highlight-css.html
LayoutTests/inspector/syntax-highlight-css-expected.txt
LayoutTests/inspector/syntax-highlight-html-expected.txt
LayoutTests/inspector/syntax-highlight-javascript-expected.txt
Source/devtools/devtools.gyp
Source/devtools/front_end/CodeMirrorTextEditor.js
Source/devtools/front_end/CodeMirrorUtils.js
Source/devtools/front_end/DOMSyntaxHighlighter.js
Source/devtools/front_end/ScriptFormatterWorker.js
Source/devtools/front_end/SourceCSSTokenizer.js
Source/devtools/front_end/SourceCSSTokenizer.re2js
Source/devtools/front_end/SourceHTMLTokenizer.js
Source/devtools/front_end/SourceHTMLTokenizer.re2js
Source/devtools/front_end/SourceJavaScriptTokenizer.js
Source/devtools/front_end/SourceJavaScriptTokenizer.re2js
Source/devtools/front_end/SourceTokenizer.js
Source/devtools/front_end/TextEditorHighlighter.js
Source/devtools/front_end/TextEditorModel.js
Source/devtools/front_end/cm/cmdevtools.css
Source/devtools/front_end/cm/headlesscodemirror.js
Source/devtools/front_end/externs.js
Source/devtools/front_end/inspector.html
Source/devtools/front_end/inspectorSyntaxHighlight.css
Source/devtools/scripts/compile_frontend.py