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

Unified Diff: chrome/browser/resources/net_internals/mobile_view.html

Issue 11635023: First cut at UI for saving net_logs data into a temporary file on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
Index: chrome/browser/resources/net_internals/mobile_view.html
===================================================================
--- chrome/browser/resources/net_internals/mobile_view.html (revision 0)
+++ chrome/browser/resources/net_internals/mobile_view.html (revision 0)
@@ -0,0 +1,44 @@
+<style>
+
+#mobile-view-start-data {
+ font-size: 100%;
+ font-weight: bold;
+}
+
+#mobile-view-stop-data {
+ font-size: 100%;
+ font-weight: bold;
+}
+
+#mobile-view-send-data {
+ font-size: 100%;
+ font-weight: bold;
+}
+
+</style>
+
+<div id=mobile-view-tab-content class=content-box>
+ <h2>Mobile</h2>
+ <div style="margin: 8px">
+ <div>
+ <button id=mobile-view-start-data>Start Saving Data to File</button>
+ </div>
+ <div>
+ <button id=mobile-view-stop-data>Stop Saving Data to File</button>
+ </div>
+ <div>
+ <button id=mobile-view-send-data>Send Data</button>
+ </div>
+ <pre id=mobile-view-file-path-text></pre>
+
+ <ul>
+ <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.</li>
+ </ul>
+ <p>
+ For more information see:
+ <a href="chrome://net-internals/help.html" target="_blank">
+ How to get data for bug reports?
+ </a>
+ </p>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698