1<style> 2 3.export-view-explanation-warning { 4 border: 2px solid #e00; 5} 6 7#export-view-privacy-warning { 8 padding: 5px; 9 color: #e00; 10 border: 1px solid #e00; 11} 12 13#export-view-save-log-file { 14 font-size: 100%; 15 font-weight: bold; 16} 17 18#export-view-user-comments { 19 max-width: 100%; 20} 21 22</style> 23 24<div id=export-view-tab-content class=content-box> 25 <div> 26 <input id=export-view-privacy-stripping-checkbox type=checkbox checked=yes> 27 <label for=export-view-privacy-stripping-checkbox> 28 Strip private information (cookies and credentials). 29 </label> 30 <div id=export-view-privacy-warning style="display:none"> 31 <b>WARNING</b>: Events were captured while full byte logging was enabled. 32 This means the dump may contain private information. 33 </div> 34 35 <div style='margin-top:10px; margin-bottom: 5px'> 36 <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> 37 </div> 38 <button id=export-view-save-log-file>Save to file</button> 39 40 <pre id=export-view-save-status-text></pre> 41 42 <div style='margin-top: 10px; margin-left: 10px;'> 43 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details" target="_blank"> 44 How to provide data for bug reports 45 </a> 46 </div> 47 48 </div> 49 50 <a style="display: none" id=export-view-download-anchor download="net-internals-log.json"></a> 51 52</div> 53