OLD | NEW |
(Empty) | |
| 1 <style> |
| 2 |
| 3 #mobile-view-start-data { |
| 4 font-size: 100%; |
| 5 font-weight: bold; |
| 6 } |
| 7 |
| 8 #mobile-view-stop-data { |
| 9 font-size: 100%; |
| 10 font-weight: bold; |
| 11 } |
| 12 |
| 13 #mobile-view-send-data { |
| 14 font-size: 100%; |
| 15 font-weight: bold; |
| 16 } |
| 17 |
| 18 </style> |
| 19 |
| 20 <div id=mobile-view-tab-content class=content-box> |
| 21 <h2>Mobile</h2> |
| 22 <div style="margin: 8px"> |
| 23 <div> |
| 24 <button id=mobile-view-start-data>Start Saving (after deleting old data) |
| 25 </button> |
| 26 </div> |
| 27 <div> |
| 28 <button id=mobile-view-stop-data>Stop Saving Data</button> |
| 29 </div> |
| 30 <div> |
| 31 <button id=mobile-view-send-data>Send Data</button> |
| 32 </div> |
| 33 <pre id=mobile-view-file-path-text></pre> |
| 34 |
| 35 <ul> |
| 36 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.
</li> |
| 37 </ul> |
| 38 <p> |
| 39 For more information see: |
| 40 <a href="chrome://net-internals/help.html" target="_blank"> |
| 41 How to get data for bug reports? |
| 42 </a> |
| 43 </p> |
| 44 </div> |
| 45 </div> |
OLD | NEW |