diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 08:52:52 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 08:52:52 +0100 |
commit | cf4482199c5b92c5029b79c086cf9f831a87f895 (patch) | |
tree | c09d0a057e4f4ad10080d4ac487031e6f8292fc8 /widget/EventMessageList.h | |
parent | c4730100294c28df0a170f47565ded7eebfaba49 (diff) | |
download | uxp-cf4482199c5b92c5029b79c086cf9f831a87f895.tar.gz |
Bug 1264125: Fire transitioncancel event when a transition is canceled - part 1 (in the description)
Issue #55
part 1 - Add transitioncancel event handler
part 2 - Add ontransitioncancel EventHandler to WebIDL
part 3 - Add member of active time to ComputedTiming
Diffstat (limited to 'widget/EventMessageList.h')
-rw-r--r-- | widget/EventMessageList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index 7fe642637e..474e25862f 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -340,6 +340,7 @@ NS_EVENT_MESSAGE(eScrolledAreaChanged) NS_EVENT_MESSAGE(eTransitionStart) NS_EVENT_MESSAGE(eTransitionRun) NS_EVENT_MESSAGE(eTransitionEnd) +NS_EVENT_MESSAGE(eTransitionCancel) NS_EVENT_MESSAGE(eAnimationStart) NS_EVENT_MESSAGE(eAnimationEnd) NS_EVENT_MESSAGE(eAnimationIteration) |