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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-and-framework-black-box-expected.txt

Issue 304563002: DevTools: Make frameworks work with "custom" breakpoints (DOM, XHR, Events). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 Tests the async call stacks and framework black-boxing features working together .
3
4 Debugger was enabled.
5 Set timer for test function.
6 Call stack:
7 0) callback2 (async-callstack-and-framework-black-box.html:30)
8 1) Framework_inner1 (framework.js:59)
9 [setTimeout]
10 0) Framework.schedule (framework.js:45)
11 1) Framework_willSchedule (framework.js:51)
12 2) window.callbackFromFramework (async-callstack-and-framework-black-box.htm l:10)
13 3) Framework_inner2 (framework.js:63)
14 [setTimeout]
15 0) Framework.schedule (framework.js:45)
16 1) Framework_willSchedule (framework.js:51)
17 [setTimeout]
18 0) Framework.schedule (framework.js:45)
19 1) Framework.doSomeAsyncChainCalls (framework.js:67)
20 2) callback1 (async-callstack-and-framework-black-box.html:25)
21 3) Framework.safeRun (framework.js:8)
22 4) Framework.safeRun (framework.js:10)
23 5) timeout1 (async-callstack-and-framework-black-box.html:20)
24 [setTimeout]
25 0) testFunction (async-callstack-and-framework-black-box.html:15)
26
27 Visible call stack:
28 1) callback2 (async-callstack-and-framework-black-box.html:30)
29 [setTimeout (async)]
30 2) window.callbackFromFramework (async-callstack-and-framework-black-box.htm l:10)
31 [setTimeout (async)]
32 3) callback1 (async-callstack-and-framework-black-box.html:25)
33 4) timeout1 (async-callstack-and-framework-black-box.html:20)
34 [setTimeout (async)]
35 5) testFunction (async-callstack-and-framework-black-box.html:15)
36 Debugger was disabled.
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698