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

Issue 437048: Mac: Proof of concept of IPCing renderer mach_port_ts. (Closed)

Created:
11 years, 1 month ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Mac: Proof of concept of IPCing renderer mach_port_ts. Not meant to be submitted. BUG=13156 TEST=none

Patch Set 1 #

Patch Set 2 : add memory stats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -3 lines) Patch
M chrome/browser/child_process_launcher.cc View 1 2 chunks +51 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/mach_ipc_mac.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/renderer_main.cc View 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
Hi, this is not for review, it's more a FYI. This lets the renderer (exactly ...
11 years, 1 month ago (2009-11-25 02:50:55 UTC) #1
jeremy
11 years ago (2009-11-25 11:48:35 UTC) #2
The general approach looks OK, I wonder if we could tie the Mach port in some
way to the existing IPC channel?  Then we could send out of bound data in a
similar way to how we send FDs today (although this would need to happen across
a thread boundary since the IPC channel and mach ports can't use the same
mechanism to block on 10.5).

The advantages would be that we could then send other types of data over the
same Mach port with minimal effort as part of the existing IPC mechansim.

Powered by Google App Engine
This is Rietveld 408576698