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

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

Issue 304993004: [SyncFS] Add TaskLog tab on chrome://syncfs-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
(Empty)
1 <script src="chrome://syncfs-internals/task_log.js"></script>
2
3 <h3>Task Log</h3>
4 <table>
5 <thead>
6 <tr>
7 <td>Duration</td>
8 <td>Task</td>
9 <td>Result</td>
10 <td>Details</td>
11 </tr>
12 </thead>
13 <tbody id="task-log-entries"></tbody>
14 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698