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

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

Issue 10959073: Small net-internals UI tweaks for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
1 <style> 1 <style>
2 2
3 .export-view-explanation-warning { 3 .export-view-explanation-warning {
4 border: 2px solid red; 4 border: 2px solid red;
5 } 5 }
6 6
7 #export-view-privacy-warning { 7 #export-view-privacy-warning {
8 padding: 5px; 8 padding: 5px;
9 color: red; 9 color: red;
10 border: 1px solid red; 10 border: 1px solid red;
11 } 11 }
12 12
13 #export-view-save-log-file { 13 #export-view-save-log-file {
14 font-size: 100%; 14 font-size: 100%;
15 font-weight: bold; 15 font-weight: bold;
16 } 16 }
17 17
18 #export-view-user-comments {
19 max-width: 100%;
20 }
21
18 </style> 22 </style>
19 23
20 <div id=export-view-tab-content class=content-box> 24 <div id=export-view-tab-content class=content-box>
21 25
22 <h2>Dump data</h2> 26 <h2>Dump data</h2>
23 <div style="margin: 8px"> 27 <div style="margin: 8px">
24 <p><input id=export-view-privacy-stripping-checkbox type=checkbox checked=ye s> 28 <p><input id=export-view-privacy-stripping-checkbox type=checkbox checked=ye s>
25 <label id=export-view-privacy-stripping-checkbox> 29 <label id=export-view-privacy-stripping-checkbox>
26 Strip private information (cookies and credentials). 30 Strip private information (cookies and credentials).
27 </label> 31 </label>
(...skipping 15 matching lines...) Expand all
43 For more information see: 47 For more information see:
44 <a href="chrome://net-internals/help.html" target="_blank"> 48 <a href="chrome://net-internals/help.html" target="_blank">
45 How to get data for bug reports? 49 How to get data for bug reports?
46 </a> 50 </a>
47 </p> 51 </p>
48 </div> 52 </div>
49 53
50 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a> 54 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a>
51 55
52 </div> 56 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/category_tabs.html ('k') | chrome/browser/resources/net_internals/hsts_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698