|
|
Move dart:dom implementation classes to dart:html library.
Rename dom implementation classes to _<Interface>DOMImpl to avoid clashes with html
implementation classes, and import dom implementation classes directly into dart:html.
Temporary introduce fake dom interfaces for overload dispatching (dom implementation classes
don't implement html interfaces yet).
R=antonm@google.com
Committed: https://code.google.com/p/dart/source/detail?r=7954
Total comments: 22
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+191 lines, -252 lines) |
Patch |
 |
M |
lib/dom/scripts/dartdomgenerator.py
|
View
|
1
2
|
4 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
lib/dom/scripts/systemhtml.py
|
View
|
1
2
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
lib/dom/scripts/systemnative.py
|
View
|
1
2
|
20 chunks |
+58 lines, -32 lines |
0 comments
|
Download
|
 |
M |
lib/dom/src/native_DOMImplementation.dart
|
View
|
1
2
|
3 chunks |
+17 lines, -40 lines |
0 comments
|
Download
|
 |
M |
lib/dom/src/native_DOMPublic.dart
|
View
|
1
2
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/dom/src/native_DOMWrapperBase.dart
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/dom/templates/dom/native/cpp_implementation.template
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/dom/templates/dom/native/dart_implementation.darttemplate
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/dom/templates/html/dartium/factoryprovider.darttemplate
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
lib/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
lib/dom/templates/html/dartium/factoryprovider_BlobBuilder.darttemplate
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
lib/dom/templates/html/dartium/factoryprovider_OptionElement.darttemplate
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/dom/templates/html/dartium/html_dartium.darttemplate
|
View
|
1
2
|
4 chunks |
+10 lines, -15 lines |
0 comments
|
Download
|
 |
M |
lib/dom/templates/html/dartium/impl_EventTarget.darttemplate
|
View
|
1
2
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
lib/html/src/dartium_FactoryProviders.dart
|
View
|
1
|
1 chunk |
+55 lines, -104 lines |
0 comments
|
Download
|
 |
M |
tests/dom/dom.status
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|