Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(432)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
Issue
2480423002
:
DevTools: Use CodeMirror syntax highlighting to improve JS autocomplete (Closed)
Patch Set: CurrentTokenType
Created 4 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js
third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
('k') |
third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 Tests that console correctly finds suggestions in complicated cases.
1 Tests that console correctly finds suggestions in complicated cases.
2
2
3 Checking 'window.do'
3 Checking 'window.do'
4 Found: document
4 Found: document
5
5
6 Checking 'win'
6 Checking 'win'
7 Found: window
7 Found: window
8
8
9 Checking 'window["doc'
9 Checking 'window["doc'
10 Found: "document"]
10 Found: "document"]
(...skipping
29
matching lines...)
Expand all
Loading...
40 Found: GainNode
40 Found: GainNode
41
41
42 Checking '32'
42 Checking '32'
43 Not Found: Float32Array
43 Not Found: Float32Array
44 Not Found: Int32Array
44 Not Found: Int32Array
45
45
46 Checking 'window.32'
46 Checking 'window.32'
47 Found: Float32Array
47 Found: Float32Array
48 Found: Int32Array
48 Found: Int32Array
49
49
50
Checking ''
51
Not Found: window
50
52
53
Checking '' forcefully
54
Found: window
55
56
Checking '"string g'
57
Not Found: getComputedStyle
58
59
Checking '`template string docu'
60
Not Found: document
61
62
Checking '`${do'
63
Found: document
64
65
Checking '// do'
66
Not Found: document
67
68
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
('k') |
third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js »
('j') |
no next file with comments »
Issue 2480423002: DevTools: Use CodeMirror syntax highlighting to improve JS autocomplete (Closed)
Created 4 years, 1 month ago by einbinder
Modified 4 years ago
Reviewers: luoe, lushnikov
Base URL:
Comments: 9
This is Rietveld
408576698