|
|
Add MutationObserver constructor
Add custom MutationObserver.observe method
The observe method supports configuration by dictionary and optional arguments:
observer.observe(node, {'subtree': true});
observer.observe(node, subtree: true);
If both are given, they are merged.
Committed: https://code.google.com/p/dart/source/detail?r=9752
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+424 lines, -19 lines) |
Patch |
 |
M |
lib/compiler/implementation/lib/native_helper.dart
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/dom/dom.dart
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/dom/frog/dom_frog.dart
|
View
|
1
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/dom/idl/dart/dart.idl
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/dom/scripts/systemhtml.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
lib/dom/templates/html/frog/factoryprovider_MutationObserver.darttemplate
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
A |
lib/dom/templates/html/impl/impl_MutationObserver.darttemplate
|
View
|
1
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/dom/templates/html/interface/interface_MutationObserver.darttemplate
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/html/dartium/html_dartium.dart
|
View
|
|
2 chunks |
+82 lines, -6 lines |
0 comments
|
Download
|
 |
M |
lib/html/frog/html_frog.dart
|
View
|
|
3 chunks |
+90 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/unittest/unittest.dart
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/html/html.status
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tests/html/mutationobserver_test.dart
|
View
|
1
|
1 chunk |
+108 lines, -0 lines |
1 comment
|
Download
|
Total messages: 5 (0 generated)
|