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

Issue 1123153002: Added class to subscribe to GCD notifications over XMPP. (Closed)

Created:
5 years, 7 months ago by John Williams
Modified:
5 years, 7 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@host-xmpp-connect2a
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added class to subscribe to GCD notifications over XMPP. Instances of this class are created in an upcoming patch. BUG=471928 Committed: https://crrev.com/cb58e5e73fb79375392544576e345ed4133773af Cr-Commit-Position: refs/heads/master@{#330628}

Patch Set 1 #

Total comments: 20

Patch Set 2 : added unit test #

Patch Set 3 : formatting #

Patch Set 4 : revised unit test #

Total comments: 6

Patch Set 5 : for review #

Total comments: 12

Patch Set 6 : for review #

Patch Set 7 : sync to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -10 lines) Patch
M remoting/protocol/me2me_host_authenticator_factory.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/remoting_srcs.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M remoting/signaling/jid_util.h View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M remoting/signaling/jid_util.cc View 1 2 3 4 5 1 chunk +27 lines, -7 lines 0 comments Download
M remoting/signaling/jid_util_unittest.cc View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A remoting/signaling/push_notification_subscriber.h View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A remoting/signaling/push_notification_subscriber.cc View 1 2 3 4 5 1 chunk +95 lines, -0 lines 0 comments Download
A remoting/signaling/push_notification_subscriber_unittest.cc View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
John Williams
5 years, 7 months ago (2015-05-06 18:50:44 UTC) #2
Sergey Ulanov
https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.cc File remoting/host/gcd_notification_subscriber.cc (right): https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.cc#newcode1 remoting/host/gcd_notification_subscriber.cc:1: // Copyright (c) 2015 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-05-07 18:22:39 UTC) #3
Sergey Ulanov
Also please add some unittests :-)
5 years, 7 months ago (2015-05-07 18:25:47 UTC) #4
John Williams
https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.cc File remoting/host/gcd_notification_subscriber.cc (right): https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.cc#newcode1 remoting/host/gcd_notification_subscriber.cc:1: // Copyright (c) 2015 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-05-15 00:51:12 UTC) #5
Sergey Ulanov
https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.h File remoting/host/gcd_notification_subscriber.h (right): https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.h#newcode23 remoting/host/gcd_notification_subscriber.h:23: class GcdNotificationSubscriber : public SignalStrategy::Listener { On 2015/05/15 00:51:12, ...
5 years, 7 months ago (2015-05-15 18:22:37 UTC) #6
John Williams
https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.h File remoting/host/gcd_notification_subscriber.h (right): https://codereview.chromium.org/1123153002/diff/1/remoting/host/gcd_notification_subscriber.h#newcode23 remoting/host/gcd_notification_subscriber.h:23: class GcdNotificationSubscriber : public SignalStrategy::Listener { On 2015/05/15 18:22:36, ...
5 years, 7 months ago (2015-05-15 21:59:43 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/1123153002/diff/80001/remoting/signaling/jid_util.cc File remoting/signaling/jid_util.cc (right): https://codereview.chromium.org/1123153002/diff/80001/remoting/signaling/jid_util.cc#newcode34 remoting/signaling/jid_util.cc:34: if (bare_jid != nullptr) { don't need != nullptr ...
5 years, 7 months ago (2015-05-16 00:56:08 UTC) #8
John Williams
https://codereview.chromium.org/1123153002/diff/80001/remoting/signaling/jid_util.cc File remoting/signaling/jid_util.cc (right): https://codereview.chromium.org/1123153002/diff/80001/remoting/signaling/jid_util.cc#newcode34 remoting/signaling/jid_util.cc:34: if (bare_jid != nullptr) { On 2015/05/16 00:56:07, Sergey ...
5 years, 7 months ago (2015-05-16 02:10:07 UTC) #9
Sergey Ulanov
lgtm
5 years, 7 months ago (2015-05-19 20:48:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1123153002/120001
5 years, 7 months ago (2015-05-19 21:14:26 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 7 months ago (2015-05-19 22:09:53 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-05-19 22:10:42 UTC) #15
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cb58e5e73fb79375392544576e345ed4133773af
Cr-Commit-Position: refs/heads/master@{#330628}

Powered by Google App Engine
This is Rietveld 408576698