| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8" /> | 10 <meta charset="utf-8" /> |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 <img src="spinner.gif"> | 232 <img src="spinner.gif"> |
| 233 <span class="waiting icon-label">waiting for connection…</span> | 233 <span class="waiting icon-label">waiting for connection…</span> |
| 234 <button id="cancel-button" class="big-button" | 234 <button id="cancel-button" class="big-button" |
| 235 onclick="remoting.cancelPendingOperation();"> | 235 onclick="remoting.cancelPendingOperation();"> |
| 236 Cancel | 236 Cancel |
| 237 </button> | 237 </button> |
| 238 </div> <!-- waiting-footer --> | 238 </div> <!-- waiting-footer --> |
| 239 </footer> | 239 </footer> |
| 240 </section> <!-- choice-mode --> | 240 </section> <!-- choice-mode --> |
| 241 | 241 |
| 242 <section id="session-mode" class="mode in-session-element"> | 242 <section id="session-mode" class="mode in-session-element client-element"> |
| 243 </section> <!-- session-mode --> | 243 </section> <!-- session-mode --> |
| 244 | 244 |
| 245 | 245 |
| 246 <section id="loading-mode"> | 246 <section id="loading-mode"> |
| 247 <em>Loading…</em> | 247 <em>Loading…</em> |
| 248 </section> <!-- loading-mode --> | 248 </section> <!-- loading-mode --> |
| 249 | 249 |
| 250 <div id="host-plugin-container"> | 250 <div id="host-plugin-container"> |
| 251 </div> <!-- host-plugin-container --> | 251 </div> <!-- host-plugin-container --> |
| 252 | 252 |
| 253 <section id="debug-log" hidden> | 253 <section id="debug-log" hidden> |
| 254 <div id="statistics"> | 254 <div id="statistics"> |
| 255 </div> | 255 </div> |
| 256 <div id="debug-messages"> | 256 <div id="debug-messages"> |
| 257 </div> | 257 </div> |
| 258 </section> <!-- debug-log --> | 258 </section> <!-- debug-log --> |
| 259 | 259 |
| 260 </body> | 260 </body> |
| 261 </html> | 261 </html> |
| OLD | NEW |