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

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

Issue 440913002: DevTools: Async call stacks for FileSystem API part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/fileapi/FileReader.h » ('j') | Source/core/fileapi/FileReader.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests asynchronous call stacks for FileSystem API. 1 Tests asynchronous call stacks for FileSystem API.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) expectError (async-callstack-filesystem.html:36) 6 0) expectError (async-callstack-filesystem.html:36)
7 [FileSystem] 7 [FileSystem]
8 0) timeout (async-callstack-filesystem.html:31) 8 0) timeout (async-callstack-filesystem.html:31)
9 [setTimeout] 9 [setTimeout]
10 0) testFunction (async-callstack-filesystem.html:25) 10 0) testFunction (async-callstack-filesystem.html:25)
11 11
12 Call stack: 12 Call stack:
13 0) onFileCreated (async-callstack-filesystem.html:51) 13 0) onFileCreated (async-callstack-filesystem.html:51)
14 [FileSystem] 14 [FileSystem]
15 0) onInitFileSystem (async-callstack-filesystem.html:45) 15 0) onInitFileSystem (async-callstack-filesystem.html:45)
16 [FileSystem] 16 [FileSystem]
17 0) expectError (async-callstack-filesystem.html:37) 17 0) expectError (async-callstack-filesystem.html:37)
18 [FileSystem] 18 [FileSystem]
19 0) timeout (async-callstack-filesystem.html:31) 19 0) timeout (async-callstack-filesystem.html:31)
20 [setTimeout] 20 [setTimeout]
21 0) testFunction (async-callstack-filesystem.html:25) 21 0) testFunction (async-callstack-filesystem.html:25)
22 22
23 Call stack: 23 Call stack:
24 0) onFileDeleted (async-callstack-filesystem.html:93) 24 0) onFileDeleted (async-callstack-filesystem.html:93)
25 [FileSystem] 25 [FileSystem]
26 0) deleteTmpFile (async-callstack-filesystem.html:88) 26 0) deleteTmpFile (async-callstack-filesystem.html:88)
27 1) onFileReadEnd (async-callstack-filesystem.html:83) 27 1) onFileReadEnd (async-callstack-filesystem.html:83)
28 [FileReader]
29 0) onFileEntryFile (async-callstack-filesystem.html:76)
30 [FileSystem]
31 0) onFileWriteEnd (async-callstack-filesystem.html:67)
32 [FileWriter]
33 0) onFileWriterCreated (async-callstack-filesystem.html:61)
28 34
29 Call stack: 35 Call stack:
30 0) onFileEntryFile (async-callstack-filesystem.html:72) 36 0) onFileEntryFile (async-callstack-filesystem.html:72)
31 [FileSystem] 37 [FileSystem]
32 0) onFileWriteEnd (async-callstack-filesystem.html:67) 38 0) onFileWriteEnd (async-callstack-filesystem.html:67)
39 [FileWriter]
40 0) onFileWriterCreated (async-callstack-filesystem.html:61)
41 [FileSystem]
42 0) onFileCreated (async-callstack-filesystem.html:52)
43 [FileSystem]
44 0) onInitFileSystem (async-callstack-filesystem.html:45)
33 45
34 Call stack: 46 Call stack:
35 0) onFileReadEnd (async-callstack-filesystem.html:82) 47 0) onFileReadEnd (async-callstack-filesystem.html:82)
48 [FileReader]
49 0) onFileEntryFile (async-callstack-filesystem.html:76)
50 [FileSystem]
51 0) onFileWriteEnd (async-callstack-filesystem.html:67)
52 [FileWriter]
53 0) onFileWriterCreated (async-callstack-filesystem.html:61)
54 [FileSystem]
55 0) onFileCreated (async-callstack-filesystem.html:52)
36 56
37 Call stack: 57 Call stack:
38 0) onFileWriteEnd (async-callstack-filesystem.html:66) 58 0) onFileWriteEnd (async-callstack-filesystem.html:66)
59 [FileWriter]
60 0) onFileWriterCreated (async-callstack-filesystem.html:61)
61 [FileSystem]
62 0) onFileCreated (async-callstack-filesystem.html:52)
63 [FileSystem]
64 0) onInitFileSystem (async-callstack-filesystem.html:45)
65 [FileSystem]
66 0) expectError (async-callstack-filesystem.html:37)
39 67
40 Call stack: 68 Call stack:
41 0) onFileWriterCreated (async-callstack-filesystem.html:57) 69 0) onFileWriterCreated (async-callstack-filesystem.html:57)
42 [FileSystem] 70 [FileSystem]
43 0) onFileCreated (async-callstack-filesystem.html:52) 71 0) onFileCreated (async-callstack-filesystem.html:52)
44 [FileSystem] 72 [FileSystem]
45 0) onInitFileSystem (async-callstack-filesystem.html:45) 73 0) onInitFileSystem (async-callstack-filesystem.html:45)
46 [FileSystem] 74 [FileSystem]
47 0) expectError (async-callstack-filesystem.html:37) 75 0) expectError (async-callstack-filesystem.html:37)
48 [FileSystem] 76 [FileSystem]
49 0) timeout (async-callstack-filesystem.html:31) 77 0) timeout (async-callstack-filesystem.html:31)
50 78
51 Call stack: 79 Call stack:
52 0) onInitFileSystem (async-callstack-filesystem.html:43) 80 0) onInitFileSystem (async-callstack-filesystem.html:43)
53 [FileSystem] 81 [FileSystem]
54 0) expectError (async-callstack-filesystem.html:37) 82 0) expectError (async-callstack-filesystem.html:37)
55 [FileSystem] 83 [FileSystem]
56 0) timeout (async-callstack-filesystem.html:31) 84 0) timeout (async-callstack-filesystem.html:31)
57 [setTimeout] 85 [setTimeout]
58 0) testFunction (async-callstack-filesystem.html:25) 86 0) testFunction (async-callstack-filesystem.html:25)
59 87
60 88
OLDNEW
« no previous file with comments | « no previous file | Source/core/fileapi/FileReader.h » ('j') | Source/core/fileapi/FileReader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698