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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/sync_file_system_internals/task_log.html
diff --git a/chrome/browser/resources/sync_file_system_internals/task_log.html b/chrome/browser/resources/sync_file_system_internals/task_log.html
new file mode 100644
index 0000000000000000000000000000000000000000..65538b1b473cc47a05142efcdb1e1b213dfffcd0
--- /dev/null
+++ b/chrome/browser/resources/sync_file_system_internals/task_log.html
@@ -0,0 +1,14 @@
+<script src="chrome://syncfs-internals/task_log.js"></script>
+
+<h3>Task Log</h3>
+<table>
+ <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.
+ <tr>
+ <td class="task-log-duration">Duration</td>
+ <td class="task-log-description">Task</td>
+ <td class="task-log-result">Result</td>
+ <td class="task-log-result">Details</td>
+ </tr>
+ </thead>
+ <tbody id="task-log-entries"></tbody>
+</table>

Powered by Google App Engine
This is Rietveld 408576698