Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 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 class="full-height"> | 8 <html class="full-height"> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 37 <div id="daemon-plugin-container"></div> | 37 <div id="daemon-plugin-container"></div> |
| 38 <div id="host-plugin-container"></div> | 38 <div id="host-plugin-container"></div> |
| 39 | 39 |
| 40 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> | 40 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
| 41 | 41 |
| 42 <div class="dialog-screen" | 42 <div class="dialog-screen" |
| 43 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se tup home.host-install" | 43 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se tup home.host-install" |
| 44 hidden></div> | 44 hidden></div> |
| 45 | 45 |
| 46 <div id="scroller"> | 46 <div id="scroller"> |
| 47 <div class="inset home-screen" data-ui-mode="home" hidden> | 47 <div class="inset home-screen full-height" |
|
Jamie
2014/09/09 00:45:44
The content of the scroller needs to be full-heigh
| |
| 48 data-ui-mode="home" | |
| 49 hidden> | |
| 48 | 50 |
| 49 <meta-include src="webapp/html/ui_header.html"/> | 51 <meta-include src="webapp/html/ui_header.html"/> |
| 50 <meta-include src="webapp/html/butterbar.html"/> | 52 <meta-include src="webapp/html/butterbar.html"/> |
| 51 <meta-include src="webapp/html/ui_it2me.html"/> | 53 <meta-include src="webapp/html/ui_it2me.html"/> |
| 52 <meta-include src="webapp/html/ui_me2me.html"/> | 54 <meta-include src="webapp/html/ui_me2me.html"/> |
| 53 | 55 |
| 56 <!-- The bottom-marker div is used to verify scroll-bar correctness | |
| 57 in browser tests; it is not rendered. --> | |
| 58 <div id="bottom-marker"></div> | |
|
kelvinp
2014/09/10 00:02:51
This should not be required. See comments above.
| |
| 59 | |
| 54 </div> <!-- inset --> | 60 </div> <!-- inset --> |
| 55 | 61 |
| 56 <meta-include src="webapp/html/dialog_auth.html"/> | 62 <meta-include src="webapp/html/dialog_auth.html"/> |
| 57 | 63 |
| 58 <div class="dialog-container" | 64 <div class="dialog-container" |
| 59 data-ui-mode="home.host home.client home.history home.confirm-host- delete home.host-install home.host-setup home.token-refresh-failed home.manage-p airings" | 65 data-ui-mode="home.host home.client home.history home.confirm-host- delete home.host-install home.host-setup home.token-refresh-failed home.manage-p airings" |
| 60 hidden> | 66 hidden> |
| 61 | 67 |
| 62 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> | 68 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> |
| 63 <meta-include src="webapp/html/dialog_host_setup.html"/> | 69 <meta-include src="webapp/html/dialog_host_setup.html"/> |
| 64 <meta-include src="webapp/html/dialog_host_install.html"/> | 70 <meta-include src="webapp/html/dialog_host_install.html"/> |
| 65 <meta-include src="webapp/html/dialog_host.html"/> | 71 <meta-include src="webapp/html/dialog_host.html"/> |
| 66 | 72 |
| 67 <div id="client-dialog" | 73 <div id="client-dialog" |
| 68 class="kd-modaldialog" | 74 class="kd-modaldialog" |
| 69 data-ui-mode="home.client"> | 75 data-ui-mode="home.client"> |
| 70 | 76 |
| 71 <meta-include src="webapp/html/dialog_client_unconnected.html"/> | 77 <meta-include src="webapp/html/dialog_client_unconnected.html"/> |
| 72 <meta-include src="webapp/html/dialog_client_connecting.html"/> | 78 <meta-include src="webapp/html/dialog_client_connecting.html"/> |
| 73 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html "/> | 79 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html "/> |
| 74 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/> | 80 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/> |
| 75 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/ > | 81 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/ > |
| 76 <meta-include src="webapp/html/dialog_client_connect_failed.html"/> | 82 <meta-include src="webapp/html/dialog_client_connect_failed.html"/> |
| 77 <meta-include src="webapp/html/dialog_client_session_finished.html"/ > | 83 <meta-include src="webapp/html/dialog_client_session_finished.html"/ > |
| 78 | |
| 79 </div> | 84 </div> |
| 80 | 85 |
| 81 <meta-include src="webapp/html/dialog_connection_history.html"/> | 86 <meta-include src="webapp/html/dialog_connection_history.html"/> |
| 82 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/> | 87 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/> |
| 83 <meta-include src="webapp/html/dialog_manage_pairings.html"/> | 88 <meta-include src="webapp/html/dialog_manage_pairings.html"/> |
| 84 | 89 |
| 85 </div> <!-- dialog-container --> | 90 </div> <!-- dialog-container --> |
| 86 | 91 |
| 87 <div id="session-mode" | 92 <div id="session-mode" |
| 88 data-ui-mode="in-session home.client" | 93 data-ui-mode="in-session home.client" |
| 89 class="full-height" | 94 class="full-height" |
| 90 hidden> | 95 hidden> |
| 91 | 96 |
| 92 <meta-include src="webapp/html/toolbar.html"/> | 97 <meta-include src="webapp/html/toolbar.html"/> |
| 93 <meta-include src="webapp/html/client_plugin.html"/> | 98 <meta-include src="webapp/html/client_plugin.html"/> |
| 94 | 99 |
| 95 </div> <!-- session-mode --> | 100 </div> <!-- session-mode --> |
| 96 | 101 |
| 97 <div id="statistics" dir="ltr" class="selectable" hidden> | 102 <div id="statistics" dir="ltr" class="selectable" hidden> |
| 98 </div> | 103 </div> |
| 99 | 104 |
| 100 </div> <!-- scroller --> | 105 </div> <!-- scroller --> |
| 101 | 106 |
| 102 </div> <!-- window-body --> | 107 </div> <!-- window-body --> |
| 103 | 108 |
| 104 </body> | 109 </body> |
| 105 </html> | 110 </html> |
| OLD | NEW |