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

Side by Side Diff: ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdout

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
OLDNEW
(Empty)
1
2 "*** REPLAY PROLOG"
3
4 "*** REGISTER REPLAY METHODS"
5
6 "*** INITIALIZE PEPPER"
7
8 "*** CREATE UPCALL SERVICE"
9
10 "*** INIT MODULE"
11 rpc call intiated PPP_InitializeModule:iihs:ii
12 input 0: i(0)
13 input 1: i(4444)
14 input 2: h(pepper_desc)
15 input 3: @LENGTHY_SERIVE_STRING
16 replaying PPB_GetInterface:s:i:
17 input 0: s("PPB_Core;1.0")
18 output 0: i(1)
19 replaying PPB_GetInterface:s:i:
20 input 0: s("PPB_Instance;1.0")
21 output 0: i(1)
22 replaying PPB_GetInterface:s:i:
23 input 0: s("PPB_Var;1.0")
24 output 0: i(1)
25 rpc call complete PPP_InitializeModule:iihs:ii
26
27
28 "*** TRIGGER REPAINT"
29 rpc call intiated PPP_Instance_DidChangeView:iII:
30 input 0: i(5555)
31 input 1: I(4,8,79,400,400)
32 input 2: I(4,0,0,400,400)
33 rpc call complete PPP_Instance_DidChangeView:iII:
34
35
36 "*** CALL loadUrl(): as buffer"
37 rpc call intiated Call:CCiCC:CC
38 input 0: @THE_OBJECT
39 input 1: C(16,\x05\x00\x00\x00\x07\x00\x00\x00loadUrl\x00)
40 input 2: i(2)
41 input 3: C(48,\x05\x00\x00\x00\x19\x00\x00\x00ppapi_geturl_success.html\x00\x00 \x00\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00)
42 input 4: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
43 replaying PPB_GetInterface:s:i:
44 input 0: s("PPB_URLRequestInfo;1.0")
45 output 0: i(1)
46 replaying PPB_URLRequestInfo_Create:i:i:
47 input 0: i(5555)
48 output 0: i(30)
49 replaying PPB_GetInterface:s:i:
50 input 0: s("PPB_URLResponseInfo;1.0")
51 output 0: i(1)
52 replaying PPB_GetInterface:s:i:
53 input 0: s("PPB_URLLoader;1.0")
54 output 0: i(1)
55 replaying PPB_URLLoader_Create:i:i:
56 input 0: i(5555)
57 output 0: i(34)
58 replaying PPB_GetInterface:s:i:
59 input 0: s("PPB_FileIO;1.0")
60 output 0: i(1)
61 replaying PPB_FileIO_Create:i:i:
62 input 0: i(5555)
63 output 0: i(35)
64 replaying PPB_FileIO_IsFileIO:i:i:
65 input 0: i(30)
66 output 0: i(0)
67 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
68 input 0: i(30)
69 output 0: i(1)
70 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
71 input 0: i(30)
72 output 0: i(0)
73 replaying PPB_URLLoader_IsURLLoader:i:i:
74 input 0: i(30)
75 output 0: i(0)
76 replaying PPB_FileIO_IsFileIO:i:i:
77 input 0: i(34)
78 output 0: i(0)
79 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
80 input 0: i(34)
81 output 0: i(0)
82 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
83 input 0: i(34)
84 output 0: i(0)
85 replaying PPB_URLLoader_IsURLLoader:i:i:
86 input 0: i(34)
87 output 0: i(1)
88 replaying PPB_FileIO_IsFileIO:i:i:
89 input 0: i(35)
90 output 0: i(1)
91 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
92 input 0: i(35)
93 output 0: i(0)
94 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
95 input 0: i(35)
96 output 0: i(0)
97 replaying PPB_URLLoader_IsURLLoader:i:i:
98 input 0: i(35)
99 output 0: i(0)
100 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
101 input 0: i(30)
102 input 1: i(0)
103 input 2: C(40,\x05\x00\x00\x00\x19\x00\x00\x00ppapi_geturl_success.html\x00\x00 \x00\x00\x00\x00\x00)
104 output 0: i(1)
105 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
106 input 0: i(30)
107 input 1: i(1)
108 input 2: C(16,\x05\x00\x00\x00\x03\x00\x00\x00GET\x00\x00\x00\x00\x00)
109 output 0: i(1)
110 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
111 input 0: i(30)
112 input 1: i(3)
113 input 2: C(8,\x02\x00\x00\x00\x00\x00\x00\x00)
114 output 0: i(1)
115 replaying PPB_URLLoader_Open:iii:i:
116 input 0: i(34)
117 input 1: i(30)
118 input 2: i(1)
119 output 0: i(-1)
120 rpc call complete Call:CCiCC:CC
121 output 0: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
122 output 1: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
123
124
125 "*** async response part1"
126 rpc call intiated RunCompletionCallback:iiC:
127 input 0: i(1)
128 input 1: i(0)
129 input 2: C(0,)
130 replaying PPB_URLLoader_GetResponseInfo:i:i:
131 input 0: i(34)
132 output 0: i(38)
133 replaying PPB_FileIO_IsFileIO:i:i:
134 input 0: i(38)
135 output 0: i(0)
136 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
137 input 0: i(38)
138 output 0: i(0)
139 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
140 input 0: i(38)
141 output 0: i(1)
142 replaying PPB_URLLoader_IsURLLoader:i:i:
143 input 0: i(38)
144 output 0: i(0)
145 replaying PPB_URLResponseInfo_GetProperty:ii:C:
146 input 0: i(38)
147 input 1: i(0)
148 output 0: C(56,\x05\x00\x00\x00/\x00\x00\x00http://localhost:5103/ppapi_geturl_ success.html\x00)
149 replaying PPB_URLResponseInfo_GetProperty:ii:C:
150 input 0: i(38)
151 input 1: i(3)
152 output 0: C(8,\x03\x00\x00\x00\xc8\x00\x00\x00)
153 replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
154 input 0: i(34)
155 input 1: i(1024)
156 input 2: i(2)
157 output 0: C(0,)
158 output 1: i(-1)
159 rpc call complete RunCompletionCallback:iiC:
160
161
162 "*** async response part2"
163 rpc call intiated RunCompletionCallback:iiC:
164 input 0: i(2)
165 input 1: i(12)
166 input 2: C(12,hello world!)
167 replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
168 input 0: i(34)
169 input 1: i(1024)
170 input 2: i(3)
171 output 0: C(0,)
172 output 1: i(-1)
173 rpc call complete RunCompletionCallback:iiC:
174
175
176 "*** async response eof - report success"
177 rpc call intiated RunCompletionCallback:iiC:
178 input 0: i(3)
179 input 1: i(0)
180 input 2: C(0,)
181 replaying PPB_Core_ReleaseResource:i::
182 input 0: i(30)
183 replaying PPB_Core_ReleaseResource:i::
184 input 0: i(34)
185 replaying PPB_Core_ReleaseResource:i::
186 input 0: i(38)
187 replaying PPB_Core_ReleaseResource:i::
188 input 0: i(35)
189 rpc call complete RunCompletionCallback:iiC:
190
191
192 "*** CALL loadUrl(): as file"
193 rpc call intiated Call:CCiCC:CC
194 input 0: @THE_OBJECT
195 input 1: C(16,\x05\x00\x00\x00\x07\x00\x00\x00loadUrl\x00)
196 input 2: i(2)
197 input 3: C(48,\x05\x00\x00\x00\x19\x00\x00\x00ppapi_geturl_success.html\x00\x00 \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00)
198 input 4: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
199 replaying PPB_URLRequestInfo_Create:i:i:
200 input 0: i(5555)
201 output 0: i(30)
202 replaying PPB_URLLoader_Create:i:i:
203 input 0: i(5555)
204 output 0: i(34)
205 replaying PPB_FileIO_Create:i:i:
206 input 0: i(5555)
207 output 0: i(66)
208 replaying PPB_FileIO_IsFileIO:i:i:
209 input 0: i(30)
210 output 0: i(0)
211 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
212 input 0: i(30)
213 output 0: i(1)
214 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
215 input 0: i(30)
216 output 0: i(0)
217 replaying PPB_URLLoader_IsURLLoader:i:i:
218 input 0: i(30)
219 output 0: i(0)
220 replaying PPB_FileIO_IsFileIO:i:i:
221 input 0: i(34)
222 output 0: i(0)
223 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
224 input 0: i(34)
225 output 0: i(0)
226 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
227 input 0: i(34)
228 output 0: i(0)
229 replaying PPB_URLLoader_IsURLLoader:i:i:
230 input 0: i(34)
231 output 0: i(1)
232 replaying PPB_FileIO_IsFileIO:i:i:
233 input 0: i(66)
234 output 0: i(1)
235 replaying PPB_URLRequestInfo_IsURLRequestInfo:i:i:
236 input 0: i(66)
237 output 0: i(0)
238 replaying PPB_URLResponseInfo_IsURLResponseInfo:i:i:
239 input 0: i(66)
240 output 0: i(0)
241 replaying PPB_URLLoader_IsURLLoader:i:i:
242 input 0: i(66)
243 output 0: i(0)
244 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
245 input 0: i(30)
246 input 1: i(0)
247 input 2: C(40,\x05\x00\x00\x00\x19\x00\x00\x00ppapi_geturl_success.html\x00\x00 \x00\x00\x00\x00\x00)
248 output 0: i(1)
249 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
250 input 0: i(30)
251 input 1: i(1)
252 input 2: C(16,\x05\x00\x00\x00\x03\x00\x00\x00GET\x00\x00\x00\x00\x00)
253 output 0: i(1)
254 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
255 input 0: i(30)
256 input 1: i(3)
257 input 2: C(8,\x02\x00\x00\x00\x01\x00\x00\x00)
258 output 0: i(1)
259 replaying PPB_URLLoader_Open:iii:i:
260 input 0: i(34)
261 input 1: i(30)
262 input 2: i(4)
263 output 0: i(-1)
264 rpc call complete Call:CCiCC:CC
265 output 0: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
266 output 1: C(8,\x00\x00\x00\x00\x00\x00\x00\x00)
267
268
269 "*** DONE"
270 rpc call intiated PPP_ShutdownModule::
271 rpc call complete PPP_ShutdownModule::
272
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698