Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Side by Side Diff: remoting/webapp/me2mom/choice.html

Issue 7511001: Don't transition to in-session mode until the connection has been established. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
232 <img src="spinner.gif"> 232 <img src="spinner.gif">
233 <span class="waiting icon-label">waiting for connection&hellip;</span> 233 <span class="waiting icon-label">waiting for connection&hellip;</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&hellip;</em> 247 <em>Loading&hellip;</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>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698