1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
"*** REPLAY PROLOG"
"*** REGISTER REPLAY METHODS"
"*** CREATE UPCALL SERVICE"
"*** INIT MODULE"
rpc call intiated PPP_InitializeModule:iihs:ii
input 0: i(0)
input 1: i(4444)
input 2: h(pepper_desc)
input 3: @LENGTHY_SERVICE_STRING
replaying PPB_GetInterface:s:i:
input 0: s("PPB_Core;1.0")
output 0: i(1)
rpc call complete PPP_InitializeModule:iihs:ii
"*** Load URL"
rpc call intiated PPP_Instance_DidCreate:iiCC:i
input 0: i(5555)
input 1: i(3)
input 2: C(23,chunk_size\x00url\x00to_file\x00)
input 3: C(16,10\x00myurl.html\x000\x00)
replaying PPB_GetInterface:s:i:
input 0: s("PPB_URLLoader;1.0")
output 0: i(1)
replaying PPB_URLLoader_Create:i:i:
input 0: i(5555)
output 0: i(34)
replaying PPB_GetInterface:s:i:
input 0: s("PPB_URLRequestInfo;1.0")
output 0: i(1)
replaying PPB_URLRequestInfo_Create:i:i:
input 0: i(5555)
output 0: i(30)
replaying PPB_GetInterface:s:i:
input 0: s("PPB_Var;1.0")
output 0: i(1)
replaying PPB_URLRequestInfo_SetProperty:iiC:i:
input 0: i(30)
input 1: i(0)
input 2: C(24,\x05\x00\x00\x00\n\x00\x00\x00myurl.html\x00\x00\x00\x00\x00\x00)
output 0: i(1)
replaying PPB_URLRequestInfo_SetProperty:iiC:i:
input 0: i(30)
input 1: i(3)
input 2: C(8,\x02\x00\x00\x00\x00\x00\x00\x00)
output 0: i(1)
replaying PPB_URLLoader_Open:iii:i:
input 0: i(34)
input 1: i(30)
input 2: i(1)
output 0: i(-1)
replaying PPB_Core_ReleaseResource:i::
input 0: i(30)
rpc call complete PPP_Instance_DidCreate:iiCC:i
output 0: i(1)
"*** async Open Callback"
rpc call intiated RunCompletionCallback:iiC:
input 0: i(1)
input 1: i(0)
input 2: C(0,)
replaying PPB_URLLoader_GetResponseInfo:i:i:
input 0: i(34)
output 0: i(38)
replaying PPB_GetInterface:s:i:
input 0: s("PPB_URLResponseInfo;1.0")
output 0: i(1)
replaying PPB_URLResponseInfo_GetProperty:ii:C:
input 0: i(38)
input 1: i(3)
output 0: C(8,\x03\x00\x00\x00\xc8\x00\x00\x00)
replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
input 0: i(34)
input 1: i(10)
input 2: i(2)
output 0: C(0,)
output 1: i(-1)
replaying PPB_Core_ReleaseResource:i::
input 0: i(38)
rpc call complete RunCompletionCallback:iiC:
"*** async ReaderResponseBody Callback (first 6 bytes)"
rpc call intiated RunCompletionCallback:iiC:
input 0: i(2)
input 1: i(6)
input 2: C(6,hello )
replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
input 0: i(34)
input 1: i(10)
input 2: i(3)
output 0: C(0,)
output 1: i(-1)
rpc call complete RunCompletionCallback:iiC:
"*** async ReaderResponseBody Callback (second 6 bytes)"
rpc call intiated RunCompletionCallback:iiC:
input 0: i(3)
input 1: i(6)
input 2: C(6,world!)
replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
input 0: i(34)
input 1: i(10)
input 2: i(4)
output 0: C(0,)
output 1: i(-1)
rpc call complete RunCompletionCallback:iiC:
"*** async ReaderResponseBody Callback (eof - 0 bytes)"
rpc call intiated RunCompletionCallback:iiC:
input 0: i(4)
input 1: i(0)
input 2: C(0,)
replaying PPB_GetInterface:s:i:
input 0: s("PPB_Messaging;1.0")
output 0: i(1)
replaying PPB_Messaging_PostMessage:iC::
input 0: i(5555)
input 1: C(24,\x05\x00\x00\x00\x0e\x00\x00\x005555: COMPLETE\x00\x00)
rpc call complete RunCompletionCallback:iiC:
"*** DONE"
rpc call intiated PPP_ShutdownModule::
rpc call complete PPP_ShutdownModule::
|