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

Side by Side Diff: components/sync/driver/resources/about.html

Issue 2834453006: [Sync] Update Type Info section of sync-internals. (Closed)
Patch Set: Reworked some of the variables in GetTypeStatusMap(). Created 3 years, 8 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
OLDNEW
1 1
2 <div id="status"> 2 <div id="status">
3 <div id="dump"> 3 <div id="dump">
4 <button id="dump-status">Dump status</button> 4 <button id="dump-status">Dump status</button>
5 <input type="checkbox" id="include-ids"> 5 <input type="checkbox" id="include-ids">
6 Include Identifiers 6 Include Identifiers
7 </input> 7 </input>
8 </div> 8 </div>
9 <div id="import"> 9 <div id="import">
10 <button id="import-status">Import status</button> 10 <button id="import-status">Import status</button>
(...skipping 27 matching lines...) Expand all
38 <pre class="details" jscontent="details"></pre> 38 <pre class="details" jscontent="details"></pre>
39 <pre class="proto" jscontent="JSON.stringify(proto, null, 2)"></pre> 39 <pre class="proto" jscontent="JSON.stringify(proto, null, 2)"></pre>
40 </div> 40 </div>
41 </div> 41 </div>
42 </div> 42 </div>
43 43
44 <div class="section" style="overflow-x: auto"> 44 <div class="section" style="overflow-x: auto">
45 <h2>Type Info</h2> 45 <h2>Type Info</h2>
46 <table id="typeInfo"> 46 <table id="typeInfo">
47 <tr jsselect="type_status" jsvalues="class:$this.status"> 47 <tr jsselect="type_status" jsvalues="class:$this.status">
48 <td jscontent="name" width=50%></td> 48 <td jscontent="name" width=30%></td>
49 <td jscontent="value" width=30%></td>
50 <td jscontent="num_entries" width=10%></td> 49 <td jscontent="num_entries" width=10%></td>
51 <td jscontent="num_live" width=10%></td> 50 <td jscontent="num_live" width=10%></td>
51 <td jscontent="message" width=30%></td>
52 <td jscontent="state" width=10%></td>
53 <td jscontent="group_type" width=10%></td>
52 </tr> 54 </tr>
53 </table> 55 </table>
54 </div> 56 </div>
55 57
56 <div class="section" jsdisplay="unrecoverable_error_detected"> 58 <div class="section" jsdisplay="unrecoverable_error_detected">
57 <p> 59 <p>
58 <span class="err" jscontent="unrecoverable_error_message"></span> 60 <span class="err" jscontent="unrecoverable_error_message"></span>
59 </p> 61 </p>
60 </div> 62 </div>
61 63
62 <div class="section" jsdisplay="actionable_error_detected"> 64 <div class="section" jsdisplay="actionable_error_detected">
63 <p> 65 <p>
64 <h2>Actionable Error</h2> 66 <h2>Actionable Error</h2>
65 <table id="actionableError"> 67 <table id="actionableError">
66 <tr jsselect="actionable_error"> 68 <tr jsselect="actionable_error">
67 <td jscontent="stat_name"></td> 69 <td jscontent="stat_name"></td>
68 <td jscontent="stat_value"></td> 70 <td jscontent="stat_value"></td>
69 </tr> 71 </tr>
70 </table> 72 </table>
71 </p> 73 </p>
72 </div> 74 </div>
73 </div> 75 </div>
OLDNEW
« no previous file with comments | « components/sync/driver/data_type_controller.cc ('k') | components/sync/driver/resources/about.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698