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

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

Issue 2856223006: Delete chrome://net-internals/#export (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
(Empty)
1 <style>
2
3 #export-view-privacy-warning {
4 border: 1px solid rgb(238, 0, 0);
5 color: rgb(238, 0, 0);
6 padding: 5px;
7 }
8
9 #export-view-save-log-file {
10 font-size: 100%;
11 font-weight: bold;
12 }
13
14 #export-view-user-comments {
15 max-width: 100%;
16 }
17
18 </style>
19
20 <div id=export-view-tab-content class=content-box>
21 <div id=export-view-deprecated-notice>
22 <b>WARNING</b>: chrome://net-internals is being deprecated for exporting log files (<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=678386" t arget="_blank">crbug.com/678386</a>).
23 <p>
24 Use <a href="chrome://net-export" target="_blank">chrome://net-export</a> instead.
25 </p>
26 <button id=export-view-show-deprecated-ui>Show deprecated UI</button>
27
28 </div>
29
30 <div style="display: none" id=export-view-ui-deprecated>
31 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes>
32 <label for=export-view-privacy-stripping-checkbox>
33 Strip private information (cookies and credentials).
34 </label>
35 <div id=export-view-privacy-warning style="display:none">
36 <b>WARNING</b>: Events were captured while full byte logging was enabled.
37 This means the dump may contain private information.
38 </div>
39
40 <div style='margin-top:10px; margin-bottom: 5px'>
41 <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These notes will be included in the dump file. Be sure to mention the specific URLs, so investigators know what to look for!)" id=export-view-user-comments></textare a>
42 </div>
43 <button id=export-view-save-log-file>Save to file</button>
44
45 <pre id=export-view-save-status-text></pre>
46
47 <div style='margin-top: 10px; margin-left: 10px;'>
48 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank">
49 How to provide data for bug reports
50 </a>
51 </div>
52
53 </div>
54
55 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a>
56
57 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/capture_view.js ('k') | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698