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

Issue 12096106: work in progress: observable implementation using detailed change records (Closed)

Created:
7 years, 10 months ago by Jennifer Messerly
Modified:
7 years, 10 months ago
Reviewers:
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/web-ui.git@master
Visibility:
Public.

Description

work in progress: observable implementation using detailed change records BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2862 lines, -114 lines) Patch
A bin/build_observable.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M example/todomvc/main.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M example/todomvc/model.dart View 3 chunks +15 lines, -6 lines 0 comments Download
A lib/observe.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A lib/observe/expression.dart View 1 chunk +86 lines, -0 lines 0 comments Download
A lib/observe/list.dart View 1 chunk +255 lines, -0 lines 0 comments Download
A lib/observe/map.dart View 1 chunk +396 lines, -0 lines 0 comments Download
A lib/observe/observable.dart View 1 chunk +237 lines, -0 lines 0 comments Download
A lib/observe/reference.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A lib/observe/set.dart View 1 chunk +190 lines, -0 lines 0 comments Download
M lib/src/analyzer.dart View 3 chunks +2 lines, -2 lines 0 comments Download
M lib/src/codegen.dart View 2 chunks +10 lines, -5 lines 0 comments Download
M lib/src/compiler.dart View 7 chunks +174 lines, -49 lines 0 comments Download
A lib/src/dart_parser.dart View 1 chunk +262 lines, -0 lines 0 comments Download
M lib/src/directive_parser.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/emitters.dart View 3 chunks +19 lines, -2 lines 0 comments Download
M lib/src/files.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/info.dart View 5 chunks +20 lines, -5 lines 0 comments Download
A lib/src/linked_list.dart View 1 chunk +82 lines, -0 lines 0 comments Download
A lib/src/observable_transform.dart View 1 chunk +160 lines, -0 lines 0 comments Download
A lib/src/observe/impl.dart View 1 chunk +149 lines, -0 lines 0 comments Download
A lib/src/refactor.dart View 1 chunk +108 lines, -0 lines 0 comments Download
M lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/templating.dart View 10 chunks +12 lines, -10 lines 0 comments Download
M lib/watcher.dart View 6 chunks +25 lines, -26 lines 0 comments Download
M lib/web_ui.dart View 2 chunks +8 lines, -5 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
A test/observe_test.dart View 1 chunk +567 lines, -0 lines 0 comments Download
M test/run_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698