Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / drive_internals.html
index e5b9697..c66365e 100644 (file)
@@ -9,61 +9,61 @@
   </head>
   <body>
     <h1>Drive Internals</h1>
-    <ul id='toc'></ul>
+    <ul id="toc"></ul>
 
-    <h2 id='connection-status-section'>Connection Status</h2>
+    <h2 id="connection-status-section">Connection Status</h2>
     <ul>
       <li>
-        Status: <span id='connection-status'></span>
+        Status: <span id="connection-status"></span>
       </li>
       <li>
-        Has refresh token: <span id='has-refresh-token'></span>
-        <button id='button-clear-refresh-token'>clear</button>
+        Has refresh token: <span id="has-refresh-token"></span>
+        <button id="button-clear-refresh-token">clear</button>
       </li>
       <li>
-        Has access token: <span id='has-access-token'></span>
-        <button id='button-clear-access-token'>clear</button>
+        Has access token: <span id="has-access-token"></span>
+        <button id="button-clear-access-token">clear</button>
       </li>
     </ul>
 
-    <h2 id='account-information-section'>Account Information</h2>
+    <h2 id="account-information-section">Account Information</h2>
     <ul>
       <li>Remote Changestamp:
-        <span id='account-largest-changestamp-remote'></span>
+        <span id="account-largest-changestamp-remote"></span>
       </li>
-      <li>Quota Information: <span id='account-quota-info'></span></li>
-      <li>Root Resource Id: <span id='root-resource-id'></span></li>
+      <li>Quota Information: <span id="account-quota-info"></span></li>
+      <li>Root Resource Id: <span id="root-resource-id"></span></li>
     </ul>
 
-    <h2 id='local-metadata-section'>Local Metadata</h2>
+    <h2 id="local-metadata-section">Local Metadata</h2>
     <div>
-      <button id='button-reset-drive-filesystem'>
+      <button id="button-reset-drive-filesystem">
         Clear local data
       </button>
-      <span id='reset-status-text'></span>
+      <span id="reset-status-text"></span>
     </div>
     <ul>
       <li>Local Changestamp:
-        <span id='account-largest-changestamp-local'></span>
+        <span id="account-largest-changestamp-local"></span>
       </li>
       <li>Local Free Space:
-        <span id='local-storage-freespace'></span> MB
+        <span id="local-storage-freespace"></span> MB
       </li>
     </ul>
 
-    <h2 id='delta-update-status-section'>Delta Update Status</h2>
+    <h2 id="delta-update-status-section">Delta Update Status</h2>
     <ul>
       <li>Push notification is enabled:
-        <span id='push-notification-enabled'></span></li>
+        <span id="push-notification-enabled"></span></li>
       <li>Last update check time:
-        <span id='last-update-check-time'></span></li>
+        <span id="last-update-check-time"></span></li>
       <li>Last update check result:
-        <span id='last-update-check-error'></span></li>
+        <span id="last-update-check-error"></span></li>
     </ul>
 
-    <h2 id='in-flight-operations-section'>In-flight Operations</h2>
+    <h2 id="in-flight-operations-section">In-flight Operations</h2>
     <table>
-      <tbody id='in-flight-operations-contents'>
+      <tbody id="in-flight-operations-contents">
         <tr>
           <th>ID</th>
           <th>Type</th>
       </tbody>
     </table>
 
-    <h2 id='file-system-contents-section'>File System Contents</h2>
-    <button id='button-show-file-entries'>Show</button>
-    <div id='file-system-contents'></div>
+    <h2 id="file-system-contents-section">File System Contents</h2>
+    <button id="button-show-file-entries">Show</button>
+    <div id="file-system-contents"></div>
 
-    <h2 id='gcache-contents-section'>GCache Contents</h2>
+    <h2 id="path-configurations-section">Path Configurations</h2>
+    <ul id="path-configurations">
+    </ul>
+
+    <h2 id="gcache-contents-section">GCache Contents</h2>
     <table>
-      <tbody id='gcache-contents'>
+      <tbody id="gcache-contents">
         <tr>
           <th>Path</th>
           <th>Size</th>
     <ul>
       <li>
         Total Size:
-        <span id='gcache-summary-total-size'>(calculating...)</span> MB.
+        <span id="gcache-summary-total-size">(calculating...)</span> MB.
       </li>
     </ul>
 
-    <h2 id='cache-contents-section'>Cache Contents</h2>
+    <h2 id="cache-contents-section">Cache Contents</h2>
     <table>
-      <tbody id='cache-contents'>
+      <tbody id="cache-contents">
         <tr>
           <th>Local ID</th>
           <th>MD5</th>
       </tbody>
     </table>
 
-    <h2 id='drive-related-flags-section'>Drive related Flags</h2>
-    <ul id='drive-related-flags'>
+    <h2 id="drive-related-flags-section">Drive related Flags</h2>
+    <ul id="drive-related-flags">
     </ul>
 
-    <h2 id='drive-related-preferences-section'>Drive related Preferences</h2>
-    <ul id='drive-related-preferences'>
+    <h2 id="drive-related-preferences-section">Drive related Preferences</h2>
+    <ul id="drive-related-preferences">
     </ul>
 
-    <h2 id='app-list-section'>Application List</h2>
+    <h2 id="app-list-section">Application List</h2>
     <ul>
-      <li>ETag: <span id='app-list-etag'></span></li>
+      <li>ETag: <span id="app-list-etag"></span></li>
     </ul>
     <table>
-      <tbody id='app-list-items'>
+      <tbody id="app-list-items">
         <tr>
           <th>App Name</th>
           <th>App ID</th>
       </tbody>
     </table>
 
-    <h2 id='event-log-section'>Event Log</h2>
-    <ul id='event-log'>
+    <h2 id="event-log-section">Event Log</h2>
+    <ul id="event-log">
     </ul>
   </body>
 </html>