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

Issue 2019973002: [mojo-edk] Bind a child token to child launches and port reservations. (Closed)

Created:
4 years, 6 months ago by Anand Mistry (off Chromium)
Modified:
4 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, jam, nasko+codewatch_chromium.org, piman+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[mojo-edk] Bind a child token to child launches and port reservations. This allows the EDK to close reserved ports when a child launch fails, by being able to associate channels to reserved ports. BUG=589859 TBR=phajdan.jr@chromium.org,hidehiko@chromium.org Committed: https://crrev.com/6ad1e819b60a1c90f4890ae4c0872a060e09a4c4 Cr-Commit-Position: refs/heads/master@{#397978}

Patch Set 1 #

Patch Set 2 : NaCl build #

Patch Set 3 : shell #

Patch Set 4 : gn check #

Patch Set 5 : Update #

Patch Set 6 : arc fix #

Total comments: 6

Patch Set 7 : revert stuff. #

Total comments: 8

Patch Set 8 : address reviews comments #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -71 lines) Patch
M chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/base/mojo_test_connector.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -4 lines 0 comments Download
M components/arc/arc_bridge_bootstrap.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 4 5 6 7 3 chunks +14 lines, -2 lines 0 comments Download
M content/browser/child_process_launcher.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/child_process_launcher.cc View 1 2 3 4 4 chunks +5 lines, -1 line 0 comments Download
M content/browser/gpu/gpu_process_host.h View 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 4 chunks +6 lines, -3 lines 0 comments Download
M content/browser/mojo/mojo_application_host.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/mojo/mojo_application_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/mojo/mojo_child_connection.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/mojo/mojo_child_connection.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -5 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M content/public/browser/browser_child_process_host.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M content/test/render_thread_impl_browser_test_ipc_helper.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/edk/embedder/embedder.h View 1 2 3 4 2 chunks +15 lines, -3 lines 0 comments Download
M mojo/edk/embedder/embedder.cc View 1 2 3 4 2 chunks +12 lines, -4 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 1 2 3 4 2 chunks +53 lines, -0 lines 0 comments Download
M mojo/edk/system/core.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M mojo/edk/system/core.cc View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M mojo/edk/system/node_controller.h View 1 2 3 4 5 6 7 5 chunks +22 lines, -6 lines 0 comments Download
M mojo/edk/system/node_controller.cc View 1 2 3 4 5 6 7 8 chunks +84 lines, -10 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M services/shell/runner/common/client_util.h View 2 chunks +3 lines, -1 line 0 comments Download
M services/shell/runner/common/client_util.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M services/shell/runner/host/child_process_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M services/shell/runner/host/child_process_host.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M services/shell/tests/shell/driver.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M services/shell/tests/util.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
Anand Mistry (off Chromium)
4 years, 6 months ago (2016-06-01 05:55:10 UTC) #2
Ken Rockot(use gerrit already)
lgtm % a few small changes/nits https://codereview.chromium.org/2019973002/diff/100001/components/nacl/browser/BUILD.gn File components/nacl/browser/BUILD.gn (right): https://codereview.chromium.org/2019973002/diff/100001/components/nacl/browser/BUILD.gn#newcode42 components/nacl/browser/BUILD.gn:42: "//mojo/edk/system", this change ...
4 years, 6 months ago (2016-06-01 15:40:48 UTC) #3
Anand Mistry (off Chromium)
nick@chromium.org: Please review changes in content/ https://codereview.chromium.org/2019973002/diff/100001/components/nacl/browser/BUILD.gn File components/nacl/browser/BUILD.gn (right): https://codereview.chromium.org/2019973002/diff/100001/components/nacl/browser/BUILD.gn#newcode42 components/nacl/browser/BUILD.gn:42: "//mojo/edk/system", On 2016/06/01 ...
4 years, 6 months ago (2016-06-02 04:35:37 UTC) #5
ncarter (slow)
lgtm https://codereview.chromium.org/2019973002/diff/120001/content/browser/mojo/mojo_application_host.h File content/browser/mojo/mojo_application_host.h (right): https://codereview.chromium.org/2019973002/diff/120001/content/browser/mojo/mojo_application_host.h#newcode33 content/browser/mojo/mojo_application_host.h:33: MojoApplicationHost(const std::string& child_token); explicit https://codereview.chromium.org/2019973002/diff/120001/mojo/edk/system/node_controller.cc File mojo/edk/system/node_controller.cc (right): ...
4 years, 6 months ago (2016-06-02 17:43:28 UTC) #6
Anand Mistry (off Chromium)
https://codereview.chromium.org/2019973002/diff/120001/content/browser/mojo/mojo_application_host.h File content/browser/mojo/mojo_application_host.h (right): https://codereview.chromium.org/2019973002/diff/120001/content/browser/mojo/mojo_application_host.h#newcode33 content/browser/mojo/mojo_application_host.h:33: MojoApplicationHost(const std::string& child_token); On 2016/06/02 17:43:28, ncarter wrote: > ...
4 years, 6 months ago (2016-06-03 04:39:41 UTC) #7
Anand Mistry (off Chromium)
TBRing for mechanical changes: phajdan.jr for chrome/test hidehiko for arc
4 years, 6 months ago (2016-06-06 04:57:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019973002/160001
4 years, 6 months ago (2016-06-06 04:58:24 UTC) #12
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 6 months ago (2016-06-06 05:36:44 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 05:38:15 UTC) #16
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/6ad1e819b60a1c90f4890ae4c0872a060e09a4c4
Cr-Commit-Position: refs/heads/master@{#397978}

Powered by Google App Engine
This is Rietveld 408576698