| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html class="starting-up" i18n-values="dir:textdirection; | 2 <html class="starting-up" i18n-values="dir:textdirection; |
| 3 bookmarkbarattached:bookmarkbarattached; | 3 bookmarkbarattached:bookmarkbarattached; |
| 4 lang:language"> | 4 lang:language"> |
| 5 <head> | 5 <head> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <title i18n-content="title"></title> | 7 <title i18n-content="title"></title> |
| 8 <!-- Don't scale the viewport in either portrait or landscape mode. | 8 <!-- Don't scale the viewport in either portrait or landscape mode. |
| 9 Note that this means apps will be reflowed when rotated (like iPad). | 9 Note that this means apps will be reflowed when rotated (like iPad). |
| 10 If we wanted to maintain position we could remove 'maximum-scale' so | 10 If we wanted to maintain position we could remove 'maximum-scale' so |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css"> | 25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css"> |
| 26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css"> | 26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css"> |
| 27 <link rel="stylesheet" href="apps_page.css"> | 27 <link rel="stylesheet" href="apps_page.css"> |
| 28 <link rel="stylesheet" href="nav_dot.css"> | 28 <link rel="stylesheet" href="nav_dot.css"> |
| 29 <link rel="stylesheet" href="new_tab.css"> | 29 <link rel="stylesheet" href="new_tab.css"> |
| 30 <link rel="stylesheet" href="tile_page.css"> | 30 <link rel="stylesheet" href="tile_page.css"> |
| 31 <link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css"
> | 31 <link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css"
> |
| 32 | 32 |
| 33 <script src="../../../../ui/webui/resources/js/action_link.js"></script> | 33 <script src="../../../../ui/webui/resources/js/action_link.js"></script> |
| 34 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> | 34 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> |
| 35 <script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script> | |
| 36 <script src="../../../../ui/webui/resources/js/util.js"></script> | 35 <script src="../../../../ui/webui/resources/js/util.js"></script> |
| 37 | 36 |
| 38 <script src="../../../../ui/webui/resources/js/cr.js"></script> | 37 <script src="../../../../ui/webui/resources/js/cr.js"></script> |
| 39 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> | 38 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> |
| 40 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> | 39 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> |
| 41 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script> | 40 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script> |
| 42 <script src="../../../../ui/webui/resources/js/cr/ui/card_slider.js"></script> | 41 <script src="../../../../ui/webui/resources/js/cr/ui/card_slider.js"></script> |
| 43 <script src="../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js"></
script> | 42 <script src="../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js"></
script> |
| 44 <script src="../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js"></script> | 43 <script src="../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js"></script> |
| 45 <script src="../../../../ui/webui/resources/js/cr/ui/expandable_bubble.js"></scr
ipt> | 44 <script src="../../../../ui/webui/resources/js/cr/ui/expandable_bubble.js"></scr
ipt> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 <button class="close-button custom-appearance" | 86 <button class="close-button custom-appearance" |
| 88 id="app-launcher-promo-close-button"> | 87 id="app-launcher-promo-close-button"> |
| 89 </button> | 88 </button> |
| 90 </div> | 89 </div> |
| 91 | 90 |
| 92 <div id="footer"> | 91 <div id="footer"> |
| 93 <div id="footer-border"></div> | 92 <div id="footer-border"></div> |
| 94 <div id="footer-content"> | 93 <div id="footer-content"> |
| 95 <div id="logo-img"> | 94 <div id="logo-img"> |
| 96 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> | 95 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> |
| 97 <div id="promo-bubble-anchor"></div> | |
| 98 </div> | 96 </div> |
| 99 | 97 |
| 100 <ul id="dot-list"> | 98 <ul id="dot-list"> |
| 101 </ul> | 99 </ul> |
| 102 | 100 |
| 103 <div id="footer-menu-container" class="menu-container"> | 101 <div id="footer-menu-container" class="menu-container"> |
| 104 <a id="chrome-web-store-link"> | 102 <a id="chrome-web-store-link"> |
| 105 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort"> | 103 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort"> |
| 106 </span> | 104 </span> |
| 107 </a> | 105 </a> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 </div> | 159 </div> |
| 162 <span class="title"></span> | 160 <span class="title"></span> |
| 163 </div> | 161 </div> |
| 164 | 162 |
| 165 </div> | 163 </div> |
| 166 | 164 |
| 167 <!-- This is used to measure text in the current locale. It is not visible. --> | 165 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 168 <div id="fontMeasuringDiv"></div> | 166 <div id="fontMeasuringDiv"></div> |
| 169 | 167 |
| 170 </html> | 168 </html> |
| OLD | NEW |