OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>drive-internals</title> | 4 <title>drive-internals</title> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 <link rel="stylesheet" href="drive_internals.css"> | 6 <link rel="stylesheet" href="drive_internals.css"> |
7 <script src="chrome://resources/js/util.js"></script> | 7 <script src="chrome://resources/js/util.js"></script> |
8 <script src="chrome://drive-internals/drive_internals.js"></script> | 8 <script src="chrome://drive-internals/drive_internals.js"></script> |
9 </head> | 9 </head> |
10 <body> | 10 <body> |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 <tr> | 107 <tr> |
108 <th>Local ID</th> | 108 <th>Local ID</th> |
109 <th>MD5</th> | 109 <th>MD5</th> |
110 <th>Present</th> | 110 <th>Present</th> |
111 <th>Pinned</th> | 111 <th>Pinned</th> |
112 <th>Dirty</th> | 112 <th>Dirty</th> |
113 </tr> | 113 </tr> |
114 </tbody> | 114 </tbody> |
115 </table> | 115 </table> |
116 | 116 |
117 <h2 id="drive-related-flags-section">Drive related Flags</h2> | |
118 <ul id="drive-related-flags"> | |
119 </ul> | |
120 | |
121 <h2 id="drive-related-preferences-section">Drive related Preferences</h2> | 117 <h2 id="drive-related-preferences-section">Drive related Preferences</h2> |
122 <ul id="drive-related-preferences"> | 118 <ul id="drive-related-preferences"> |
123 </ul> | 119 </ul> |
124 | 120 |
125 <h2 id="app-list-section">Application List</h2> | 121 <h2 id="app-list-section">Application List</h2> |
126 <ul> | 122 <ul> |
127 <li>ETag: <span id="app-list-etag"></span></li> | 123 <li>ETag: <span id="app-list-etag"></span></li> |
128 </ul> | 124 </ul> |
129 <table> | 125 <table> |
130 <tbody id="app-list-items"> | 126 <tbody id="app-list-items"> |
131 <tr> | 127 <tr> |
132 <th>App Name</th> | 128 <th>App Name</th> |
133 <th>App ID</th> | 129 <th>App ID</th> |
134 <th>Object Type</th> | 130 <th>Object Type</th> |
135 <th>Support Create</th> | 131 <th>Support Create</th> |
136 </tr> | 132 </tr> |
137 </tbody> | 133 </tbody> |
138 </table> | 134 </table> |
139 | 135 |
140 <h2 id="event-log-section">Event Log</h2> | 136 <h2 id="event-log-section">Event Log</h2> |
141 <ul id="event-log"> | 137 <ul id="event-log"> |
142 </ul> | 138 </ul> |
143 </body> | 139 </body> |
144 </html> | 140 </html> |
OLD | NEW |