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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 <th>App Name</th> | 50 <th>App Name</th> |
51 <th>App ID</th> | 51 <th>App ID</th> |
52 <th>Object Type</th> | 52 <th>Object Type</th> |
53 <th>Support Create</th> | 53 <th>Support Create</th> |
54 </tr> | 54 </tr> |
55 </tbody> | 55 </tbody> |
56 </table> | 56 </table> |
57 | 57 |
58 <h2 id='local-metadata-section'>Local Metadata</h2> | 58 <h2 id='local-metadata-section'>Local Metadata</h2> |
59 <ul> | 59 <ul> |
60 <li>File system is loaded: <span id='account-metadata-loaded'></span></li> | |
61 <li>Largest Changestamp (local): | 60 <li>Largest Changestamp (local): |
62 <span id='account-largest-changestamp-local'></span> | 61 <span id='account-largest-changestamp-local'></span> |
63 </li> | 62 </li> |
64 </ul> | 63 </ul> |
65 | 64 |
66 <h2 id='delta-update-status-section'>Delta Update Status</h2> | 65 <h2 id='delta-update-status-section'>Delta Update Status</h2> |
67 <ul> | 66 <ul> |
68 <li>Push notification is enabled: | 67 <li>Push notification is enabled: |
69 <span id='push-notification-enabled'></span></li> | 68 <span id='push-notification-enabled'></span></li> |
70 <li>Last update check time: | 69 <li>Last update check time: |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 </table> | 120 </table> |
122 | 121 |
123 <h2 id='local-storage-usage-section'>Local Storage Usage</h2> | 122 <h2 id='local-storage-usage-section'>Local Storage Usage</h2> |
124 <div>Free space: <span id='local-storage-freespace'></span> MB</div> | 123 <div>Free space: <span id='local-storage-freespace'></span> MB</div> |
125 | 124 |
126 <h2 id='event-log-section'>Event Log</h2> | 125 <h2 id='event-log-section'>Event Log</h2> |
127 <ul id='event-log'> | 126 <ul id='event-log'> |
128 </ul> | 127 </ul> |
129 </body> | 128 </body> |
130 </html> | 129 </html> |
OLD | NEW |