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

Issue 27060003: Mojo: Abstract out the endpoints of MessagePipes. (Closed)

Created:
7 years, 2 months ago by viettrungluu
Modified:
7 years, 2 months ago
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), ben+watch_chromium.org
Visibility:
Public.

Description

Mojo: Abstract out the endpoints of MessagePipes. This will allow us to plug in different kinds of endpoints, in particular, non-local endpoints (so that MessagePipes can be cross-process, with, e.g., a socket as transport). R=darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228815

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 7

Patch Set 3 : better comments #

Patch Set 4 : base files missing? #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -153 lines) Patch
M mojo/mojo.gyp View 1 2 chunks +4 lines, -0 lines 0 comments Download
A mojo/system/local_message_pipe_endpoint.h View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A mojo/system/local_message_pipe_endpoint.cc View 1 chunk +160 lines, -0 lines 0 comments Download
M mojo/system/message_pipe.h View 1 2 2 chunks +10 lines, -16 lines 0 comments Download
M mojo/system/message_pipe.cc View 1 2 6 chunks +36 lines, -137 lines 0 comments Download
A mojo/system/message_pipe_endpoint.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A mojo/system/message_pipe_endpoint.cc View 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
viettrungluu
Better send this to you while you're here. :) I kind of regret the additional ...
7 years, 2 months ago (2013-10-11 19:42:58 UTC) #1
viettrungluu
Don't review this yet. I don't think it's designed correctly, and I need to think ...
7 years, 2 months ago (2013-10-11 23:36:42 UTC) #2
viettrungluu
On second/third/fourth thought, I think I'll go with this as-is. I can't think of anything ...
7 years, 2 months ago (2013-10-14 22:54:09 UTC) #3
darin (slow to review)
This seems like a reasonable refactoring to me. I just have a question about how ...
7 years, 2 months ago (2013-10-15 06:50:36 UTC) #4
viettrungluu
The design of MessagePipeEndpoint is a little strange, because it really represents two things (that ...
7 years, 2 months ago (2013-10-15 17:48:58 UTC) #5
viettrungluu
+davemoore, since darin's out for the rest of this week (and shouldn't be doing code ...
7 years, 2 months ago (2013-10-15 20:05:20 UTC) #6
DaveMoore
lgtm
7 years, 2 months ago (2013-10-15 20:35:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/viettrungluu@chromium.org/27060003/24001
7 years, 2 months ago (2013-10-15 20:46:49 UTC) #8
commit-bot: I haz the power
7 years, 2 months ago (2013-10-16 00:24:40 UTC) #9
Message was sent while issue was closed.
Change committed as 228815

Powered by Google App Engine
This is Rietveld 408576698