OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <html> |
| 3 <head> |
| 4 <meta charset="utf-8"> |
| 5 <script src="chrome://resources/js/util.js"></script> |
| 6 <script src="chrome://resources/js/cr.js"></script> |
| 7 <script src="net_export.js"></script> |
| 8 |
| 9 <style> |
| 10 |
| 11 body { |
| 12 font-family: sans-serif; |
| 13 font-size: 80%; |
| 14 } |
| 15 |
| 16 <style> |
| 17 |
| 18 #mobile-view-start-data { |
| 19 font-size: 100%; |
| 20 font-weight: bold; |
| 21 } |
| 22 |
| 23 #mobile-view-stop-data { |
| 24 font-size: 100%; |
| 25 font-weight: bold; |
| 26 } |
| 27 |
| 28 #mobile-view-send-data { |
| 29 font-size: 100%; |
| 30 font-weight: bold; |
| 31 } |
| 32 |
| 33 </style> |
| 34 </head> |
| 35 <body> |
| 36 <h2>Mobile</h2> |
| 37 <div style="margin: 8px"> |
| 38 <div> |
| 39 <button id=mobile-view-start-data>Start Saving (after deleting old data) |
| 40 </button> |
| 41 </div> |
| 42 <div> |
| 43 <button id=mobile-view-stop-data>Stop Saving Data</button> |
| 44 </div> |
| 45 <div> |
| 46 <button id=mobile-view-send-data>Send Data</button> |
| 47 </div> |
| 48 <pre id=mobile-view-file-path-text></pre> |
| 49 |
| 50 <ul> |
| 51 <li><b>IMPORTANT</b>: First reproduce the problem while in saving mode.</l
i> |
| 52 </ul> |
| 53 <p> |
| 54 For more information see: |
| 55 <a href="chrome://net-internals/help.html" target="_blank"> |
| 56 How to get data for bug reports? |
| 57 </a> |
| 58 </p> |
| 59 </div> |
| 60 </body> |
| 61 </html> |
OLD | NEW |