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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 <th>Resource ID</th> | 46 <th>Resource ID</th> |
47 <th>MD5</th> | 47 <th>MD5</th> |
48 <th>Present</th> | 48 <th>Present</th> |
49 <th>Pinned</th> | 49 <th>Pinned</th> |
50 <th>Dirty</th> | 50 <th>Dirty</th> |
51 <th>Mounted</th> | 51 <th>Mounted</th> |
52 <th>Persistent</th> | 52 <th>Persistent</th> |
53 </tr> | 53 </tr> |
54 </tbody> | 54 </tbody> |
55 </table> | 55 </table> |
| 56 |
| 57 <h2 id='local-storage-usage-section'>Local Storage Usage</h2> |
| 58 <div>Free space: <span id='local-storage-freespace'></span> MB</div> |
56 </body> | 59 </body> |
57 </html> | 60 </html> |
OLD | NEW |