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

Side by Side Diff: pkg/mdv/pubspec.yaml

Issue 19771010: implement dirty checking for @observable objects (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: logging for loops in dirty checking Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 name: mdv 1 name: mdv
2 author: "Web UI Team <web-ui-dev@dartlang.org>" 2 author: "Web UI Team <web-ui-dev@dartlang.org>"
3 homepage: https://github.com/dart-lang/web-ui 3 homepage: https://github.com/dart-lang/web-ui
4 description: > 4 description: >
5 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible 5 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible
6 separation between the UI (DOM) of a document or application and its 6 separation between the UI (DOM) of a document or application and its
7 underlying data (model). 7 underlying data (model).
8 Updates to the model are reflected in the DOM and user input into the DOM is 8 Updates to the model are reflected in the DOM and user input into the DOM is
9 immediately assigned to the model. 9 immediately assigned to the model.
10 dependencies: 10 dependencies:
11 logging: any
11 observe: any 12 observe: any
12 # This is only for IdentityMap. See http://dartbug.com/4161. 13 # This is only for IdentityMap. See http://dartbug.com/4161.
13 serialization: any 14 serialization: any
14 dev_dependencies: 15 dev_dependencies:
15 unittest: any 16 unittest: any
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698