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

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>
peria 2014/06/02 02:37:16 Could you remove <thead> tag? This is an optional
tzik 2014/06/02 05:17:02 Done.
6 <tr>
7 <td class="task-log-duration">Duration</td>
8 <td class="task-log-description">Task</td>
9 <td class="task-log-result">Result</td>
10 <td class="task-log-result">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