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

Issue 960693003: Enable ChannelMojo for non-renderer child processes (Closed)

Created:
5 years, 10 months ago by Hajime Morrita
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable ChannelMojo for non-renderer child processes This CL enables ChannelMojo for ChidThread subclasses. It refers the same flag as one the render thread sees, so it can be disabled through --disable-mojo-channel Note that this doesn't touch the channel to NaCL as it needs more plumbing to make it work. BUG=377980 R=creis@chromium.org, jam@chromium.org

Patch Set 1 #

Patch Set 2 : Updated #

Patch Set 3 : Updated #

Patch Set 4 : #

Patch Set 5 : Fixed single process mode issue #

Patch Set 6 : Fix plugin related failure #

Total comments: 4

Patch Set 7 : Added a crbug.com link. #

Patch Set 8 : Updated to ToT #

Patch Set 9 : Addressing ChannelInit change. This part will be landed separately. #

Patch Set 10 : Updated. #

Patch Set 11 : Updated to ToT #

Patch Set 12 : Fixing broken tests #

Patch Set 13 : Splitted out the ipc/ change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -11 lines) Patch
M content/browser/browser_child_process_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +13 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -1 line 0 comments Download
M content/browser/plugin_process_host.h View 1 2 3 4 5 7 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/plugin_process_host.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.h View 1 2 3 7 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -0 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M content/common/child_process_host_impl.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -0 lines 0 comments Download
M content/common/child_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -1 line 0 comments Download
M content/public/browser/browser_child_process_host_delegate.h View 2 3 7 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/browser/browser_child_process_host_delegate.cc View 2 3 7 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/child_process_host.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M content/public/common/child_process_host_delegate.h View 2 3 7 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/child_process_host_delegate.cc View 2 3 7 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +2 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
Hajime Morrita
5 years, 10 months ago (2015-02-25 23:41:28 UTC) #1
jam
it's a bit hard to review in isolation; it would be good to see what ...
5 years, 10 months ago (2015-02-26 16:23:02 UTC) #2
Hajime Morrita
Thanks for the review John! PTAL at the updated change? On 2015/02/26 16:23:02, jam wrote: ...
5 years, 10 months ago (2015-02-26 19:41:29 UTC) #3
jam
it seems that the internal code should call ShouldUseMojoChannel directly instead of going through all ...
5 years, 9 months ago (2015-03-03 21:18:48 UTC) #4
Hajime Morrita
Thanks for the review John! > it seems that the internal code should call ShouldUseMojoChannel ...
5 years, 9 months ago (2015-03-03 21:31:21 UTC) #5
Hajime Morrita
BTW, I'm preparing a fix for the win_chromium_rel_ng redness. It is orthogonal to this so ...
5 years, 9 months ago (2015-03-03 21:32:12 UTC) #6
jam
should i review patchset 7 or 6?
5 years, 9 months ago (2015-03-05 18:19:26 UTC) #7
Hajime Morrita
On 2015/03/05 18:19:26, jam wrote: > should i review patchset 7 or 6? Oops, no. ...
5 years, 9 months ago (2015-03-05 18:22:52 UTC) #8
Hajime Morrita
This had been blocked other issues but now I'm back. Jam: Could you take a ...
5 years, 8 months ago (2015-03-31 17:14:38 UTC) #10
viettrungluu
//ipc lgtm
5 years, 8 months ago (2015-03-31 22:29:10 UTC) #11
Hajime Morrita
John: Could you take a look at content/ as an OWNER?
5 years, 8 months ago (2015-04-01 17:24:45 UTC) #12
Hajime Morrita
5 years, 8 months ago (2015-04-03 22:22:47 UTC) #13
This CL now becomes a pure content/ CL.
Can any owner take a look at this?

Powered by Google App Engine
This is Rietveld 408576698