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

Issue 87026: DevTools: Support eventless host message dispatching. (Closed)

Created:
11 years, 8 months ago by pfeldman
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

DevTools: Add support for eventless host message dispatching. Committed: http://code.google.com/p/v8/source/detail?r=1773

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : Hmm... #

Total comments: 4

Patch Set 7 : Yury's review #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -106 lines) Patch
M include/v8-debug.h View 2 3 4 5 2 chunks +3 lines, -7 lines 0 comments Download
M src/api.cc View 1 2 5 1 chunk +3 lines, -8 lines 0 comments Download
M src/debug.h View 1 2 4 5 5 chunks +4 lines, -7 lines 0 comments Download
M src/debug.cc View 1 2 3 4 5 6 7 8 chunks +20 lines, -46 lines 0 comments Download
M test/cctest/test-debug.cc View 5 6 2 chunks +96 lines, -38 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
pfeldman
11 years, 8 months ago (2009-04-21 14:56:54 UTC) #1
Søren Thygesen Gjesse
LGTM You will need to merge with Yurys last change. http://codereview.chromium.org/87026/diff/16/1011 File src/debug.cc (right): http://codereview.chromium.org/87026/diff/16/1011#newcode1807 ...
11 years, 8 months ago (2009-04-21 15:01:58 UTC) #2
pfeldman
http://codereview.chromium.org/87026/diff/16/1011 File src/debug.cc (right): http://codereview.chromium.org/87026/diff/16/1011#newcode1807 Line 1807: if (!command_received_->Wait(100) && Debugger::host_dispatch_handler_) { On 2009/04/21 15:01:58, ...
11 years, 8 months ago (2009-04-22 13:51:48 UTC) #3
yurys
http://codereview.chromium.org/87026/diff/4007/3015 File test/cctest/test-debug.cc (left): http://codereview.chromium.org/87026/diff/4007/3015#oldcode3571 Line 3571: queue.Put(Message::NewHostDispatch(new TestClientData())); please insert some other messages instead ...
11 years, 8 months ago (2009-04-22 14:06:08 UTC) #4
pfeldman
11 years, 8 months ago (2009-04-22 14:08:15 UTC) #5
http://codereview.chromium.org/87026/diff/4007/3015
File test/cctest/test-debug.cc (left):

http://codereview.chromium.org/87026/diff/4007/3015#oldcode3571
Line 3571: queue.Put(Message::NewHostDispatch(new TestClientData()));
On 2009/04/22 14:06:08, Yury Semikhatsky wrote:
> please insert some other messages instead of these so that the queue is still
> expanded

Done.

http://codereview.chromium.org/87026/diff/4007/3015#oldcode3571
Line 3571: queue.Put(Message::NewHostDispatch(new TestClientData()));
On 2009/04/22 14:06:08, Yury Semikhatsky wrote:
> please insert some other messages instead of these so that the queue is still
> expanded

Done.

Powered by Google App Engine
This is Rietveld 408576698