OLD | NEW |
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 { |
| 14 font-size: 100%; |
| 15 font-weight: bold; |
| 16 } |
| 17 |
13 </style> | 18 </style> |
14 | 19 |
15 <div id=export-view-tab-content> | 20 <div id=export-view-tab-content class=content-box> |
16 | 21 |
17 <h2>Dump data</h2> | 22 <h2>Dump data</h2> |
18 <div style="margin: 8px"> | 23 <div style="margin: 8px"> |
19 <p><input id=export-view-security-stripping-checkbox type=checkbox checked=y
es> | 24 <p><input id=export-view-security-stripping-checkbox type=checkbox checked=y
es> |
20 <label id=export-view-security-stripping-checkbox> | 25 <label id=export-view-security-stripping-checkbox> |
21 Strip private information (cookies and credentials). | 26 Strip private information (cookies and credentials). |
22 </label> | 27 </label> |
23 <div id=export-view-privacy-warning style="display:none"> | 28 <div id=export-view-privacy-warning style="display:none"> |
24 <b>WARNING</b>: Events were captured while full byte logging was enable
d. | 29 <b>WARNING</b>: Events were captured while full byte logging was enable
d. |
25 This means the dump may contain private information. | 30 This means the dump may contain private information. |
26 </div> | 31 </div> |
27 </p> | 32 </p> |
28 <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These n
otes 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></textarea> | 33 <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These n
otes 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></textarea> |
29 <div> | 34 <div> |
30 <button id=export-view-save-log-file class=bigButton>Dump to file</button> | 35 <button id=export-view-save-log-file>Dump to file</button> |
31 </div> | 36 </div> |
32 <pre id=export-view-save-status-text></pre> | 37 <pre id=export-view-save-status-text></pre> |
33 | 38 |
34 <ul> | 39 <ul> |
35 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.
</li> | 40 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.
</li> |
36 </ul> | 41 </ul> |
37 <p> | 42 <p> |
38 For more information see: | 43 For more information see: |
39 <a href="chrome://net-internals/help.html" target="_blank"> | 44 <a href="chrome://net-internals/help.html" target="_blank"> |
40 How to get data for bug reports? | 45 How to get data for bug reports? |
41 </a> | 46 </a> |
42 </p> | 47 </p> |
43 </div> | 48 </div> |
44 | 49 |
45 <iframe style="display: none" id=export-view-download-iframe></iframe> | 50 <iframe style="display: none" id=export-view-download-iframe></iframe> |
46 | 51 |
47 </div> | 52 </div> |
OLD | NEW |