Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Issue 15814008: Cleaning up some DOM APIs which were marked as deprecated because they were moved or renamed. (Closed)

Created:
7 years, 6 months ago by blois
Modified:
7 years, 6 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Visibility:
Public.

Description

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

Patch Set 1 : #

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

Messages

Total messages: 7 (0 generated)
blois
7 years, 6 months ago (2013-05-29 19:02:44 UTC) #1
Emily Fortuna
https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart#newcode23638 sdk/lib/html/dart2js/html_dart2js.dart:23638: @deprecated // deprecated nit, but why have the comment ...
7 years, 6 months ago (2013-05-29 20:20:43 UTC) #2
blois
https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart#newcode23638 sdk/lib/html/dart2js/html_dart2js.dart:23638: @deprecated // deprecated On 2013/05/29 20:20:43, Emily Fortuna wrote: ...
7 years, 6 months ago (2013-05-29 20:28:22 UTC) #3
Emily Fortuna
https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart#newcode23638 sdk/lib/html/dart2js/html_dart2js.dart:23638: @deprecated // deprecated On 2013/05/29 20:28:22, blois wrote: > ...
7 years, 6 months ago (2013-05-29 20:31:44 UTC) #4
blois
https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart#newcode24890 sdk/lib/html/dart2js/html_dart2js.dart:24890: keys.add(attributes[i].name); On 2013/05/29 20:31:44, Emily Fortuna wrote: > On ...
7 years, 6 months ago (2013-05-29 21:42:06 UTC) #5
Emily Fortuna
lgtm https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://codereview.chromium.org/15814008/diff/2001/sdk/lib/html/dart2js/html_dart2js.dart#newcode24890 sdk/lib/html/dart2js/html_dart2js.dart:24890: keys.add(attributes[i].name); On 2013/05/29 21:42:06, blois wrote: > On ...
7 years, 6 months ago (2013-05-29 22:27:43 UTC) #6
blois
7 years, 6 months ago (2013-05-30 16:31:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 manually as r23423 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698