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

Issue 317723004: [GCM] Add ConnectionListener support, and hook up to debug page (Closed)

Created:
6 years, 6 months ago by Nicolas Zea
Modified:
6 years, 6 months ago
Reviewers:
fgorski
CC:
chromium-reviews
Visibility:
Public.

Description

[GCM] Add ConnectionListener support, and hook up to debug page The ConnectionFactory::ConnectionListener gets informed of connection events, including the actual ip endpoint with which a connection was established. This will eventually be hooked up to app handlers to allow services to act on connection changes. For now it just allows the debug page to more accurately reflect the connection state. BUG=377882 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276800

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Patch Set 3 : Fix compile #

Patch Set 4 : Rebase #

Patch Set 5 : Fix win? #

Patch Set 6 : Fix compile + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -5 lines) Patch
M components/gcm_driver/gcm_client_impl.h View 1 2 3 2 chunks +10 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.cc View 1 2 3 3 chunks +14 lines, -1 line 0 comments Download
M google_apis/gcm/engine/connection_factory.h View 1 2 3 4 5 4 chunks +32 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/connection_factory.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl.h View 1 3 chunks +9 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl.cc View 1 6 chunks +36 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl_unittest.cc View 1 2 3 4 12 chunks +37 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/fake_connection_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/fake_connection_factory.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
Nicolas Zea
PTAL
6 years, 6 months ago (2014-06-04 23:23:03 UTC) #1
fgorski
I understand that the change is pretty basic, but perhaps you could add a few ...
6 years, 6 months ago (2014-06-05 00:03:11 UTC) #2
Nicolas Zea
added some tests and addressed comments, PTAL https://codereview.chromium.org/317723004/diff/1/google_apis/gcm/engine/connection_factory_impl.cc File google_apis/gcm/engine/connection_factory_impl.cc (right): https://codereview.chromium.org/317723004/diff/1/google_apis/gcm/engine/connection_factory_impl.cc#newcode146 google_apis/gcm/engine/connection_factory_impl.cc:146: return "CONNECTED"; ...
6 years, 6 months ago (2014-06-05 20:17:27 UTC) #3
fgorski
lgtm
6 years, 6 months ago (2014-06-05 20:31:15 UTC) #4
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-05 20:35:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/40001
6 years, 6 months ago (2014-06-05 20:36:27 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 00:57:32 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 01:15:11 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/39079)
6 years, 6 months ago (2014-06-06 01:15:12 UTC) #9
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-09 19:00:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/60001
6 years, 6 months ago (2014-06-09 19:01:58 UTC) #11
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-09 22:11:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/80001
6 years, 6 months ago (2014-06-09 22:11:24 UTC) #13
semenzato
On 2014/06/09 22:11:24, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 6 months ago (2014-06-10 00:16:20 UTC) #14
Nicolas Zea
On 2014/06/10 00:16:20, semenzato wrote: > On 2014/06/09 22:11:24, I haz the power (commit-bot) wrote: ...
6 years, 6 months ago (2014-06-10 00:22:05 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 15:27:57 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 17:54:54 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/27335)
6 years, 6 months ago (2014-06-10 17:54:55 UTC) #18
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-10 17:57:31 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/80001
6 years, 6 months ago (2014-06-10 18:02:45 UTC) #20
Nicolas Zea
The CQ bit was unchecked by zea@chromium.org
6 years, 6 months ago (2014-06-10 18:33:01 UTC) #21
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-10 19:00:00 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/100001
6 years, 6 months ago (2014-06-10 19:02:28 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 01:08:23 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 04:11:52 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/27590)
6 years, 6 months ago (2014-06-11 04:11:53 UTC) #26
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-11 19:06:36 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/120001
6 years, 6 months ago (2014-06-11 19:07:46 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 21:33:18 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 21:36:44 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_compile_dbg/builds/31363) mac_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_rel/builds/38018) win_chromium_rel ...
6 years, 6 months ago (2014-06-11 21:36:45 UTC) #31
Nicolas Zea
The CQ bit was checked by zea@chromium.org
6 years, 6 months ago (2014-06-12 17:08:06 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/317723004/120001
6 years, 6 months ago (2014-06-12 17:14:48 UTC) #33
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 21:00:50 UTC) #34
Message was sent while issue was closed.
Change committed as 276800

Powered by Google App Engine
This is Rietveld 408576698