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

Issue 6621018: Convert Chromoting plugin logging to appear in client UI (Closed)

Created:
9 years, 9 months ago by garykac
Modified:
9 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Convert Chromoting logging to appear in client debug-info div. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86304

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixup sync... #

Patch Set 3 : threading #

Patch Set 4 : cleanup comments #

Total comments: 10

Patch Set 5 : review comments, round 1 #

Total comments: 6

Patch Set 6 : update copyright year #

Patch Set 7 : fixup x11 client #

Patch Set 8 : make overridden methods virtual for clang #

Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -31 lines) Patch
M remoting/client/appengine/static_files/chromoting_session.js View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/client/chromoting_client.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 7 chunks +10 lines, -4 lines 0 comments Download
A remoting/client/client_logger.h View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
A remoting/client/client_logger.cc View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 2 3 4 3 chunks +5 lines, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 4 14 chunks +36 lines, -17 lines 0 comments Download
A remoting/client/plugin/pepper_client_logger.h View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
A remoting/client/plugin/pepper_client_logger.cc View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
M remoting/client/plugin/pepper_view.cc View 1 2 3 5 chunks +11 lines, -7 lines 0 comments Download
M remoting/client/x11_client.cc View 1 2 3 4 5 6 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
garykac
9 years, 9 months ago (2011-03-04 22:18:15 UTC) #1
Sergey Ulanov
I added copule new messages in my last CL. Can you please convert those too?
9 years, 9 months ago (2011-03-04 22:24:45 UTC) #2
garykac
will do On Fri, Mar 4, 2011 at 2:24 PM, <sergeyu@chromium.org> wrote: > I added ...
9 years, 9 months ago (2011-03-04 22:27:02 UTC) #3
Sergey Ulanov
LGTM one more nit. http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h File remoting/client/plugin/chromoting_instance.h (right): http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h#newcode80 remoting/client/plugin/chromoting_instance.h:80: void LogDebugWarning(const std::string& info); Looks ...
9 years, 9 months ago (2011-03-04 22:28:45 UTC) #4
dmac
http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h File remoting/client/plugin/chromoting_instance.h (right): http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h#newcode80 remoting/client/plugin/chromoting_instance.h:80: void LogDebugWarning(const std::string& info); On 2011/03/04 22:28:45, sergeyu wrote: ...
9 years, 9 months ago (2011-03-05 00:52:01 UTC) #5
dmac
On 2011/03/05 00:52:01, dmac wrote: > http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h > File remoting/client/plugin/chromoting_instance.h (right): > > http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h#newcode80 > ...
9 years, 8 months ago (2011-04-05 18:34:43 UTC) #6
dmac
On 2011/04/05 18:34:43, dmac wrote: > On 2011/03/05 00:52:01, dmac wrote: > > > http://codereview.chromium.org/6621018/diff/1/remoting/client/plugin/chromoting_instance.h ...
9 years, 8 months ago (2011-04-20 23:34:35 UTC) #7
garykac
OK. I have: * revived this CL (my machine died 1.5 months ago - so ...
9 years, 7 months ago (2011-05-13 23:25:12 UTC) #8
dmac
ran out of time to finish review. I'll look at it later again, but thought ...
9 years, 7 months ago (2011-05-13 23:34:10 UTC) #9
garykac
http://codereview.chromium.org/6621018/diff/11001/remoting/client/client_logger.h File remoting/client/client_logger.h (right): http://codereview.chromium.org/6621018/diff/11001/remoting/client/client_logger.h#newcode8 remoting/client/client_logger.h:8: #include <string> On 2011/05/13 23:34:10, dmac wrote: > we ...
9 years, 7 months ago (2011-05-14 01:09:16 UTC) #10
garykac
ping!
9 years, 7 months ago (2011-05-18 23:46:38 UTC) #11
Sergey Ulanov
http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/chromoting_instance.h File remoting/client/plugin/chromoting_instance.h (right): http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/chromoting_instance.h#newcode89 remoting/client/plugin/chromoting_instance.h:89: void Log(int severity, const char* format, ...); Do we ...
9 years, 7 months ago (2011-05-18 23:56:26 UTC) #12
garykac
http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/chromoting_instance.h File remoting/client/plugin/chromoting_instance.h (right): http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/chromoting_instance.h#newcode89 remoting/client/plugin/chromoting_instance.h:89: void Log(int severity, const char* format, ...); On 2011/05/18 ...
9 years, 7 months ago (2011-05-19 21:14:36 UTC) #13
Sergey Ulanov
Just two nits for the copyright headers. LGTM otherwise. http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/pepper_client_logger.cc File remoting/client/plugin/pepper_client_logger.cc (right): http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/pepper_client_logger.cc#newcode1 remoting/client/plugin/pepper_client_logger.cc:1: ...
9 years, 7 months ago (2011-05-20 00:58:19 UTC) #14
garykac
http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/pepper_client_logger.cc File remoting/client/plugin/pepper_client_logger.cc (right): http://codereview.chromium.org/6621018/diff/9009/remoting/client/plugin/pepper_client_logger.cc#newcode1 remoting/client/plugin/pepper_client_logger.cc:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
9 years, 7 months ago (2011-05-20 22:33:16 UTC) #15
commit-bot: I haz the power
Try job failure for 6621018-19001 on linux: http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux&number=27842
9 years, 7 months ago (2011-05-20 22:54:00 UTC) #16
commit-bot: I haz the power
9 years, 7 months ago (2011-05-23 18:22:18 UTC) #17
Change committed as 86304

Powered by Google App Engine
This is Rietveld 408576698