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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 7108007: Add basic debug log to host page. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/me2mom/debug_log.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
===================================================================
--- remoting/webapp/me2mom/choice.html (revision 88003)
+++ remoting/webapp/me2mom/choice.html (working copy)
@@ -9,10 +9,12 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="chromoting128.png" />
+ <link rel="stylesheet" href="debug_log.css" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="choice.css" />
+ <script src="debug_log.js"></script>
+ <script src="oauth2.js"></script>
<script src="remoting.js"></script>
- <script src="oauth2.js"></script>
<title>Chromoting</title>
</head>
@@ -48,6 +50,13 @@
</form>
</span> <!-- email-entry -->
+ <span id="debug-enable">
+ <form>
+ <input id="debug-log-toggle" class="display-inline" type="button"
+ value="Debug Log" onclick="toggleDebugLog(); return false;"/>
+ </form>
+ </span> <!-- debug-enable -->
+
</div> <!-- auth-panel -->
<div id="main-panel">
@@ -190,5 +199,7 @@
</div> <!-- main-panel -->
<div id="plugin-wrapper">
</div>
+ <div id="debug-log">
+ </div>
</body>
</html>
« no previous file with comments | « no previous file | remoting/webapp/me2mom/debug_log.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698