Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Side by Side Diff: chrome/browser/resources/net_internals/help.html

Issue 7530020: Re-design the "data" tab on about:net-internals. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address mmenke's comments Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/export_view.js ('k') | chrome/browser/resources/net_internals/import_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698