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

Side by Side Diff: components/sync_driver/resources/events.html

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
« no previous file with comments | « components/sync_driver/resources/events.css ('k') | components/sync_driver/resources/events.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <table id="sync-events-table">
2 <thead>
3 <th>Details</th>
4 <th>Submodule</th>
5 <th>Event</th>
6 <th>Time</th>
7 </thead>
8 <tbody id="sync-events">
9 <tr jsselect="eventList">
10 <td>
11 <button class="toggle-button">Toggle Display</button>
12 <pre jscontent="textDetails" class="details" hidden></pre>
13 </td>
14 <td jscontent="submodule" class="attrib-column"></td>
15 <td jscontent="event" class="attrib-column"></td>
16 <td jscontent="date" class="attrib-column"></td>
17 </tr>
18 </tbody>
19 </table>
OLDNEW
« no previous file with comments | « components/sync_driver/resources/events.css ('k') | components/sync_driver/resources/events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698