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

Issue 9567010: Making the me2me host compiling and running on Windows. This includes making it a window applicatio… (Closed)

Created:
8 years, 9 months ago by alexeypa (please no reviews)
Modified:
8 years, 9 months ago
Reviewers:
Lambros, Wez, Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, pam+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Making the me2me host compiling and running on Windows. This includes making it a window application and converting syslog to EventLog. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124667

Patch Set 1 #

Total comments: 32

Patch Set 2 : CR feedback. #

Patch Set 3 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+394 lines, -86 lines) Patch
M remoting/host/host_event_logger.h View 1 chunk +9 lines, -22 lines 0 comments Download
D remoting/host/host_event_logger.cc View 1 chunk +0 lines, -54 lines 0 comments Download
A remoting/host/host_event_logger_linux.cc View 1 chunk +96 lines, -0 lines 0 comments Download
A remoting/host/host_event_logger_win.cc View 1 2 1 chunk +148 lines, -0 lines 0 comments Download
A remoting/host/remoting_host_messages.mc View 1 1 chunk +53 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 7 chunks +36 lines, -8 lines 0 comments Download
M remoting/remoting.gyp View 1 3 chunks +52 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
alexeypa (please no reviews)
Could you take a look, please?
8 years, 9 months ago (2012-03-01 17:24:35 UTC) #1
alexeypa (please no reviews)
I guess Jamie needs to looks at this too, I guess. Let's split it this ...
8 years, 9 months ago (2012-03-01 17:29:45 UTC) #2
Wez
Some drive-by comments. https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger_win.cc File remoting/host/host_event_logger_win.cc (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger_win.cc#newcode114 remoting/host/host_event_logger_win.cc:114: raw_strings[i] = strings[i].c_str(); nit: Add comment ...
8 years, 9 months ago (2012-03-01 18:03:05 UTC) #3
Jamie
https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h File remoting/host/host_event_logger.h (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h#newcode20 remoting/host/host_event_logger.h:20: virtual ~HostEventLogger() {} Be sure to run this by ...
8 years, 9 months ago (2012-03-01 18:22:32 UTC) #4
alexeypa (please no reviews)
PTAL. https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h File remoting/host/host_event_logger.h (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h#newcode20 remoting/host/host_event_logger.h:20: virtual ~HostEventLogger() {} On 2012/03/01 18:22:32, Jamie wrote: ...
8 years, 9 months ago (2012-03-01 20:33:58 UTC) #5
Jamie
lgtm https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/remoting_me2me_host.cc#newcode22 remoting/host/remoting_me2me_host.cc:22: #include "base/path_service.h" On 2012/03/01 20:33:58, alexeypa wrote: > ...
8 years, 9 months ago (2012-03-01 20:59:09 UTC) #6
Wez
https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/simple_host_process.cc File remoting/host/simple_host_process.cc (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/simple_host_process.cc#newcode194 remoting/host/simple_host_process.cc:194: PathService::Get(base::DIR_PROFILE, &config_path); On 2012/03/01 20:33:58, alexeypa wrote: > On ...
8 years, 9 months ago (2012-03-01 21:11:36 UTC) #7
Lambros
LGTM with comments. https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h File remoting/host/host_event_logger.h (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h#newcode18 remoting/host/host_event_logger.h:18: class HostEventLogger { It's unfortunate that ...
8 years, 9 months ago (2012-03-01 21:15:41 UTC) #8
alexeypa (please no reviews)
FYI. https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h File remoting/host/host_event_logger.h (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/host_event_logger.h#newcode18 remoting/host/host_event_logger.h:18: class HostEventLogger { On 2012/03/01 21:15:41, Lambros wrote: ...
8 years, 9 months ago (2012-03-01 22:32:40 UTC) #9
Wez
https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/simple_host_process.cc File remoting/host/simple_host_process.cc (right): https://chromiumcodereview.appspot.com/9567010/diff/1/remoting/host/simple_host_process.cc#newcode194 remoting/host/simple_host_process.cc:194: PathService::Get(base::DIR_PROFILE, &config_path); On 2012/03/01 22:32:41, alexeypa wrote: > On ...
8 years, 9 months ago (2012-03-01 22:46:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/9567010/6003
8 years, 9 months ago (2012-03-02 04:29:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/9567010/6003
8 years, 9 months ago (2012-03-02 15:10:35 UTC) #12
commit-bot: I haz the power
8 years, 9 months ago (2012-03-02 16:51:46 UTC) #13
Change committed as 124667

Powered by Google App Engine
This is Rietveld 408576698