Updated drag and drop thumbnails.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / export_view.html
blob1abc9cc4bf6c9333638ba5def5fc218a357b8fc0
1 <style>
3 .export-view-explanation-warning {
4 border: 2px solid red;
7 #export-view-privacy-warning {
8 padding: 5px;
9 color: red;
10 border: 1px solid red;
13 #export-view-save-log-file {
14 font-size: 100%;
15 font-weight: bold;
18 #export-view-user-comments {
19 max-width: 100%;
22 </style>
24 <div id=export-view-tab-content class=content-box>
26 <h2>Dump data</h2>
27 <div style="margin: 8px">
28 <p><input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes>
29 <label id=export-view-privacy-stripping-checkbox>
30 Strip private information (cookies and credentials).
31 </label>
32 <div id=export-view-privacy-warning style="display:none">
33 <b>WARNING</b>: Events were captured while full byte logging was enabled.
34 This means the dump may contain private information.
35 </div>
36 </p>
37 <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></textarea>
38 <div>
39 <button id=export-view-save-log-file>Dump to file</button>
40 </div>
41 <pre id=export-view-save-status-text></pre>
43 <ul>
44 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.</li>
45 </ul>
46 <p>
47 For more information see:
48 <a href="chrome://net-internals/help.html" target="_blank">
49 How to get data for bug reports?
50 </a>
51 </p>
52 </div>
54 <a style="display: none" id=export-view-download-anchor download="net-internals-log.json"></a>
56 </div>