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

Issue 1444433002: Added anti-singleton services (new process/thread per connection). (Closed)

Created:
5 years, 1 month ago by Sean Klein
Modified:
5 years, 1 month ago
Reviewers:
viettrungluu
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Added anti-singleton services (new process/thread per connection). TEST=`./out/Debug/mojo_shell --enable-multiprocess ./out/Debug/spinning_cube.pexe.mojo ./out/Debug/echo_client.pexe.mojo` BUG=#396 R=viettrungluu@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/78eb28d26d57dc51e7ff15c8c2cbeea19980297b

Patch Set 1 : Rough, LOG filled version. #

Patch Set 2 : Still a little rough, but less logging! #

Patch Set 3 : Made MakeApplicationIdentity, updated README #

Total comments: 18

Patch Set 4 : Response to Code Review #

Total comments: 2

Patch Set 5 : Response to nit #

Patch Set 6 : Added multiprocess apptest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -21 lines) Patch
M mojo/tools/data/nacl_nonsfi_apptests View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M services/nacl/README.md View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M shell/application_manager/application_manager.h View 1 2 3 4 3 chunks +9 lines, -3 lines 0 comments Download
M shell/application_manager/application_manager.cc View 1 2 3 9 chunks +35 lines, -15 lines 0 comments Download
M shell/application_manager/native_application_options.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M shell/context.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
Sean Klein
PTAL I'm currently selecting the "unique process" eligible applications in InitNativeOptions, from context.cc. As you ...
5 years, 1 month ago (2015-11-13 03:55:04 UTC) #12
viettrungluu
https://codereview.chromium.org/1444433002/diff/160001/shell/application_manager/application_manager.cc File shell/application_manager/application_manager.cc (right): https://codereview.chromium.org/1444433002/diff/160001/shell/application_manager/application_manager.cc#newcode7 shell/application_manager/application_manager.cc:7: #include "shell/application_manager/application_manager.h" This include should go *first* (see the ...
5 years, 1 month ago (2015-11-13 18:41:27 UTC) #13
viettrungluu
On 2015/11/13 03:55:04, smklein1 wrote: > PTAL > > I'm currently selecting the "unique process" ...
5 years, 1 month ago (2015-11-13 18:44:33 UTC) #14
Sean Klein
Where do you think the test for this CL should exist? application_manager_unittest.cc? Or somewhere else ...
5 years, 1 month ago (2015-11-16 02:24:22 UTC) #15
Sean Klein
https://codereview.chromium.org/1444433002/diff/160001/shell/application_manager/application_manager.cc File shell/application_manager/application_manager.cc (right): https://codereview.chromium.org/1444433002/diff/160001/shell/application_manager/application_manager.cc#newcode7 shell/application_manager/application_manager.cc:7: #include "shell/application_manager/application_manager.h" On 2015/11/13 18:41:26, viettrungluu wrote: > This ...
5 years, 1 month ago (2015-11-16 02:24:27 UTC) #16
viettrungluu
lgtm w/nit https://codereview.chromium.org/1444433002/diff/180001/shell/application_manager/application_manager.h File shell/application_manager/application_manager.h (right): https://codereview.chromium.org/1444433002/diff/180001/shell/application_manager/application_manager.h#newcode178 shell/application_manager/application_manager.h:178: Identity MakeApplicationIdentity(const GURL& resolved_url); nit: Existing bad ...
5 years, 1 month ago (2015-11-16 17:13:32 UTC) #17
Sean Klein
https://codereview.chromium.org/1444433002/diff/180001/shell/application_manager/application_manager.h File shell/application_manager/application_manager.h (right): https://codereview.chromium.org/1444433002/diff/180001/shell/application_manager/application_manager.h#newcode178 shell/application_manager/application_manager.h:178: Identity MakeApplicationIdentity(const GURL& resolved_url); On 2015/11/16 17:13:32, viettrungluu wrote: ...
5 years, 1 month ago (2015-11-16 17:26:32 UTC) #18
Sean Klein
Added a multiprocess apptest.
5 years, 1 month ago (2015-11-17 02:07:38 UTC) #19
Sean Klein
5 years, 1 month ago (2015-11-17 18:15:17 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:220001) manually as
78eb28d26d57dc51e7ff15c8c2cbeea19980297b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698