summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/export_view.html
blob: 31b231b46ab930470d3cc92ca51c43d82228cb44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div id=export-view-tab-content>

  <h2>Dump data</h2>
  <div style="margin: 8px">
    <p><input id=export-view-security-stripping-checkbox type=checkbox checked=yes>
       Strip private information (cookies and credentials).
    </p>
    <button id=export-view-save-log-file class=bigButton>Dump to file</button>
    <pre id=export-view-save-status-text></pre>

    <ul>
      <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.</li>
      <li><b>IMPORTANT</b>: Always add an explanation of what went wrong before emailing logs.</li>
    </ul>
    <p>
      For more information see: 
      <a href="chrome://net-internals/help.html" target="_blank">
        How to get data for bug reports?
      </a>
    </p>
  </div>

  <iframe style="display: none" id=export-view-download-iframe></iframe>

</div>