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

Side by Side Diff: chrome/browser/resources/net_internals/mobile_view.html

Issue 11467013: First cut at UI for saving net_internals data into a file for mobile (Android and Ios). (Closed) Base URL: https://src.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
Property Changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
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-send-data>Send Data</button>
28 </div>
29 <div>
30 <button id=mobile-view-stop-data>Stop Saving Data to File</button>
31 </div>
32
33 <ul>
34 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode. </li>
35 </ul>
36 <p>
37 For more information see:
38 <a href="chrome://net-internals/help.html" target="_blank">
39 How to get data for bug reports?
40 </a>
41 </p>
42 </div>
43 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698