|
|
Cleaning up some DOM APIs which were marked as deprecated because they were moved or renamed.
There were basically two issues:
- localName and namespaceUri moved from Node down to Element.
- The transitionEnd event was polyfilled based on the deprecated webkitTransitionEnd event, so it was switched to the standard transtionEnd.
The Attr change was needed because the node map was using localName on Attr (inherited from Node), when it should have been using name. Attr is not actually exposed anywhere, so made it private.
BUG=
R=efortuna@google.com
Committed: https://code.google.com/p/dart/source/detail?r=23423
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+129 lines, -60 lines) |
Patch |
 |
M |
sdk/lib/html/dart2js/html_dart2js.dart
|
View
|
|
10 chunks |
+51 lines, -21 lines |
8 comments
|
Download
|
 |
M |
sdk/lib/html/dartium/html_dartium.dart
|
View
|
|
10 chunks |
+59 lines, -30 lines |
0 comments
|
Download
|
 |
M |
tools/dom/dom.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/dartmetadata.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/htmleventgenerator.py
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/dom/scripts/htmlrenamer.py
|
View
|
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/src/AttributeMap.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Element.darttemplate
|
View
|
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/dom/templates/html/impl/impl_Node.darttemplate
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|