Go to file
sgjesse@chromium.org 8fefc769f5 Removed the debug message thread.
The debug message thread was introduced to make it possible to have the message handler callback be called from a different thread than the thread running V8 where the debug event occoured, but it never had any practical use, and prevents providing information to the message handler which is only available from the V8 thread.

In the future any thread decoupling will have do be done by the embedder.

This also removes the queue used for outbound messages.

Renamed the class Message to CommandMessage as it is only used for debugger commands from the client. Related message queue classes has also been renamed.
Review URL: http://codereview.chromium.org/93118

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1788 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-24 12:05:40 +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 Removed the debug message thread. 2009-04-24 12:05:40 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Removed the debug message thread. 2009-04-24 12:05:40 +00:00
test Removed the debug message thread. 2009-04-24 12:05:40 +00:00
tools Added ProfileView object for performing sorting, searching and filtering operations on a profile. 2009-04-24 11:37:38 +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 to push version 1.2.0 to trunk. Now worker on version 1.2.1. 2009-04-23 07:32:25 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00