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

Side by Side Diff: components/sync/driver/resources/node_browser.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
OLDNEW
1 <!-- TODO(akalin): Move to a three-pane view; node tree on the left 1 <!-- TODO(akalin): Move to a three-pane view; node tree on the left
2 (minus leaf nodes), tree contents list on the upper right, selected 2 (minus leaf nodes), tree contents list on the upper right, selected
3 item detail on the lower right. --> 3 item detail on the lower right. -->
4 4
5 <div id="sync-node-main"> 5 <div id="sync-node-main">
6 <!-- TODO(akalin): Figure out how to get this element to be as tall 6 <!-- TODO(akalin): Figure out how to get this element to be as tall
7 as its container (style.height=100% doesn't work). Also fix 7 as its container (style.height=100% doesn't work). Also fix
8 behavior when tree is too tall (currently it makes you scroll the 8 behavior when tree is too tall (currently it makes you scroll the
9 entire page). --> 9 entire page). -->
10 <div id="sync-node-browser-refresher"> 10 <div id="sync-node-browser-refresher">
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 </tr> 49 </tr>
50 <tr jsdisplay="$this.hasOwnProperty('positionIndex')"> 50 <tr jsdisplay="$this.hasOwnProperty('positionIndex')">
51 <td>Position Index</td> 51 <td>Position Index</td>
52 <td jscontent="positionIndex"></td> 52 <td jscontent="positionIndex"></td>
53 </tr> 53 </tr>
54 </table> 54 </table>
55 <pre jscontent="JSON.stringify($this, null, 2)"></pre></td> 55 <pre jscontent="JSON.stringify($this, null, 2)"></pre></td>
56 </div> 56 </div>
57 </div> 57 </div>
58 </div> 58 </div>
OLDNEW
« no previous file with comments | « components/sync/driver/resources/index.html ('k') | components/sync/driver/resources/search.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698