Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: chrome/browser/resources/chromeos/drive_internals.html

Issue 11365249: drive: Event logger for chrome:drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix (#2, #3). Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <th>Pinned</th> 104 <th>Pinned</th>
105 <th>Dirty</th> 105 <th>Dirty</th>
106 <th>Mounted</th> 106 <th>Mounted</th>
107 <th>Persistent</th> 107 <th>Persistent</th>
108 </tr> 108 </tr>
109 </tbody> 109 </tbody>
110 </table> 110 </table>
111 111
112 <h2 id='local-storage-usage-section'>Local Storage Usage</h2> 112 <h2 id='local-storage-usage-section'>Local Storage Usage</h2>
113 <div>Free space: <span id='local-storage-freespace'></span> MB</div> 113 <div>Free space: <span id='local-storage-freespace'></span> MB</div>
114
115 <h2 id='event-log-section'>Event Log</h2>
116 <ul id='event-log'>
117 </ul>
114 </body> 118 </body>
115 </html> 119 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698