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

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

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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>
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/media_internals.html ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698