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
(37)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/inspector/debugger/command-line-api-with-bound-function-expected.txt
Issue
2391323002
:
[inspector] command line api debug and monitor works with bound functions (Closed)
Patch Set: addressed comments
Created 4 years, 2 months 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:
src/inspector/v8-console.cc
test/inspector/debugger/command-line-api-with-bound-function.js
test/inspector/debugger/command-line-api-with-bound-function-expected.txt
test/inspector/protocol-test.js
View unified diff
|
Download patch
« no previous file with comments
|
« test/inspector/debugger/command-line-api-with-bound-function.js
('k') |
test/inspector/protocol-test.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
Check that debug and monitor methods from Command Line API works with bound func tion.
2
debug foo and bar
3
call foo and bar
4
paused in foo
5
paused in boo
6
undebug foo and bar
7
call foo and bar
8
monitor foo and bar
9
call foo and bar
10
function foo called
11
function boo called
12
unmonitor foo and bar
13
call foo and bar
14
monitor and debug bar
15
call bar
16
function boo called
17
paused in boo
18
undebug bar
19
call bar
20
function boo called
21
debug and unmonitor bar
22
call bar
23
paused in boo
OLD
NEW
« no previous file with comments
|
« test/inspector/debugger/command-line-api-with-bound-function.js
('k') |
test/inspector/protocol-test.js »
('j') |
no next file with comments »
Issue 2391323002: [inspector] command line api debug and monitor works with bound functions (Closed)
Created 4 years, 2 months ago by kozy
Modified 4 years, 2 months ago
Reviewers: dgozman
Base URL:
Comments: 4
This is Rietveld
408576698