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

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

Issue 14271007: Remove public bool ChangeListLoader::loaded(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
satorux1 2013/04/18 03:50:59 You might want to add something like: (>0 means th
kinaba 2013/04/18 05:31:25 Sounds good. Rather I added a logic in JavaScript
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:
71 <span id='last-update-check-time'></span></li> 70 <span id='last-update-check-time'></span></li>
72 <li>Last update check result: 71 <li>Last update check result:
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_metadata.cc ('k') | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698