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> | |
8 <include src="../content_security_policy.html"/> | |
9 </head> | |
10 <body> | 7 <body> |
11 <div id=howtoDumpForBugsHelpContent> | 8 <div id=howtoDumpForBugsHelpContent> |
12 <h2>How to get data for bug reports</h2> | 9 <h2>How to get data for bug reports</h2> |
13 | 10 |
14 <ol> | 11 <ol> |
15 <li>Reproduce the network problem.</li> | 12 <li>Reproduce the network problem.</li> |
16 <li>Click the <i>Dump to file</i> button in the <i>Export</i> tab.</li> | 13 <li>Click the <i>Dump to file</i> button in the <i>Export</i> tab.</li> |
17 | 14 |
18 <li>The log file will act like a normal download.</li> | 15 <li>The log file will act like a normal download.</li> |
19 | 16 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 be prefixed in the log with <span style="font-family: monospace;">(P)</span>. | 57 be prefixed in the log with <span style="font-family: monospace;">(P)</span>. |
61 </li> | 58 </li> |
62 </ul> | 59 </ul> |
63 | 60 |
64 <button id="popup-close-button">Close this popup</button> | 61 <button id="popup-close-button">Close this popup</button> |
65 </div> | 62 </div> |
66 <script src="chrome://resources/js/util.js"></script> | 63 <script src="chrome://resources/js/util.js"></script> |
67 <script src="chrome://net-internals/help.js"></script> | 64 <script src="chrome://net-internals/help.js"></script> |
68 </body> | 65 </body> |
69 </html> | 66 </html> |
OLD | NEW |