OLD | NEW |
1 <style> | 1 <style> |
2 | 2 |
3 #export-view-privacy-warning { | 3 #export-view-privacy-warning { |
4 border: 1px solid rgb(238, 0, 0); | 4 border: 1px solid rgb(238, 0, 0); |
5 color: rgb(238, 0, 0); | 5 color: rgb(238, 0, 0); |
6 padding: 5px; | 6 padding: 5px; |
7 } | 7 } |
8 | 8 |
9 #export-view-save-log-file { | 9 #export-view-save-log-file { |
10 font-size: 100%; | 10 font-size: 100%; |
11 font-weight: bold; | 11 font-weight: bold; |
12 } | 12 } |
13 | 13 |
14 #export-view-user-comments { | 14 #export-view-user-comments { |
15 max-width: 100%; | 15 max-width: 100%; |
16 } | 16 } |
17 | 17 |
18 </style> | 18 </style> |
19 | 19 |
20 <div id=export-view-tab-content class=content-box> | 20 <div id=export-view-tab-content class=content-box> |
21 <div> | 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> |
22 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes> | 31 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes> |
23 <label for=export-view-privacy-stripping-checkbox> | 32 <label for=export-view-privacy-stripping-checkbox> |
24 Strip private information (cookies and credentials). | 33 Strip private information (cookies and credentials). |
25 </label> | 34 </label> |
26 <div id=export-view-privacy-warning style="display:none"> | 35 <div id=export-view-privacy-warning style="display:none"> |
27 <b>WARNING</b>: Events were captured while full byte logging was enabled. | 36 <b>WARNING</b>: Events were captured while full byte logging was enabled. |
28 This means the dump may contain private information. | 37 This means the dump may contain private information. |
29 </div> | 38 </div> |
30 | 39 |
31 <div style='margin-top:10px; margin-bottom: 5px'> | 40 <div style='margin-top:10px; margin-bottom: 5px'> |
32 <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> | 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> |
33 </div> | 42 </div> |
34 <button id=export-view-save-log-file>Save to file</button> | 43 <button id=export-view-save-log-file>Save to file</button> |
35 | 44 |
36 <pre id=export-view-save-status-text></pre> | 45 <pre id=export-view-save-status-text></pre> |
37 | 46 |
38 <div style='margin-top: 10px; margin-left: 10px;'> | 47 <div style='margin-top: 10px; margin-left: 10px;'> |
39 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing
-network-details" target="_blank"> | 48 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing
-network-details" target="_blank"> |
40 How to provide data for bug reports | 49 How to provide data for bug reports |
41 </a> | 50 </a> |
42 </div> | 51 </div> |
43 | 52 |
44 </div> | 53 </div> |
45 | 54 |
46 <a style="display: none" id=export-view-download-anchor download="net-internal
s-log.json"></a> | 55 <a style="display: none" id=export-view-download-anchor download="net-internal
s-log.json"></a> |
47 | 56 |
48 </div> | 57 </div> |
OLD | NEW |