OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <!-- | 3 <!-- |
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
6 found in the LICENSE file. | 6 found in the LICENSE file. |
7 --> | 7 --> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title>Inspect with Chrome Developer Tools</title> | 10 <title>Inspect with Chrome Developer Tools</title> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 <div class="content-header">Apps</div> | 55 <div class="content-header">Apps</div> |
56 <div id="apps-list" class="list"></div> | 56 <div id="apps-list" class="list"></div> |
57 </div> | 57 </div> |
58 <div id="workers"> | 58 <div id="workers"> |
59 <div class="content-header">Shared workers</div> | 59 <div class="content-header">Shared workers</div> |
60 <div id="workers-list" class="list"></div> | 60 <div id="workers-list" class="list"></div> |
61 </div> | 61 </div> |
62 <div id="service-workers"> | 62 <div id="service-workers"> |
63 <div class="content-header">Service workers</div> | 63 <div class="content-header">Service workers</div> |
64 <div id="service-workers-list" class="list"></div> | 64 <div id="service-workers-list" class="list"></div> |
65 <iframe src="chrome://serviceworker-internals/#iframe" name="serviceworker
-internals" id="serviceworker-internals"></iframe> | |
66 </div> | 65 </div> |
67 <div id="other"> | 66 <div id="other"> |
68 <div class="content-header">Other</div> | 67 <div class="content-header">Other</div> |
69 <div id="others-list" class="list"></div> | 68 <div id="others-list" class="list"></div> |
70 </div> | 69 </div> |
71 </div> | 70 </div> |
72 </div> | 71 </div> |
73 <div id="port-forwarding-overlay"> | 72 <div id="port-forwarding-overlay"> |
74 <div id="port-forwarding-config"> | 73 <div id="port-forwarding-config"> |
75 <div id="port-forwarding-config-close" class="close-button"></div> | 74 <div id="port-forwarding-config-close" class="close-button"></div> |
76 <div id="port-forwarding-config-title">Port forwarding settings</div> | 75 <div id="port-forwarding-config-title">Port forwarding settings</div> |
77 <div id="port-forwarding-config-list"> | 76 <div id="port-forwarding-config-list"> |
78 </div> | 77 </div> |
79 <div id="port-forwarding-message"> | 78 <div id="port-forwarding-message"> |
80 Define the listening port on your device that maps to a port accessible | 79 Define the listening port on your device that maps to a port accessible |
81 from your development machine. | 80 from your development machine. |
82 <a href="https://developers.google.com/chrome-developer-tools/docs/remot
e-debugging#reverse-port-forwarding" | 81 <a href="https://developers.google.com/chrome-developer-tools/docs/remot
e-debugging#reverse-port-forwarding" |
83 target="_blank">Learn more</a> | 82 target="_blank">Learn more</a> |
84 </div> | 83 </div> |
85 <div id="port-forwarding-config-buttons"> | 84 <div id="port-forwarding-config-buttons"> |
86 <input id="port-forwarding-enable" type="checkbox" disabled/> | 85 <input id="port-forwarding-enable" type="checkbox" disabled/> |
87 <label for="port-forwarding-enable">Enable port forwarding</label> | 86 <label for="port-forwarding-enable">Enable port forwarding</label> |
88 <button id="port-forwarding-config-done">Done</button> | 87 <button id="port-forwarding-config-done">Done</button> |
89 </div> | 88 </div> |
90 </div> | 89 </div> |
91 </div> | 90 </div> |
92 </body> | 91 </body> |
93 </html> | 92 </html> |
OLD | NEW |