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

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

Issue 98583002: Add Drive connection status info to chrome:drive-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
11 <h1>Drive Internals</h1> 11 <h1>Drive Internals</h1>
12 <ul id='toc'></ul> 12 <ul id='toc'></ul>
13 13
14 <h2 id='authentication-status-section'>Authentication Status</h2> 14 <h2 id='connection-status-section'>Connection Status</h2>
15 <ul> 15 <ul>
16 <li> 16 <li>
17 Status: <span id='connection-status'></span>
18 </li>
19 <li>
17 Has refresh token: <span id='has-refresh-token'></span> 20 Has refresh token: <span id='has-refresh-token'></span>
18 <button id='button-clear-refresh-token'>clear</button> 21 <button id='button-clear-refresh-token'>clear</button>
19 </li> 22 </li>
20 <li> 23 <li>
21 Has access token: <span id='has-access-token'></span> 24 Has access token: <span id='has-access-token'></span>
22 <button id='button-clear-access-token'>clear</button> 25 <button id='button-clear-access-token'>clear</button>
23 </li> 26 </li>
24 </ul> 27 </ul>
25 28
26 <h2 id='account-information-section'>Account Information</h2> 29 <h2 id='account-information-section'>Account Information</h2>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 <th>Support Create</th> 131 <th>Support Create</th>
129 </tr> 132 </tr>
130 </tbody> 133 </tbody>
131 </table> 134 </table>
132 135
133 <h2 id='event-log-section'>Event Log</h2> 136 <h2 id='event-log-section'>Event Log</h2>
134 <ul id='event-log'> 137 <ul id='event-log'>
135 </ul> 138 </ul>
136 </body> 139 </body>
137 </html> 140 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/drive_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698