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

Issue 18075003: Host offline status reporting. (Closed)

Created:
7 years, 5 months ago by weitao
Modified:
7 years, 5 months ago
Reviewers:
rmsousa
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Host offline status reporting. This is change #1 of the Host offline status reporting work: 1. Define the structure of the offline status message. 2. The host sends the offline status message if the underlying XMPP connection is live. BUG=247245 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210731 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210995

Patch Set 1 #

Total comments: 20

Patch Set 2 : Addressing CR feedback #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+549 lines, -3 lines) Patch
M remoting/host/host_exit_codes.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A remoting/host/host_exit_codes.cc View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/host_status_sender.h View 1 2 3 4 5 6 8 1 chunk +105 lines, -0 lines 0 comments Download
A remoting/host/host_status_sender.cc View 1 2 3 4 5 6 7 8 1 chunk +162 lines, -0 lines 0 comments Download
A remoting/host/host_status_sender_unittest.cc View 1 2 3 4 5 6 7 1 chunk +200 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 8 chunks +22 lines, -3 lines 0 comments Download
M remoting/host/server_log_entry.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/host/server_log_entry.cc View 1 2 3 4 5 3 chunks +16 lines, -0 lines 0 comments Download
M remoting/protocol/name_value_map.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
weitao
7 years, 5 months ago (2013-07-02 00:05:47 UTC) #1
rmsousa
The general approach seems good, but i have some comments about the implementation details. https://codereview.chromium.org/18075003/diff/1/remoting/host/offline_status_sender.cc ...
7 years, 5 months ago (2013-07-02 02:09:24 UTC) #2
weitao
Major changes: 1. Rename OfflineStatusSender to HostStatusSender 2. Add online/offline attribute 3. Rename various tags ...
7 years, 5 months ago (2013-07-03 19:23:30 UTC) #3
rmsousa
this looks generally good, I've just some comments on how to encode the values. https://codereview.chromium.org/18075003/diff/6001/remoting/host/host_status_sender.cc ...
7 years, 5 months ago (2013-07-04 01:20:14 UTC) #4
weitao
https://codereview.chromium.org/18075003/diff/6001/remoting/host/host_status_sender.cc File remoting/host/host_status_sender.cc (right): https://codereview.chromium.org/18075003/diff/6001/remoting/host/host_status_sender.cc#newcode102 remoting/host/host_status_sender.cc:102: QName(kChromotingXmlNamespace, kStatusAttr), base::IntToString(status)); On 2013/07/04 01:20:14, rmsousa wrote: > ...
7 years, 5 months ago (2013-07-09 00:37:40 UTC) #5
rmsousa
This looks generally good, just some nits and a comment on the logging. https://codereview.chromium.org/18075003/diff/19001/remoting/host/host_exit_codes.h File ...
7 years, 5 months ago (2013-07-09 03:13:41 UTC) #6
weitao
https://codereview.chromium.org/18075003/diff/19001/remoting/host/host_exit_codes.h File remoting/host/host_exit_codes.h (right): https://codereview.chromium.org/18075003/diff/19001/remoting/host/host_exit_codes.h#newcode39 remoting/host/host_exit_codes.h:39: const std::string HostExitCodeStrings[] = { On 2013/07/09 03:13:41, rmsousa ...
7 years, 5 months ago (2013-07-09 19:02:17 UTC) #7
weitao
7 years, 5 months ago (2013-07-09 20:45:07 UTC) #8
rmsousa
lgtm
7 years, 5 months ago (2013-07-09 21:07:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weitaosu@chromium.org/18075003/34001
7 years, 5 months ago (2013-07-09 21:13:38 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-09 21:40:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weitaosu@chromium.org/18075003/61001
7 years, 5 months ago (2013-07-09 23:13:20 UTC) #12
commit-bot: I haz the power
Change committed as 210731
7 years, 5 months ago (2013-07-10 03:57:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weitaosu@chromium.org/18075003/93001
7 years, 5 months ago (2013-07-10 19:26:15 UTC) #14
commit-bot: I haz the power
7 years, 5 months ago (2013-07-11 01:01:55 UTC) #15
Message was sent while issue was closed.
Change committed as 210995

Powered by Google App Engine
This is Rietveld 408576698