DescriptionChrome-side change to support stdout/err to postmessage debug hookup.
This CL adds virtual function in reverse interface needed to support
Native Client side debuggging only support for sending standard output
and standard error output (write syscall buffer contents) through the
reverse channel to the renderer to be transformed into PostMessage
data. We do not use message channels because PPAPI currently does not
support message channels; instead messages are prefixed by a fixed
string which a debug-use-only event listener should match (and invoke
stopPropagation on).
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2474
TEST= nacl-side CL, see http://codereview.chromium.org/8825007
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113723
Patch Set 1 #Patch Set 2 : Chrome-side changes to support stdout/err-to-postmessage hookup #Patch Set 3 : more PostMessage collision #
Total comments: 2
Patch Set 4 : !@#$% PostMessage #Patch Set 5 : moved undef PostMessage into instance.h #Patch Set 6 : mv undef to .cc #Patch Set 7 : moved undef of PostMessage out of instance.h #
Messages
Total messages: 12 (0 generated)
|