Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: LayoutTests/inspector/sources/debugger/promise-tracker-expected.txt

Issue 529723002: [WIP] Protocol for sending information about Promises to frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comments + REBASE Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Tests promise tracker in debugger.
2
3 Set timer for test function.
4 Script execution paused.
5 Promise:
6 id: 0
7 status: resolved
8 parent id: undefined
9 testFunction :9
10 Promise:
11 id: 1
12 status: resolved
13 parent id: 0
14 testFunction :13
15 Promise:
16 id: 2
17 status: pending
18 parent id: 1
19 testFunction :14
20 Script execution resumed.
21
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/promise-tracker.html ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698