| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <if expr="pp_ifdef('android')"> | 5 <if expr="is_android"> |
| 6 <meta name="viewport" content="width=device-width"> | 6 <meta name="viewport" content="width=device-width"> |
| 7 </if> | 7 </if> |
| 8 <script src="chrome://resources/js/util.js"></script> | 8 <script src="chrome://resources/js/util.js"></script> |
| 9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
| 10 <script src="chrome://net-export/net_export.js"></script> | 10 <script src="chrome://net-export/net_export.js"></script> |
| 11 <link rel="stylesheet" href="net_export.css"> | 11 <link rel="stylesheet" href="net_export.css"> |
| 12 </head> | 12 </head> |
| 13 <body> | 13 <body> |
| 14 <h2>NetLog Export</h2> | 14 <h2>NetLog Export</h2> |
| 15 <div id="net-export-main"> | 15 <div id="net-export-main"> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 36 </p> | 36 </p> |
| 37 <p> | 37 <p> |
| 38 <span class="warning">WARNING</span>: Logs contain a list of sites | 38 <span class="warning">WARNING</span>: Logs contain a list of sites |
| 39 visited, cookies, and credentials from when logging started to when | 39 visited, cookies, and credentials from when logging started to when |
| 40 logging stopped. They may also contain general network | 40 logging stopped. They may also contain general network |
| 41 configuration information, such as DNS and proxy configuration. | 41 configuration information, such as DNS and proxy configuration. |
| 42 </p> | 42 </p> |
| 43 </div> | 43 </div> |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| OLD | NEW |