|
First cut at behaviors. This just implements the lifecycle methodsportion. We may get the rest for free (properties, observers, listeners, hostAttributes), but haven't tested those yet
BUG=
Total comments: 20
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+692 lines, -56 lines) |
Patch |
|
M |
lib/polymer_micro.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
lib/src/common/behavior.dart
|
View
|
1
|
1 chunk |
+78 lines, -0 lines |
2 comments
|
Download
|
|
M |
lib/src/common/declarations.dart
|
View
|
1
|
3 chunks |
+32 lines, -10 lines |
0 comments
|
Download
|
|
M |
lib/src/common/js_proxy.dart
|
View
|
1
|
2 chunks |
+7 lines, -1 line |
2 comments
|
Download
|
|
M |
lib/src/common/polymer_descriptor.dart
|
View
|
1
|
7 chunks |
+41 lines, -22 lines |
0 comments
|
Download
|
|
M |
lib/src/common/polymer_mixin.dart
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
lib/src/js/polymer_base_dart.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
lib/src/js/polymer_bind_dart.html
|
View
|
1
|
3 chunks |
+20 lines, -3 lines |
2 comments
|
Download
|
|
A |
test/common.dart
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
2 comments
|
Download
|
|
A |
test/src/common/behavior_test.dart
|
View
|
1
|
1 chunk |
+238 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/src/common/behavior_test.html
|
View
|
1
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/common/js_proxy_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
test/src/common/polymer_descriptor_test.dart
|
View
|
1
|
4 chunks |
+78 lines, -18 lines |
0 comments
|
Download
|
|
M |
test/src/common/polymer_descriptor_test.html
|
View
|
1
|
2 chunks |
+12 lines, -1 line |
2 comments
|
Download
|
|
M |
test/src/common/polymer_mixin_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
test/src/common/polymer_register_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/micro/attributes_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/micro/lifecycle_callbacks_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/mini/bottom_up_ready_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/mini/default_values_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/mini/dom_distribution_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/mini/template_stamping_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/attribute_binding_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/computed_properties_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/event_listener_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/node_finding_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/property_binding_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/property_change_callbacks_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/property_change_notification_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/read_only_properties_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/src/standard/reflect_to_attribute_test.html
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (1 generated)
|