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

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

Issue 10827292: Propagate the result of AmountOfFreeSpace to JS and show it in chrome://drive-internals. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 id='local-storage-usage'></div>
satorux1 2012/08/13 07:26:20 I guess it'd be better to do: <div>Free space: <s
Haruki Sato 2012/08/17 05:46:34 Done. Thank you for the great advice.
59
56 </body> 60 </body>
57 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698