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

Issue 7108007: Add basic debug log to host page. (Closed)

Created:
9 years, 6 months ago by garykac
Modified:
9 years, 6 months ago
Reviewers:
Jamie
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

Add basic debug log to host page. BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88409

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 8

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -61 lines) Patch
M remoting/webapp/me2mom/choice.html View 1 2 3 4 3 chunks +12 lines, -1 line 0 comments Download
A remoting/webapp/me2mom/debug_log.css View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A remoting/webapp/me2mom/debug_log.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M remoting/webapp/me2mom/remoting.js View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
M remoting/webapp/me2mom/remoting_session.css View 1 chunk +0 lines, -19 lines 0 comments Download
M remoting/webapp/me2mom/remoting_session.html View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/webapp/me2mom/remoting_session.js View 3 chunks +0 lines, -39 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
garykac
9 years, 6 months ago (2011-06-07 18:29:36 UTC) #1
Jamie
LGTM with nits. http://codereview.chromium.org/7108007/diff/2008/remoting/webapp/me2mom/debug_log.js File remoting/webapp/me2mom/debug_log.js (right): http://codereview.chromium.org/7108007/diff/2008/remoting/webapp/me2mom/debug_log.js#newcode13 remoting/webapp/me2mom/debug_log.js:13: if (!debugLog.style.display || debugLog.style.display == 'none') ...
9 years, 6 months ago (2011-06-07 18:58:31 UTC) #2
garykac
http://codereview.chromium.org/7108007/diff/2008/remoting/webapp/me2mom/debug_log.js File remoting/webapp/me2mom/debug_log.js (right): http://codereview.chromium.org/7108007/diff/2008/remoting/webapp/me2mom/debug_log.js#newcode13 remoting/webapp/me2mom/debug_log.js:13: if (!debugLog.style.display || debugLog.style.display == 'none') { On 2011/06/07 ...
9 years, 6 months ago (2011-06-07 20:44:32 UTC) #3
Jamie
9 years, 6 months ago (2011-06-07 20:47:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698