DescriptionChange the D8 JavaScript debugger to fully use the JSON protocol.
The D8 debugger frontend now only processes JSON messages. Before the debugger events was passed as objects.
Changed the debugger events JSON generation to use the same serailizer as the responses to requests. This provides correct serialization of mirror objects in debugger events. Renamed ResponsePacket to ProtocolMessage as it is not only used for responses.
Committed: http://code.google.com/p/v8/source/detail?r=1374
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|