OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <!-- If you change the title, make sure you also update | 4 <!-- If you change the title, make sure you also update |
5 chrome/test/functional/special_tabs.py. --> | 5 chrome/test/functional/special_tabs.py. --> |
6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
7 <title>Sync Internals</title> | 7 <title>Sync Internals</title> |
8 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 <tabs> | 57 <tabs> |
58 <tab id="sync-about-tab">About</tab> | 58 <tab id="sync-about-tab">About</tab> |
59 <tab id="sync-types-tab">Types</tab> | 59 <tab id="sync-types-tab">Types</tab> |
60 <tab id="sync-data-tab">Data</tab> | 60 <tab id="sync-data-tab">Data</tab> |
61 <tab id="sync-events-tab">Events</tab> | 61 <tab id="sync-events-tab">Events</tab> |
62 <tab id="sync-browser-tab">Sync Node Browser</tab> | 62 <tab id="sync-browser-tab">Sync Node Browser</tab> |
63 <tab id="sync-search-tab">Search</tab> | 63 <tab id="sync-search-tab">Search</tab> |
64 </tabs> | 64 </tabs> |
65 <tabpanels> | 65 <tabpanels> |
66 <tabpanel> | 66 <tabpanel> |
67 <include src="about.html" /> | 67 <include src="about.html"> |
68 </tabpanel> | 68 </tabpanel> |
69 <tabpanel> | 69 <tabpanel> |
70 <include src="types.html" /> | 70 <include src="types.html"> |
71 </tabpanel> | 71 </tabpanel> |
72 <tabpanel> | 72 <tabpanel> |
73 <include src="data.html" /> | 73 <include src="data.html"> |
74 </tabpanel> | 74 </tabpanel> |
75 <tabpanel> | 75 <tabpanel> |
76 <include src="events.html" /> | 76 <include src="events.html"> |
77 </tabpanel> | 77 </tabpanel> |
78 <tabpanel> | 78 <tabpanel> |
79 <include src="node_browser.html" /> | 79 <include src="node_browser.html"> |
80 </tabpanel> | 80 </tabpanel> |
81 <tabpanel> | 81 <tabpanel> |
82 <include src="search.html" /> | 82 <include src="search.html"> |
83 </tabpanel> | 83 </tabpanel> |
84 </tabpanels> | 84 </tabpanels> |
85 </tabbox> | 85 </tabbox> |
86 | 86 |
87 <script src="chrome://resources/js/i18n_template2.js"></script> | 87 <script src="chrome://resources/js/i18n_template2.js"></script> |
88 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 88 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
89 <script src="chrome://sync-internals/sync_index.js"></script> | 89 <script src="chrome://sync-internals/sync_index.js"></script> |
90 </body> | 90 </body> |
91 </html> | 91 </html> |
OLD | NEW |