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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2
3 #mobile-view-start-data {
4 font-size: 100%;
5 font-weight: bold;
6 }
7
8 #mobile-view-stop-data {
9 font-size: 100%;
10 font-weight: bold;
11 }
12
13 #mobile-view-send-data {
14 font-size: 100%;
15 font-weight: bold;
16 }
17
18 </style>
19
20 <div id=mobile-view-tab-content class=content-box>
21 <h2>Mobile</h2>
22 <div style="margin: 8px">
23 <div>
24 <button id=mobile-view-start-data>Start Saving Data to File</button>
25 </div>
26 <div>
27 <button id=mobile-view-stop-data>Stop Saving Data to File</button>
28 </div>
29 <div>
30 <button id=mobile-view-send-data>Send Data</button>
31 </div>
32 <pre id=mobile-view-file-path-text></pre>
33
34 <ul>
35 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode. </li>
36 </ul>
37 <p>
38 For more information see:
39 <a href="chrome://net-internals/help.html" target="_blank">
40 How to get data for bug reports?
41 </a>
42 </p>
43 </div>
44 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698