Chromium Code Reviews
DescriptionMD Bookmarks: Implement basis for new data-binding system
This CL adds two new classes to MD Bookmarks:
- bookmarks.Store, a globally readable datastore which can only be
modified through predefined actions.
- bookmarks.StoreClient, a Polymer behavior for binding front-end
Polymer elements to the global Store.
These two classes form the basis for a new one-way dataflow system which
we are building for MD Bookmarks. They are currently unused, but
follow-up CLs will build up the remainder of the functionality (see bug
for details).
BUG=697706
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2731473002
Cr-Commit-Position: refs/heads/master@{#455373}
Committed: https://chromium.googlesource.com/chromium/src/+/0d9346b1e64f41e97cd44a291ae43343bc0edcc7
Patch Set 1 #Patch Set 2 : #
Total comments: 28
Patch Set 3 : michaelpg@ review comments #Patch Set 4 : Add some !s I missed #
Total comments: 7
Patch Set 5 : calamity@ review #Dependent Patchsets: Messages
Total messages: 33 (19 generated)
|