OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <head> | 7 <head> |
8 <include src="../content_security_policy.html"/> | 8 <include src="../content_security_policy.html"/> |
9 </head> | 9 </head> |
10 <body> | 10 <body> |
11 <div id=howtoDumpForBugsHelpContent> | 11 <div id=howtoDumpForBugsHelpContent> |
12 <h2>How to get data for bug reports</h2> | 12 <h2>How to get data for bug reports</h2> |
13 | 13 |
14 <ol> | 14 <ol> |
15 <li>Reproduce the network problem.</li> | 15 <li>Reproduce the network problem.</li> |
16 <li>Click the <i>Dump to file</i> button in the <i>Data</i> tab.</li> | 16 <li>Click the <i>Dump to file</i> button in the <i>Export</i> tab.</li> |
17 | 17 |
18 <li>The log file will act like a normal download.</li> | 18 <li>The log file will act like a normal download.</li> |
19 | 19 |
20 <li>Email the log file to the bug investigator, | 20 <li>Email this log file to the bug investigator, |
21 <b>along with an explanation of what went wrong, including any relevant | 21 <b>along with an explanation of what went wrong, including any relevant |
22 URLs.</b> | 22 URLs.</b> |
23 You may want to compress the file before sending, as the log files can be | 23 You may want to compress the file before sending, as the log files can be |
24 fairly large but compress well. | 24 fairly large but compress well. |
25 </li> | 25 </li> |
26 | 26 |
27 </ol> | 27 </ol> |
28 | 28 |
29 | 29 |
30 <ul> | 30 <ul> |
(...skipping 29 matching lines...) Expand all Loading... |
60 be prefixed in the log with <span style="font-family: monospace;">(P)</span>. | 60 be prefixed in the log with <span style="font-family: monospace;">(P)</span>. |
61 </li> | 61 </li> |
62 </ul> | 62 </ul> |
63 | 63 |
64 <button id="popup-close-button">Close this popup</button> | 64 <button id="popup-close-button">Close this popup</button> |
65 </div> | 65 </div> |
66 <script src="chrome://resources/js/util.js"></script> | 66 <script src="chrome://resources/js/util.js"></script> |
67 <script src="chrome://net-internals/help.js"></script> | 67 <script src="chrome://net-internals/help.js"></script> |
68 </body> | 68 </body> |
69 </html> | 69 </html> |
OLD | NEW |