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

Issue 145483005: Mojo: More work towards sending message pipe handles over remote message pipes. (Closed)

Created:
6 years, 10 months ago by viettrungluu
Modified:
6 years, 10 months ago
Reviewers:
DaveMoore
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

Mojo: More work towards sending message pipe handles over remote message pipes. ProxyMessagePipeEndpoint::EnqueueMessage() needs to look at each handle (i.e., dispatcher) and decide what to do. This CL doesn't actually do anything yet exactly. I also need to check (at a higher level) that we're not sending the peer handle over a given handle, hence I'm splitting out this part now (since that work will touch on the same things as this). R=davemoore@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248580

Patch Set 1 #

Total comments: 4

Patch Set 2 : oops #

Patch Set 3 : toned down comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -10 lines) Patch
M mojo/system/message_pipe_dispatcher.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M mojo/system/message_pipe_dispatcher.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M mojo/system/proxy_message_pipe_endpoint.h View 3 chunks +17 lines, -2 lines 0 comments Download
M mojo/system/proxy_message_pipe_endpoint.cc View 3 chunks +72 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
viettrungluu
6 years, 10 months ago (2014-02-03 18:55:35 UTC) #1
DaveMoore
https://codereview.chromium.org/145483005/diff/1/mojo/system/message_pipe.h File mojo/system/message_pipe.h (right): https://codereview.chromium.org/145483005/diff/1/mojo/system/message_pipe.h#newcode81 mojo/system/message_pipe.h:81: // another message pipe. What is used? https://codereview.chromium.org/145483005/diff/1/mojo/system/message_pipe_dispatcher.h File ...
6 years, 10 months ago (2014-02-03 20:01:14 UTC) #2
viettrungluu
https://codereview.chromium.org/145483005/diff/1/mojo/system/message_pipe.h File mojo/system/message_pipe.h (right): https://codereview.chromium.org/145483005/diff/1/mojo/system/message_pipe.h#newcode81 mojo/system/message_pipe.h:81: // another message pipe. On 2014/02/03 20:01:15, DaveMoore wrote: ...
6 years, 10 months ago (2014-02-03 20:09:10 UTC) #3
DaveMoore
lgtm
6 years, 10 months ago (2014-02-03 21:39:15 UTC) #4
viettrungluu
6 years, 10 months ago (2014-02-03 21:42:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r248580 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698