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

Side by Side Diff: chrome/browser/resources/md_bookmarks/app.html

Issue 2603303002: [MD Bookmarks] Add UI for Material Bookmarks. (Closed)
Patch Set: change TODO position Created 3 years, 11 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 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://bookmarks/list.html">
2 <link rel="import" href="chrome://bookmarks/shared_vars.html"> 3 <link rel="import" href="chrome://bookmarks/shared_vars.html">
4 <link rel="import" href="chrome://bookmarks/sidebar.html">
3 <link rel="import" href="chrome://bookmarks/store.html"> 5 <link rel="import" href="chrome://bookmarks/store.html">
4 <link rel="import" href="chrome://bookmarks/toolbar.html"> 6 <link rel="import" href="chrome://bookmarks/toolbar.html">
5 7
6 <dom-module id="bookmarks-app"> 8 <dom-module id="bookmarks-app">
7 <template> 9 <template>
8 <style> 10 <style>
9 :host { 11 :host {
10 display: flex; 12 display: flex;
11 flex-direction: column; 13 flex-direction: column;
12 height: 100%; 14 height: 100%;
(...skipping 21 matching lines...) Expand all
34 </bookmarks-sidebar> 36 </bookmarks-sidebar>
35 <bookmarks-list selected-node="[[selectedNode]]"></bookmarks-list> 37 <bookmarks-list selected-node="[[selectedNode]]"></bookmarks-list>
36 </div> 38 </div>
37 <bookmarks-store selected-id="{{selectedId}}" 39 <bookmarks-store selected-id="{{selectedId}}"
38 selected-node="{{selectedNode}}" 40 selected-node="{{selectedNode}}"
39 root-node="{{rootNode}}"> 41 root-node="{{rootNode}}">
40 </bookmarks-store> 42 </bookmarks-store>
41 </template> 43 </template>
42 <script src="chrome://bookmarks/app.js"></script> 44 <script src="chrome://bookmarks/app.js"></script>
43 </dom-module> 45 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_bookmarks/folder_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698