| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values=" | 2 <html i18n-values=" |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
| 5 customlogo:customlogo; | 5 customlogo:customlogo; |
| 6 themegravity:themegravity; | 6 themegravity:themegravity; |
| 7 bookmarkbarattached:bookmarkbarattached;" | 7 bookmarkbarattached:bookmarkbarattached;" |
| 8 class="starting-up"> | 8 class="starting-up"> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 <link rel="stylesheet" href="apps_page.css"> | 29 <link rel="stylesheet" href="apps_page.css"> |
| 30 <link rel="stylesheet" href="chrome://newtab/suggestions_page.css"> | 30 <link rel="stylesheet" href="chrome://newtab/suggestions_page.css"> |
| 31 <link rel="stylesheet" href="most_visited_page.css"> | 31 <link rel="stylesheet" href="most_visited_page.css"> |
| 32 <link rel="stylesheet" href="nav_dot.css"> | 32 <link rel="stylesheet" href="nav_dot.css"> |
| 33 <link rel="stylesheet" href="new_tab.css"> | 33 <link rel="stylesheet" href="new_tab.css"> |
| 34 <link rel="stylesheet" href="footer_menu.css"> | 34 <link rel="stylesheet" href="footer_menu.css"> |
| 35 <link rel="stylesheet" href="tile_page.css"> | 35 <link rel="stylesheet" href="tile_page.css"> |
| 36 <link id="themecss" rel="stylesheet"> | 36 <link id="themecss" rel="stylesheet"> |
| 37 | 37 |
| 38 <script src="../shared/js/event_tracker.js"></script> | 38 <script src="../shared/js/event_tracker.js"></script> |
| 39 <script src="../shared/js/local_strings.js"></script> | 39 <script src="../shared/js/load_time_data.js"></script> |
| 40 <script src="../shared/js/parse_html_subset.js"></script> | 40 <script src="../shared/js/parse_html_subset.js"></script> |
| 41 <script src="../shared/js/util.js"></script> | 41 <script src="../shared/js/util.js"></script> |
| 42 | 42 |
| 43 <script src="../shared/js/cr.js"></script> | 43 <script src="../shared/js/cr.js"></script> |
| 44 <script src="../shared/js/cr/ui.js"></script> | 44 <script src="../shared/js/cr/ui.js"></script> |
| 45 <script src="../shared/js/cr/ui/bubble.js"></script> | 45 <script src="../shared/js/cr/ui/bubble.js"></script> |
| 46 <script src="../shared/js/cr/ui/card_slider.js"></script> | 46 <script src="../shared/js/cr/ui/card_slider.js"></script> |
| 47 <script src="../shared/js/cr/ui/context_menu_handler.js"></script> | 47 <script src="../shared/js/cr/ui/context_menu_handler.js"></script> |
| 48 <script src="../shared/js/cr/ui/drag_wrapper.js"></script> | 48 <script src="../shared/js/cr/ui/drag_wrapper.js"></script> |
| 49 <script src="../shared/js/cr/ui/expandable_bubble.js"></script> | 49 <script src="../shared/js/cr/ui/expandable_bubble.js"></script> |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 </div> | 134 </div> |
| 135 </div> | 135 </div> |
| 136 </div> | 136 </div> |
| 137 </body> | 137 </body> |
| 138 | 138 |
| 139 <!-- A div to hold all the templates, and in the darkness bind them. --> | 139 <!-- A div to hold all the templates, and in the darkness bind them. --> |
| 140 <div hidden> | 140 <div hidden> |
| 141 | 141 |
| 142 <!-- NTP4 intro bubble --> | 142 <!-- NTP4 intro bubble --> |
| 143 <div id="ntp4-intro-bubble-contents"> | 143 <div id="ntp4-intro-bubble-contents"> |
| 144 <div i18n-content="ntp4_intro_message"></div> | 144 <div></div> |
| 145 <a i18n-content="learn_more" target="_blank"></a> | 145 <a i18n-content="learn_more" target="_blank"></a> |
| 146 </div> | 146 </div> |
| 147 | 147 |
| 148 <!-- Login status bubble --> | 148 <!-- Login status bubble --> |
| 149 <div id="login-status-bubble-contents"> | 149 <div id="login-status-bubble-contents"> |
| 150 <div id="login-status-message-container"> | 150 <div id="login-status-message-container"> |
| 151 <span i18n-content="login_status_message"></span> | 151 <span i18n-content="login_status_message"></span> |
| 152 <a id="login-status-learn-more" i18n-content="login_status_learn_more" | 152 <a id="login-status-learn-more" i18n-content="learn_more" |
| 153 target="_blank"></a> | 153 i18n-values="href:login_status_url" target="_blank"></a> |
| 154 </div> | 154 </div> |
| 155 <div class="login-status-row"> | 155 <div class="login-status-row"> |
| 156 <div id="login-status-advanced-container"> | 156 <div id="login-status-advanced-container"> |
| 157 <a id="login-status-advanced" | 157 <a id="login-status-advanced" |
| 158 i18n-content="login_status_advanced" href="#"></a> | 158 i18n-content="login_status_advanced" href="#"></a> |
| 159 </div> | 159 </div> |
| 160 <button id="login-status-dismiss" i18n-content="login_status_dismiss"> | 160 <button id="login-status-dismiss" i18n-content="login_status_dismiss"> |
| 161 </button> | 161 </button> |
| 162 </div> | 162 </div> |
| 163 </div> | 163 </div> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 </a> | 206 </a> |
| 207 </p> | 207 </p> |
| 208 </div> | 208 </div> |
| 209 | 209 |
| 210 </div> | 210 </div> |
| 211 | 211 |
| 212 <!-- This is used to measure text in the current locale. It is not visible. --> | 212 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 213 <div id="fontMeasuringDiv"></div> | 213 <div id="fontMeasuringDiv"></div> |
| 214 | 214 |
| 215 </html> | 215 </html> |
| OLD | NEW |