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

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

Issue 14256007: drive: Remove polling code from DriveFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <li>File system is loaded: <span id='account-metadata-loaded'></span></li> 60 <li>File system is loaded: <span id='account-metadata-loaded'></span></li>
61 <li>Largest Changestamp (local): 61 <li>Largest Changestamp (local):
62 <span id='account-largest-changestamp-local'></span> 62 <span id='account-largest-changestamp-local'></span>
63 </li> 63 </li>
64 </ul> 64 </ul>
65 65
66 <h2 id='delta-update-status-section'>Delta Update Status</h2> 66 <h2 id='delta-update-status-section'>Delta Update Status</h2>
67 <ul> 67 <ul>
68 <li>Push notification is enabled: 68 <li>Push notification is enabled:
69 <span id='push-notification-enabled'></span></li> 69 <span id='push-notification-enabled'></span></li>
70 <li>Polling interval:
71 <span id='polling-interval-sec'></span> seconds</li>
72 <li>Last update check time: 70 <li>Last update check time:
73 <span id='last-update-check-time'></span></li> 71 <span id='last-update-check-time'></span></li>
74 <li>Last update check result: 72 <li>Last update check result:
75 <span id='last-update-check-error'></span></li> 73 <span id='last-update-check-error'></span></li>
76 </ul> 74 </ul>
77 75
78 <h2 id='in-flight-operations-section'>In-flight Operations</h2> 76 <h2 id='in-flight-operations-section'>In-flight Operations</h2>
79 <table> 77 <table>
80 <tbody id='in-flight-operations-contents'> 78 <tbody id='in-flight-operations-contents'>
81 <tr> 79 <tr>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 </table> 121 </table>
124 122
125 <h2 id='local-storage-usage-section'>Local Storage Usage</h2> 123 <h2 id='local-storage-usage-section'>Local Storage Usage</h2>
126 <div>Free space: <span id='local-storage-freespace'></span> MB</div> 124 <div>Free space: <span id='local-storage-freespace'></span> MB</div>
127 125
128 <h2 id='event-log-section'>Event Log</h2> 126 <h2 id='event-log-section'>Event Log</h2>
129 <ul id='event-log'> 127 <ul id='event-log'>
130 </ul> 128 </ul>
131 </body> 129 </body>
132 </html> 130 </html>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_metadata.cc ('k') | chrome/browser/ui/webui/chromeos/drive_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698