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

Side by Side Diff: LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt

Issue 383123009: DevTools: Support async call stacks for FileSystem API (part 1). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 Tests asynchronous call stacks for FileSystem API.
2
3 Set timer for test function.
4 Captured call stacks in no particular order:
5 Call stack:
6 0) expectError (async-callstack-filesystem.html:36)
7 [FileSystem]
8 0) timeout (async-callstack-filesystem.html:31)
9 [setTimeout]
10 0) testFunction (async-callstack-filesystem.html:25)
11
12 Call stack:
13 0) onFileCreated (async-callstack-filesystem.html:51)
14 [FileSystem]
15 0) onInitFileSystem (async-callstack-filesystem.html:45)
16 [FileSystem]
17 0) expectError (async-callstack-filesystem.html:37)
18 [FileSystem]
19 0) timeout (async-callstack-filesystem.html:31)
20 [setTimeout]
21 0) testFunction (async-callstack-filesystem.html:25)
22
23 Call stack:
24 0) onFileDeleted (async-callstack-filesystem.html:93)
25 [FileSystem]
26 0) deleteTmpFile (async-callstack-filesystem.html:88)
27 1) onFileReadEnd (async-callstack-filesystem.html:83)
28
29 Call stack:
30 0) onFileEntryFile (async-callstack-filesystem.html:72)
31 [FileSystem]
32 0) onFileWriteEnd (async-callstack-filesystem.html:67)
33
34 Call stack:
35 0) onFileReadEnd (async-callstack-filesystem.html:82)
36
37 Call stack:
38 0) onFileWriteEnd (async-callstack-filesystem.html:66)
39
40 Call stack:
41 0) onFileWriterCreated (async-callstack-filesystem.html:57)
42 [FileSystem]
43 0) onFileCreated (async-callstack-filesystem.html:52)
44 [FileSystem]
45 0) onInitFileSystem (async-callstack-filesystem.html:45)
46 [FileSystem]
47 0) expectError (async-callstack-filesystem.html:37)
48 [FileSystem]
49 0) timeout (async-callstack-filesystem.html:31)
50
51 Call stack:
52 0) onInitFileSystem (async-callstack-filesystem.html:43)
53 [FileSystem]
54 0) expectError (async-callstack-filesystem.html:37)
55 [FileSystem]
56 0) timeout (async-callstack-filesystem.html:31)
57 [setTimeout]
58 0) testFunction (async-callstack-filesystem.html:25)
59
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698