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

Side by Side Diff: chrome/browser/resources/sync_file_system_internals/sync_service.html

Issue 16398011: Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to test mac compile Created 7 years, 6 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 <script src="chrome://syncfs-internals/sync_service.js"></script> 1 <script src="chrome://syncfs-internals/sync_service.js"></script>
2 2
3 <table> 3 <table>
4 <tbody> 4 <tbody>
5 <tr> 5 <tr>
6 <td>Service Status</td> 6 <td>Service Status</td>
7 <td id="service-status">N/A</td> 7 <td id="service-status">N/A</td>
8 </tr> 8 </tr>
9 <tr> 9 <tr>
10 <td>Notification Source</td> 10 <td>Notification Source</td>
11 <td id="notification-source">N/A</td> 11 <td id="notification-source">N/A</td>
12 </tr> 12 </tr>
13 </tbody> 13 </tbody>
14 </table> 14 </table>
15 <br> 15 <br>
16 16
17 <h3>Debug Log</h3> 17 <h3>Debug Log</h3>
18 <table> 18 <table>
19 <thead> 19 <thead>
20 <tr> 20 <tr>
21 <td>Time</td> 21 <td>Time</td>
22 <td>Log Event</td> 22 <td>Log Event</td>
23 </tr> 23 </tr>
24 </thead> 24 </thead>
25 <tbody id="log-entries"></tbody> 25 <tbody id="log-entries"></tbody>
26 </table> 26 </table>
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698