Go to file
sgjesse@chromium.org 20a9e9b013 Change 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.
Review URL: http://codereview.chromium.org/27202

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1374 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-02-26 11:55:35 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Add host callback for debug break. 2009-02-19 14:02:42 +00:00
samples Fix debugger function that treated retry-after-gc failure as an 2009-02-16 13:31:13 +00:00
src Change the D8 JavaScript debugger to fully use the JSON protocol. 2009-02-26 11:55:35 +00:00
test Go into slow case when encountering object initialization on the top level to optimize performance of code like 2009-02-26 07:54:22 +00:00
tools Remove PCRE files from Xcode project. 2009-02-25 16:23:49 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.0.3. 2009-02-25 12:46:23 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Remove JSCRE 2009-02-25 08:08:01 +00:00