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

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 review comments + add a simple test 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: 1
7 status: 1
8 parent id: undefined
9 testFunction :9
aandrey 2014/09/02 14:34:48 why no URL? should be: testFunction (promise-track
Alexandra Mikhaylova 2014/09/03 14:28:54 It's empty on server side for some reason.
10 Promise:
11 id: 2
12 status: 1
13 parent id: 1
14 testFunction :13
15 Promise:
16 id: 3
17 status: 0
18 parent id: 2
19 testFunction :14
20 Script execution resumed.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698