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

Issue 263553010: Make sure we correctly dispatch custom events having the same names as unprefixed animations events (Closed)

Created:
6 years, 7 months ago by darktears
Modified:
6 years, 7 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dstockwell, Timothy Loh, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Make sure we correctly dispatch custom events having the same names as unprefixed animations events If support for unprefixed animations is disabled and a custom event happens to have the same type name then we should dispatch them no matter. As inside blink we dispatch unprefixed events (no matter if the support is on or off), we had a piece of code which was retargeting the name to unprefixed when the support was off. This was not working in the case of custom events as they were being retargeted to prefixed. I'm glad we can get rid of this condition when the support of unprefixed animations ships. I've added a set of tests in the stable/ directory to specifically covers the fact that the unprefixed animations support is off. These two tests can be removed when unprefixed animations are default. The other tests in the regular animations/ directory are for regression testing. BUG=367537 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173024

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Messages

Total messages: 6 (0 generated)
darktears
6 years, 7 months ago (2014-04-30 14:08:35 UTC) #1
Julien - ping for review
not-really-happy lgtm but the other alternatives are worse and need to be merged this back ...
6 years, 7 months ago (2014-04-30 18:53:07 UTC) #2
darktears
On 2014/04/30 18:53:07, Julien Chaffraix - PST wrote: > not-really-happy lgtm but the other alternatives ...
6 years, 7 months ago (2014-04-30 19:06:23 UTC) #3
darktears
The CQ bit was checked by alexis.menard@intel.com
6 years, 7 months ago (2014-04-30 20:04:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexis.menard@intel.com/263553010/20001
6 years, 7 months ago (2014-04-30 20:04:44 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 20:34:40 UTC) #6
Message was sent while issue was closed.
Change committed as 173024

Powered by Google App Engine
This is Rietveld 408576698