|
Adding Element.created constructor and .created constructors to all subclasses. Also ensuring generative constructor for all superclasses.
This is for post-construction custom element creation.
Element.created is public, then the base classes of that get private ._created constructors.
BUG=
R=vsm@google.com
Committed: https://code.google.com/p/dart/source/detail?r=28120
Total comments: 4
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2307 lines, -21 lines) |
Patch |
 |
M |
pkg/custom_element/lib/custom_element.dart
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/unittest/lib/html_config.dart
|
View
|
1
2
|
2 chunks |
+7 lines, -1 line |
2 comments
|
Download
|
 |
M |
pkg/unittest/lib/test_controller.js
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
|
79 chunks |
+471 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/html/dartium/html_dartium.dart
|
View
|
|
80 chunks |
+474 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/svg/dart2js/svg_dart2js.dart
|
View
|
1
2
3
|
87 chunks |
+522 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/svg/dartium/svg_dartium.dart
|
View
|
1
2
3
|
87 chunks |
+522 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/html/custom/attribute_changed_callback_test.dart
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/html/custom/constructor_calls_created_synchronously_test.dart
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/html/custom/created_callback_test.dart
|
View
|
1
2
3
|
5 chunks |
+207 lines, -7 lines |
2 comments
|
Download
|
 |
M |
tests/html/custom/document_register_basic_test.dart
|
View
|
1
2
3
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/html/custom/document_register_type_extensions_test.dart
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/html/custom/entered_left_view_test.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/html/custom_elements_test.dart
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/html/html.status
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/systemhtml.py
|
View
|
1
2
3
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/dom/src/dart2js_CustomElementSupport.dart
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/src/native_DOMImplementation.dart
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Document.darttemplate
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Element.darttemplate
|
View
|
1
2
3
|
2 chunks |
+25 lines, -1 line |
2 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Node.darttemplate
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|