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

Issue 7262015: Conenct Chromoting plugin debug log to JS UI. (Closed)

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

Description

Conenct Chromoting plugin debug log to JS UI. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91779

Patch Set 1 #

Patch Set 2 : Add missing host logging files #

Total comments: 18

Patch Set 3 : review changes #

Total comments: 1

Patch Set 4 : merge #

Patch Set 5 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -143 lines) Patch
A + remoting/base/logger.h View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
A + remoting/base/logger.cc View 1 2 2 chunks +11 lines, -7 lines 0 comments Download
M remoting/client/chromoting_client.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
D remoting/client/client_logger.h View 1 chunk +0 lines, -31 lines 0 comments Download
D remoting/client/client_logger.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M remoting/client/plugin/pepper_client_logger.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/client/plugin/pepper_client_logger.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 2 3 4 5 chunks +12 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 4 11 chunks +25 lines, -14 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 4 5 chunks +6 lines, -2 lines 0 comments Download
A remoting/host/plugin/host_plugin_logger.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A remoting/host/plugin/host_plugin_logger.cc View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
M remoting/host/plugin/host_script_object.h View 1 2 3 4 chunks +6 lines, -3 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 11 chunks +13 lines, -13 lines 0 comments Download
M remoting/host/simple_host_process.cc View 1 2 3 4 4 chunks +6 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M remoting/webapp/me2mom/remoting.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
garykac
9 years, 6 months ago (2011-06-25 03:19:03 UTC) #1
dmac
http://codereview.chromium.org/7262015/diff/2001/remoting/base/logger.h File remoting/base/logger.h (right): http://codereview.chromium.org/7262015/diff/2001/remoting/base/logger.h#newcode13 remoting/base/logger.h:13: extern const char* const log_severity_names[]; maybe I missed it. ...
9 years, 6 months ago (2011-06-26 14:34:44 UTC) #2
garykac
http://codereview.chromium.org/7262015/diff/2001/remoting/base/logger.h File remoting/base/logger.h (right): http://codereview.chromium.org/7262015/diff/2001/remoting/base/logger.h#newcode13 remoting/base/logger.h:13: extern const char* const log_severity_names[]; On 2011/06/26 14:34:44, dmac ...
9 years, 6 months ago (2011-06-27 21:24:20 UTC) #3
garykac
ping
9 years, 5 months ago (2011-07-06 17:55:45 UTC) #4
dmac
9 years, 5 months ago (2011-07-06 19:51:49 UTC) #5
LGTM

http://codereview.chromium.org/7262015/diff/8001/remoting/base/logger.cc
File remoting/base/logger.cc (right):

http://codereview.chromium.org/7262015/diff/8001/remoting/base/logger.cc#newc...
remoting/base/logger.cc:15: "INFO", "WARNING", "ERROR", "ERROR_REPORT", "FATAL"
};
I would probably put the close brace on it's own line.

Powered by Google App Engine
This is Rietveld 408576698