6 <meta name=
"viewport" content=
"width=device-width">
8 <script src=
"chrome://resources/js/util.js"></script>
9 <script src=
"chrome://resources/js/cr.js"></script>
10 <script src=
"chrome://net-export/net_export.js"></script>
11 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
12 <link rel=
"stylesheet" href=
"net_export.css">
15 <h2>Network Log Export
</h2>
16 <div id=
"net-export-main">
18 <button id=
"export-view-start-data" disabled
>
20 <div class=
"warning" id=
"export-view-deletes-log-text" hidden
>
26 <button id=
"export-view-stop-data" disabled
>Stop Logging
</button>
29 <button id=
"export-view-send-data" disabled
>
31 <div class=
"warning" id=
"export-view-private-data-text" hidden
>
32 Log contains private information
34 <div class=
"warning" id=
"export-view-send-old-log-text" hidden
>
35 Log file from previous session
40 <b>INSTRUCTIONS
</b>: Start logging, reproduce the problem,
41 and then stop logging. Make sure to send the email before
42 starting to log again. Otherwise, the log will be deleted.
46 <a href=
"chrome://net-internals" target=
"_blank">net-internals
</a>
50 <b><span class=
"warning">WARNING
</span></b>: Logs contain a list of sites
51 visited from when logging started to when logging stopped. They may also
52 contain general network configuration information, such as DNS and proxy
53 configuration. If private information is not stripped, the logs also
54 contain cookies and credentials.
58 <span class=
"warning">This section should normally be left alone.
</span>
59 <div class=
"radio-button-div">
61 <input id=
"export-view-strip-private-data-button" type=
"radio"
62 name=
"log-mode" value=
"STRIP_PRIVATE_DATA" checked disabled
>
63 Strip private information
66 <div class=
"radio-button-div">
68 <input id=
"export-view-include-private-data-button" type=
"radio"
69 name=
"log-mode" value=
"NORMAL" disabled
>
70 Include cookies and credentials
73 <div class=
"radio-button-div">
75 <input id=
"export-view-log-bytes-button" type=
"radio"
76 name=
"log-mode" value=
"LOG_BYTES" disabled
>
77 Include raw bytes (will include cookies and credentials)
82 <pre id=
"export-view-file-path-text"></pre>