| Index: chrome/browser/resources/net_export/net_export.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_export/net_export.html (revision 0)
|
| +++ chrome/browser/resources/net_export/net_export.html (revision 0)
|
| @@ -0,0 +1,61 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<script src="chrome://resources/js/util.js"></script>
|
| +<script src="chrome://resources/js/cr.js"></script>
|
| +<script src="net_export.js"></script>
|
| +
|
| +<style>
|
| +
|
| +body {
|
| + font-family: sans-serif;
|
| + font-size: 80%;
|
| +}
|
| +
|
| +<style>
|
| +
|
| +#mobile-view-start-data {
|
| + font-size: 100%;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +#mobile-view-stop-data {
|
| + font-size: 100%;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +#mobile-view-send-data {
|
| + font-size: 100%;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +</style>
|
| +</head>
|
| +<body>
|
| + <h2>Mobile</h2>
|
| + <div style="margin: 8px">
|
| + <div>
|
| + <button id=mobile-view-start-data>Start Saving (after deleting old data)
|
| + </button>
|
| + </div>
|
| + <div>
|
| + <button id=mobile-view-stop-data>Stop Saving Data</button>
|
| + </div>
|
| + <div>
|
| + <button id=mobile-view-send-data>Send Data</button>
|
| + </div>
|
| + <pre id=mobile-view-file-path-text></pre>
|
| +
|
| + <ul>
|
| + <li><b>IMPORTANT</b>: First reproduce the problem while in saving 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>
|
| +</body>
|
| +</html>
|
|
|