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 Data to File</button> |
| 25 </div> |
| 26 <div> |
| 27 <button id=mobile-view-send-data>Send Data</button> |
| 28 </div> |
| 29 <div> |
| 30 <button id=mobile-view-stop-data>Stop Saving Data to File</button> |
| 31 </div> |
| 32 |
| 33 <ul> |
| 34 <li><b>IMPORTANT</b>: First reproduce the problem while in recording mode.
</li> |
| 35 </ul> |
| 36 <p> |
| 37 For more information see: |
| 38 <a href="chrome://net-internals/help.html" target="_blank"> |
| 39 How to get data for bug reports? |
| 40 </a> |
| 41 </p> |
| 42 </div> |
| 43 </div> |
OLD | NEW |