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
(1)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/inspector/debugger/async-callstack-eval-expected.txt
Issue
136333007
:
DevTools: Implement evaluation on async call frames. (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set:
Created 6 years, 11 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:
LayoutTests/inspector/console/console-format-expected.txt
LayoutTests/inspector/debugger/async-callstack-eval.html
LayoutTests/inspector/debugger/async-callstack-eval-expected.txt
Source/bindings/v8/DebuggerScript.js
Source/bindings/v8/ScriptFunctionCall.h
Source/bindings/v8/ScriptFunctionCall.cpp
Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp
Source/core/inspector/InjectedScript.h
Source/core/inspector/InjectedScript.cpp
Source/core/inspector/InjectedScriptExterns.js
Source/core/inspector/InjectedScriptSource.js
Source/core/inspector/InspectorDebuggerAgent.cpp
Source/core/inspector/JavaScriptCallFrame.h
Source/core/inspector/JavaScriptCallFrame.cpp
Source/core/inspector/JavaScriptCallFrame.idl
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/inspector/debugger/async-callstack-eval.html
('k') |
Source/bindings/v8/DebuggerScript.js »
('j') |
Source/core/inspector/InjectedScript.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
Tests evaluation in an async call frame.
2
3
Debugger was enabled.
4
Set timer for test function.
5
Call stack:
6
0) timeout (async-callstack-eval.html:24)
7
[setTimeout]
8
0) inner (async-callstack-eval.html:14)
9
1) testFunction (async-callstack-eval.html:16)
10
Select call frame: inner
11
a = "PASS"
12
b = "PASS"
13
Debugger was disabled.
14
OLD
NEW
« no previous file with comments
|
« LayoutTests/inspector/debugger/async-callstack-eval.html
('k') |
Source/bindings/v8/DebuggerScript.js »
('j') |
Source/core/inspector/InjectedScript.h »
('J')
Issue 136333007: DevTools: Implement evaluation on async call frames. (Closed)
Created 6 years, 11 months ago by aandrey
Modified 6 years, 11 months ago
Reviewers: yurys
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 14
This is Rietveld
408576698