repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
sync_file_system_internals
/
task_log.html
blob
9de27fe903b6e83ed4cf6b16382581fb650efae9
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>