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

Issue 2738853002: Connections now take a ConnectionParams instead of a pipe handle. (Closed)

Created:
3 years, 9 months ago by Jay Civelli
Modified:
3 years, 9 months ago
CC:
Aaron Boodman, abarth-chromium, agrieve+watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, jbudorick+watch_chromium.org, mikecase+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, vmpstr+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Changing connections to take a ConnectionParams instead of a pipe handle. ConnectionParams will be augmented in a follow up patch to take extra objects on Android (channels to support sending Parcelable instances). BUG=699311 TBR=jam@chromium.org,sky@chromium.org,lhchavez@chromium.org,bradnelson@chromium.org Review-Url: https://codereview.chromium.org/2738853002 Cr-Commit-Position: refs/heads/master@{#455921} Committed: https://chromium.googlesource.com/chromium/src/+/aba5a6139d8823893880402cf40e9f319f2f0a97

Patch Set 1 : Changing SpawnChild to return a struct. #

Patch Set 2 : Fix bots. #

Patch Set 3 : Changing SpawnChild to return a struct. #

Patch Set 4 : Fix bots. #

Patch Set 5 : Fix Win compile #

Total comments: 3

Patch Set 6 : Renamed to ConnectionParams #

Patch Set 7 : Fix Windows build #

Patch Set 8 : Fix Win release build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -94 lines) Patch
M chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/service/service_utility_process_host.cc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/base/mojo_test_connector.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/utility/importer/firefox_importer_unittest_utils_mac.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M components/arc/arc_session.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M components/nacl/broker/nacl_broker_listener.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/child_process_launcher.cc View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M mojo/edk/embedder/BUILD.gn View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A mojo/edk/embedder/connection_params.h View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A mojo/edk/embedder/connection_params.cc View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
M mojo/edk/embedder/embedder.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M mojo/edk/embedder/pending_process_connection.h View 1 2 3 4 5 3 chunks +5 lines, -4 lines 0 comments Download
M mojo/edk/embedder/pending_process_connection.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/system/broker_host.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/channel.h View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M mojo/edk/system/channel_posix.cc View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M mojo/edk/system/channel_win.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/edk/system/core.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/core.cc View 1 2 3 4 5 3 chunks +7 lines, -6 lines 0 comments Download
M mojo/edk/system/node_channel.h View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M mojo/edk/system/node_channel.cc View 1 2 3 4 5 2 chunks +7 lines, -6 lines 0 comments Download
M mojo/edk/system/node_controller.h View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download
M mojo/edk/system/node_controller.cc View 1 2 3 4 5 13 chunks +35 lines, -34 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/win/unprivileged_process_delegate.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/win/wts_session_process_delegate.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M services/service_manager/runner/host/service_process_launcher.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M services/service_manager/tests/service_manager/service_manager_unittest.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M services/service_manager/tests/util.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 54 (41 generated)
Jay Civelli
3 years, 9 months ago (2017-03-08 19:52:30 UTC) #11
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/2738853002/diff/220001/mojo/edk/embedder/connection_param.h File mojo/edk/embedder/connection_param.h (right): https://codereview.chromium.org/2738853002/diff/220001/mojo/edk/embedder/connection_param.h#newcode16 mojo/edk/embedder/connection_param.h:16: class MOJO_SYSTEM_IMPL_EXPORT ConnectionParam { nit: (sorry) - I ...
3 years, 9 months ago (2017-03-09 18:00:43 UTC) #28
Jay Civelli
TBRing for trivial call site changes: jam@ for content/ lhchavez@ for components/arc sky@ for chrome/ ...
3 years, 9 months ago (2017-03-09 19:09:53 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738853002/240001
3 years, 9 months ago (2017-03-09 19:10:35 UTC) #34
Luis Héctor Chávez
lgtm
3 years, 9 months ago (2017-03-09 19:10:54 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/381589)
3 years, 9 months ago (2017-03-09 19:28:37 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738853002/260001
3 years, 9 months ago (2017-03-09 20:05:37 UTC) #40
jam
lgtm
3 years, 9 months ago (2017-03-09 20:28:50 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/398082)
3 years, 9 months ago (2017-03-09 20:30:14 UTC) #44
sky
LGTM
3 years, 9 months ago (2017-03-09 21:09:44 UTC) #45
Jay Civelli
TBRing bradnelson@ for trivial caller site change in components/nacl
3 years, 9 months ago (2017-03-09 22:54:53 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2738853002/280001
3 years, 9 months ago (2017-03-09 22:55:35 UTC) #51
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 00:29:35 UTC) #54
Message was sent while issue was closed.
Committed patchset #8 (id:280001) as
https://chromium.googlesource.com/chromium/src/+/aba5a6139d8823893880402cf40e...

Powered by Google App Engine
This is Rietveld 408576698