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 20 matching lines...) Expand all Loading... |
31 Discover USB devices | 31 Discover USB devices |
32 </label> | 32 </label> |
33 <button id="port-forwarding-config-open" disabled> | 33 <button id="port-forwarding-config-open" disabled> |
34 Port forwarding...</button> | 34 Port forwarding...</button> |
35 </div> | 35 </div> |
36 <div id="devices-help" hidden="true">No devices detected. Please read the | 36 <div id="devices-help" hidden="true">No devices detected. Please read the |
37 <a href="https://developers.google.com/chrome-developer-tools/docs/remot
e-debugging"> | 37 <a href="https://developers.google.com/chrome-developer-tools/docs/remot
e-debugging"> |
38 remote debugging documentation</a> to verify your device is enabled for | 38 remote debugging documentation</a> to verify your device is enabled for |
39 USB debugging. | 39 USB debugging. |
40 </div> | 40 </div> |
| 41 <div id="devices-incognito" hidden="true"> |
| 42 Remote debugging is not available in Incognito mode. |
| 43 </div> |
41 <div id="devices-list"></div> | 44 <div id="devices-list"></div> |
42 </div> | 45 </div> |
43 <div id="pages"> | 46 <div id="pages"> |
44 <div class="content-header">Pages</div> | 47 <div class="content-header">Pages</div> |
45 <div id="pages-list" class="list pages"></div> | 48 <div id="pages-list" class="list pages"></div> |
46 </div> | 49 </div> |
47 <div id="extensions"> | 50 <div id="extensions"> |
48 <div class="content-header">Extensions</div> | 51 <div class="content-header">Extensions</div> |
49 <div id="extensions-list" class="list"></div> | 52 <div id="extensions-list" class="list"></div> |
50 </div> | 53 </div> |
(...skipping 30 matching lines...) Expand all Loading... |
81 </div> | 84 </div> |
82 <div id="port-forwarding-config-buttons"> | 85 <div id="port-forwarding-config-buttons"> |
83 <input id="port-forwarding-enable" type="checkbox" disabled/> | 86 <input id="port-forwarding-enable" type="checkbox" disabled/> |
84 <label for="port-forwarding-enable">Enable port forwarding</label> | 87 <label for="port-forwarding-enable">Enable port forwarding</label> |
85 <button id="port-forwarding-config-done">Done</button> | 88 <button id="port-forwarding-config-done">Done</button> |
86 </div> | 89 </div> |
87 </div> | 90 </div> |
88 </div> | 91 </div> |
89 </body> | 92 </body> |
90 </html> | 93 </html> |
OLD | NEW |