summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/export_view.html
blob: 49bbe3f882ba3c95f5db51a327b47d9a98484bd9 (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
26
27
28
29
30
31
32
33
34
35
<style>

.export-view-explanation-warning {
  border: 2px solid red;
}

</style>

<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>
    <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These notes will be included in the dump file. Be sure to mention the specific URLs, so investigators know what to look for!)" id=export-view-user-comments></textarea>
    <div>
      <button id=export-view-save-log-file class=bigButton>Dump to file</button>
    </div>
    <pre id=export-view-save-status-text></pre>

    <ul>
      <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.</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>