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

Issue 1128493002: Add connection error handing in ServiceRegistryImpl. (Closed)

Created:
5 years, 7 months ago by xhwang
Modified:
5 years, 7 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add connection error handing in ServiceRegistryImpl. This will be useful when hosting mojo services in the utility process where the process can go away after being idle for a certain period of time. When that happens, the ServiceRegistryImpl will not be bound and needs to be reconnected before it can be used again. For background, please see http://goo.gl/sMpZ0g. BUG=479935 TEST=Tested by manually killing the process hosting the other side of the ServiceRegistryImpl. Committed: https://crrev.com/a3140a9f83f0aa1c2ee4b7bf1a5b9dd8f127496d Cr-Commit-Position: refs/heads/master@{#330946}

Patch Set 1 #

Total comments: 2

Patch Set 2 : comments addressed #

Patch Set 3 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M content/common/mojo/service_registry_impl.h View 1 2 3 chunks +8 lines, -1 line 0 comments Download
M content/common/mojo/service_registry_impl.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
xhwang
PTAL
5 years, 7 months ago (2015-05-05 06:06:28 UTC) #2
Ken Rockot(use gerrit already)
LGTM. FYI I'm trying to figure out what it would look like to embed a ...
5 years, 7 months ago (2015-05-05 17:59:23 UTC) #3
xhwang
> FYI I'm trying to figure out what it would look like to embed a ...
5 years, 7 months ago (2015-05-05 18:08:07 UTC) #4
xhwang
comments addressed
5 years, 7 months ago (2015-05-05 18:08:27 UTC) #5
xhwang
jam: Please OWNERS review. https://codereview.chromium.org/1128493002/diff/1/content/common/mojo/service_registry_impl.cc File content/common/mojo/service_registry_impl.cc (right): https://codereview.chromium.org/1128493002/diff/1/content/common/mojo/service_registry_impl.cc#newcode24 content/common/mojo/service_registry_impl.cc:24: binding_.set_error_handler(this); On 2015/05/05 17:59:23, Ken ...
5 years, 7 months ago (2015-05-05 18:09:26 UTC) #7
jam
lgtm, sorry for the delay
5 years, 7 months ago (2015-05-07 16:45:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128493002/20001
5 years, 7 months ago (2015-05-07 16:48:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/15391)
5 years, 7 months ago (2015-05-07 17:43:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128493002/20001
5 years, 7 months ago (2015-05-07 18:08:30 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/15428)
5 years, 7 months ago (2015-05-07 19:21:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128493002/20001
5 years, 7 months ago (2015-05-08 17:52:36 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/55407)
5 years, 7 months ago (2015-05-08 19:46:30 UTC) #21
Ken Rockot(use gerrit already)
On 2015/05/08 19:46:30, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 7 months ago (2015-05-08 19:50:59 UTC) #22
xhwang
On 2015/05/08 19:50:59, Ken Rockot wrote: > On 2015/05/08 19:46:30, I haz the power (commit-bot) ...
5 years, 7 months ago (2015-05-08 20:10:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128493002/20001
5 years, 7 months ago (2015-05-13 05:20:44 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/17317)
5 years, 7 months ago (2015-05-13 06:13:10 UTC) #27
xhwang
rebase only
5 years, 7 months ago (2015-05-21 05:03:40 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128493002/40001
5 years, 7 months ago (2015-05-21 17:27:39 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-21 17:32:35 UTC) #32
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 17:33:26 UTC) #33
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a3140a9f83f0aa1c2ee4b7bf1a5b9dd8f127496d
Cr-Commit-Position: refs/heads/master@{#330946}

Powered by Google App Engine
This is Rietveld 408576698