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

Side by Side Diff: ppapi/native_client/tests/ppapi_simple_tests/ppapi_emu_file.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 "*** INITIALIZE PEPPER EMULATION"
3
4
5 "*** CREATE UPCALL SERVICE"
6
7 "*** INIT MODULE"
8 rpc call intiated PPP_InitializeModule:iihs:ii
9 input 0: i(0)
10 input 1: i(4444)
11 input 2: h(pepper_desc)
12 input 3: @LENGTHY_SERVICE_STRING
13 rpc call complete PPP_InitializeModule:iihs:ii
14
15
16 "*** CHECK INSTANCE CREATION"
17 rpc call intiated PPP_Instance_DidCreate:iiCC:i
18 input 0: i(5555)
19 input 1: i(4)
20 input 2: C(30,url\x00to_file\x00chunk_size\x00pdebug\x00)
21 input 3: C(18,test.txt\x000\x001024\x001\x00)
22 rpc call complete PPP_Instance_DidCreate:iiCC:i
23 output 0: i(1)
24
25
26 "*** TRIGGER REPAINT"
27 rpc call intiated PPP_Instance_DidChangeView:iII:
28 input 0: i(5555)
29 input 1: I(4,8,79,1000,700)
30 input 2: I(4,0,0,1000,700)
31 rpc call complete PPP_Instance_DidChangeView:iII:
32
33
34 "REGISTER TERMINATION MESSAGE"
35
36 "*** ENTER EVENT LOOP"
37 POST_MESSAGE: [5555: DEBUG: LoadCompleteCallback: 0]
38 POST_MESSAGE: [5555: DEBUG: ReadCompleteCallback Bytes Read: 1024]
39 POST_MESSAGE: [5555: DEBUG: ReadCompleteCallback Bytes Read: 980]
40 POST_MESSAGE: [5555: DEBUG: ReadCompleteCallback Bytes Read: 0]
41 POST_MESSAGE: [5555: COMPLETE]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698