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

Issue 398563002: Do not create a reply IPCMessage for every message received. (Closed)

Created:
6 years, 5 months ago by Robert Sesek
Modified:
6 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Do not create a reply IPCMessage for every message received. This is incompatible with the way xpc_dictionary_create_reply() works, which may only be called once per message. This would inhibit forwarding messages, since the receiver of the forwarded XPC message would not be able to reply. Instead, replies now must be created explicitly via MessageServer::CreateReply(). BUG=382931 R=mark@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283376

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -35 lines) Patch
M sandbox/mac/launchd_interception_server.h View 1 chunk +3 lines, -5 lines 0 comments Download
M sandbox/mac/launchd_interception_server.cc View 6 chunks +8 lines, -10 lines 0 comments Download
M sandbox/mac/mach_message_server.h View 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/mac/mach_message_server.cc View 3 chunks +22 lines, -12 lines 0 comments Download
M sandbox/mac/message_server.h View 2 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Robert Sesek
6 years, 5 months ago (2014-07-15 20:13:40 UTC) #1
Mark Mentovai
LGTM
6 years, 5 months ago (2014-07-15 21:48:37 UTC) #2
Robert Sesek
The CQ bit was checked by rsesek@chromium.org
6 years, 5 months ago (2014-07-15 21:48:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/398563002/1
6 years, 5 months ago (2014-07-15 21:51:03 UTC) #4
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 06:21:31 UTC) #5
Message was sent while issue was closed.
Change committed as 283376

Powered by Google App Engine
This is Rietveld 408576698