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

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 7 years, 11 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 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 (after deleting old data)
25 </button>
26 </div>
27 <div>
28 <button id=mobile-view-stop-data>Stop Saving Data</button>
29 </div>
30 <div>
31 <button id=mobile-view-send-data>Send Data</button>
32 </div>
33 <pre id=mobile-view-file-path-text></pre>
34
35 <ul>
36 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode. </li>
37 </ul>
38 <p>
39 For more information see:
40 <a href="chrome://net-internals/help.html" target="_blank">
41 How to get data for bug reports?
42 </a>
43 </p>
44 </div>
45 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698