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

Issue 12224080: Fixes for TransitionEvent changes. (Closed)

Created:
7 years, 10 months ago by blois
Modified:
7 years, 10 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixes for TransitionEvent changes. Two changes- Removed the extends clause for _WebKitTransitionEvent which caused an issues with dartc. Platform-independent changes for firing the event broke element_test on non-Chrome browsers. This test is actually quite useless. BUG= Committed: https://code.google.com/p/dart/source/detail?r=18278

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_test.dart View 1 chunk +0 lines, -1 line 1 comment Download
M tools/dom/templates/html/impl/impl_WebKitTransitionEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
blois
https://codereview.chromium.org/12224080/diff/1/tests/html/element_test.dart File tests/html/element_test.dart (left): https://codereview.chromium.org/12224080/diff/1/tests/html/element_test.dart#oldcode266 tests/html/element_test.dart:266: testEvent(target.onTransitionEnd, 'webkitTransitionEnd'); We should probably just remove all of ...
7 years, 10 months ago (2013-02-08 21:42:23 UTC) #1
Emily Fortuna
7 years, 10 months ago (2013-02-08 21:43:41 UTC) #2
ha! lgtm

Powered by Google App Engine
This is Rietveld 408576698