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
(1241)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-completions-expected.txt
Issue
2557763003
:
DevTools: sort completions by prototype. (Closed)
Patch Set: rebaselined
Created 4 years 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/http/tests/inspector/console-cd-completions.html
third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
third_party/WebKit/LayoutTests/http/tests/inspector/console-completions-expected.txt
third_party/WebKit/Source/devtools/front_end/components/JavaScriptAutocomplete.js
third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js
third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js
third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
('k') |
third_party/WebKit/Source/devtools/front_end/components/JavaScriptAutocomplete.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
(Empty)
1
Tests completions prototype chain.
2
3
Completions:
4
{
5
priority : 2
6
subtitle : "C"
7
title : "instanceMember"
8
}
9
{
10
priority : 2
11
title : "member1"
12
}
13
{
14
priority : 3
15
title : "EPriorityMember"
16
}
17
{
18
priority : 2
19
title : "cMember"
20
}
21
{
22
priority : 2
23
title : "shadowedMember"
24
}
25
{
26
priority : 4
27
subtitle : "B"
28
title : "ePriorityMember"
29
}
30
{
31
priority : 2
32
title : "bMember"
33
}
34
{
35
priority : 2
36
title : "shadowedMember"
37
}
38
{
39
priority : 2
40
subtitle : "A"
41
title : "aMember"
42
}
43
{
44
priority : 2
45
title : "shadowedMember"
46
}
47
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/http/tests/inspector/console-completions.html
('k') |
third_party/WebKit/Source/devtools/front_end/components/JavaScriptAutocomplete.js »
('j') |
no next file with comments »
Issue 2557763003: DevTools: sort completions by prototype. (Closed)
Created 4 years ago by pfeldman
Modified 4 years ago
Reviewers: einbinder, dgozman
Base URL:
Comments: 21
This is Rietveld
408576698