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

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

Issue 13932041: Remove the local help content for about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: entaro adun tassadar Created 7 years, 8 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
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <body>
8 <div id=howtoDumpForBugsHelpContent>
9 <h2>How to get data for bug reports</h2>
10
11 <ol>
12 <li>Start a new instance of Chrome.</li>
13 <li>Create a new tab and go to chrome://net-internals</li>
14 <li>Reproduce the network problem in another tab.
15 It is important to do this only after opening net-internals.</li>
16 <li>Click the <i>Dump to file</i> button in the <i>Export</i>
17 section of the chrome://net-internals tab.</li>
18
19 <li>The log file will act like a normal download.</li>
20
21 <li>Email this log file to the bug investigator,
22 <b>along with an explanation of what went wrong, including any relevant
23 URLs.</b>
24 You may want to compress the file before sending, as the log files can be
25 fairly large but compress well.
26 </li>
27
28 </ol>
29
30
31 The network log <b>may contain personally identifying information</b> like
32 IP addresses, URLs, and cookies.
33 <ul>
34 <li>You can edit the log to obscure information if you like, but sometimes it
35 is relevant to the bug. If you choose do this, please make sure you can still
36 load the log file.</li>
37 <li>If you choose not to have cookies removed from the log, you must toggle
38 the checkbox before clicking the button.</li>
39 </ul>
40
41 <h2>How it works</h2>
42
43 <ul>
44 <li>While the net-internals page is open, it will capture the network events
45 that are happening in Chrome. You can view that in real-time by going to
46 the <i>Events</i> tab.</li>
47 <li>Once you close the net-internals window, the data it had captured will be
48 discarded.</li>
49 </ul>
50
51 <button id="popup-close-button">Close this popup</button>
52 </div>
53 <script src="chrome://resources/js/util.js"></script>
54 <script src="chrome://net-internals/help.js"></script>
55 </body>
56 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/export_view.html ('k') | chrome/browser/resources/net_internals/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698