| 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 class="starting-up"> | 7 class="starting-up"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
| 11 <!-- Don't scale the viewport in either portrait or landscape mode. | 11 <!-- Don't scale the viewport in either portrait or landscape mode. |
| 12 Note that this means apps will be reflowed when rotated (like iPad). | 12 Note that this means apps will be reflowed when rotated (like iPad). |
| 13 If we wanted to maintain position we could remove 'maximum-scale' so | 13 If we wanted to maintain position we could remove 'maximum-scale' so |
| 14 that we'd zoom out in portrait mode, but then there would be a bunch | 14 that we'd zoom out in portrait mode, but then there would be a bunch |
| 15 of unusable space at the bottom. | 15 of unusable space at the bottom. |
| 16 --> | 16 --> |
| 17 <meta name="viewport" | 17 <meta name="viewport" |
| 18 content="user-scalable=no, width=device-width, maximum-scale=1.0"> | 18 content="user-scalable=no, width=device-width, maximum-scale=1.0"> |
| 19 | 19 |
| 20 <!-- It's important that this be the first script loaded. --> | 20 <!-- It's important that this be the first script loaded. --> |
| 21 <script src="logging.js"></script> | 21 <script src="logging.js"></script> |
| 22 | 22 |
| 23 <if expr="pp_ifdef('touchui')"> | 23 <if expr="pp_ifdef('touchui')"> |
| 24 <script> | 24 <script> |
| 25 document.documentElement.setAttribute('touchui', true); | 25 document.documentElement.setAttribute('touchui', true); |
| 26 </script> | 26 </script> |
| 27 </if> | 27 </if> |
| 28 | 28 |
| 29 <link rel="stylesheet" href="../shared/css/bubble.css"> | 29 <link rel="stylesheet" href="../shared/css/bubble.css"> |
| 30 <link rel="stylesheet" href="../shared/css/expandable_bubble.css"> |
| 30 <link rel="stylesheet" href="../shared/css/menu.css"> | 31 <link rel="stylesheet" href="../shared/css/menu.css"> |
| 31 <link rel="stylesheet" href="apps_page.css"> | 32 <link rel="stylesheet" href="apps_page.css"> |
| 32 <link rel="stylesheet" href="bookmarks_page.css"> | 33 <link rel="stylesheet" href="bookmarks_page.css"> |
| 33 <link rel="stylesheet" href="most_visited_page.css"> | 34 <link rel="stylesheet" href="most_visited_page.css"> |
| 34 <link rel="stylesheet" href="nav_dot.css"> | 35 <link rel="stylesheet" href="nav_dot.css"> |
| 35 <link rel="stylesheet" href="new_tab.css"> | 36 <link rel="stylesheet" href="new_tab.css"> |
| 36 <link rel="stylesheet" href="recently_closed.css"> | 37 <link rel="stylesheet" href="recently_closed.css"> |
| 37 <link rel="stylesheet" href="tile_page.css"> | 38 <link rel="stylesheet" href="tile_page.css"> |
| 38 <link id="themecss" rel="stylesheet"> | 39 <link id="themecss" rel="stylesheet"> |
| 39 | 40 |
| 40 <script src="../shared/js/event_tracker.js"></script> | 41 <script src="../shared/js/event_tracker.js"></script> |
| 41 <script src="../shared/js/local_strings.js"></script> | 42 <script src="../shared/js/local_strings.js"></script> |
| 42 <script src="../shared/js/parse_html_subset.js"></script> | 43 <script src="../shared/js/parse_html_subset.js"></script> |
| 43 <script src="../shared/js/util.js"></script> | 44 <script src="../shared/js/util.js"></script> |
| 44 | 45 |
| 45 <script src="../shared/js/cr.js"></script> | 46 <script src="../shared/js/cr.js"></script> |
| 46 <script src="../shared/js/cr/ui.js"></script> | 47 <script src="../shared/js/cr/ui.js"></script> |
| 47 <script src="../shared/js/cr/ui/bubble.js"></script> | 48 <script src="../shared/js/cr/ui/bubble.js"></script> |
| 49 <script src="../shared/js/cr/ui/expandable_bubble.js"></script> |
| 48 <script src="../shared/js/cr/ui/menu.js"></script> | 50 <script src="../shared/js/cr/ui/menu.js"></script> |
| 49 <script src="../shared/js/cr/ui/menu_item.js"></script> | 51 <script src="../shared/js/cr/ui/menu_item.js"></script> |
| 50 <script src="../shared/js/cr/ui/position_util.js"></script> | 52 <script src="../shared/js/cr/ui/position_util.js"></script> |
| 51 <script src="../shared/js/cr/ui/menu_button.js"></script> | 53 <script src="../shared/js/cr/ui/menu_button.js"></script> |
| 52 <script src="../shared/js/cr/ui/context_menu_handler.js"></script> | 54 <script src="../shared/js/cr/ui/context_menu_handler.js"></script> |
| 53 | 55 |
| 54 <script src="drag_wrapper.js"></script> | 56 <script src="drag_wrapper.js"></script> |
| 55 <script src="tile_page.js"></script> | 57 <script src="tile_page.js"></script> |
| 56 <script src="apps_page.js"></script> | 58 <script src="apps_page.js"></script> |
| 57 <script src="bookmarks_page.js"></script> | 59 <script src="bookmarks_page.js"></script> |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 </div> | 171 </div> |
| 170 | 172 |
| 171 <!-- Bookmarks Import Data Link --> | 173 <!-- Bookmarks Import Data Link --> |
| 172 <div id="bookmarks-import-data-link-template" | 174 <div id="bookmarks-import-data-link-template" |
| 173 class="bookmarks-import-data-link-wrapper" hidden> | 175 class="bookmarks-import-data-link-wrapper" hidden> |
| 174 <a href="chrome://settings/importData" | 176 <a href="chrome://settings/importData" |
| 175 i18n-content="importDataLinkTitle" class="link-color"></a> | 177 i18n-content="importDataLinkTitle" class="link-color"></a> |
| 176 </div> | 178 </div> |
| 177 | 179 |
| 178 </html> | 180 </html> |
| OLD | NEW |