Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <if expr="is_android or is_ios"> | 10 <if expr="is_android or is_ios"> |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 41 <div id="url-indicator-warning-icon" class="url-indicator-icon"> | 41 <div id="url-indicator-warning-icon" class="url-indicator-icon"> |
| 42 </div> | 42 </div> |
| 43 <div id="url"> | 43 <div id="url"> |
| 44 <span id="domain"></span><span id="path"></span> | 44 <span id="domain"></span><span id="path"></span> |
| 45 <input id="input-field"> | 45 <input id="input-field"> |
| 46 </div> | 46 </div> |
| 47 </div> | 47 </div> |
| 48 </div> | 48 </div> |
| 49 </div> | 49 </div> |
| 50 </div> | 50 </div> |
| 51 <div id="omnibox-ui-element" class="ui-element"> | |
| 52 <div id="suggestions"> | |
| 53 <div id="suggestion-4" class="omnibox-suggestion"></div> | |
| 54 <div id="suggestion-3" class="omnibox-suggestion"></div> | |
| 55 <div id="suggestion-2" class="omnibox-suggestion"></div> | |
| 56 <div id="suggestion-1" class="omnibox-suggestion"></div> | |
| 57 <div id="suggestion-0" class="omnibox-suggestion"></div> | |
| 58 </div> | |
| 59 <div id="omnibox-url-divider"></div> | |
| 60 <div id="omnibox-url-element"> | |
| 61 <input id="omnibox-input-field"></input> | |
|
bshe
2017/01/23 16:24:37
can this be type="url"?
| |
| 62 <div id="omnibox-clear-button"></div> | |
| 63 </div> | |
| 64 </div> | |
| 51 <div id="back" class="round-button ui-element"> | 65 <div id="back" class="round-button ui-element"> |
| 52 <div class="button"></div> | 66 <div class="button"></div> |
| 53 <div class="caption">$i18n{back}</div> | 67 <div class="caption">$i18n{back}</div> |
| 54 </div> | 68 </div> |
| 55 <div id="reload" class="round-button ui-element"> | 69 <div id="reload" class="round-button ui-element"> |
| 56 <div class="button"></div> | 70 <div class="button"></div> |
| 57 <div class="caption">$i18n{reload}</div> | 71 <div class="caption">$i18n{reload}</div> |
| 58 </div> | 72 </div> |
| 59 <div id="forward" class="round-button ui-element"> | 73 <div id="forward" class="round-button ui-element"> |
| 60 <div class="button"></div> | 74 <div class="button"></div> |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 72 </div> | 86 </div> |
| 73 </div> | 87 </div> |
| 74 </body> | 88 </body> |
| 75 | 89 |
| 76 <!-- Run script after creating body, to let it add its own elements. --> | 90 <!-- Run script after creating body, to let it add its own elements. --> |
| 77 <script src="vr_shell_ui_api.js"></script> | 91 <script src="vr_shell_ui_api.js"></script> |
| 78 <script src="vr_shell_ui_scene.js"></script> | 92 <script src="vr_shell_ui_scene.js"></script> |
| 79 <script src="vr_shell_ui.js"></script> | 93 <script src="vr_shell_ui.js"></script> |
| 80 <script src="vk.js"></script> | 94 <script src="vk.js"></script> |
| 81 </html> | 95 </html> |
| OLD | NEW |