summaryrefslogtreecommitdiff
path: root/widget/EventMessageList.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 08:52:52 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 08:52:52 +0100
commit26b8649e9b9c713c77d4219ffba9fb9ae100362b (patch)
treec09d0a057e4f4ad10080d4ac487031e6f8292fc8 /widget/EventMessageList.h
parentb80c15d684d796297810de96c188e10e63cbcfb0 (diff)
downloaduxp-26b8649e9b9c713c77d4219ffba9fb9ae100362b.tar.gz
Bug 1264125: Fire transitioncancel event when a transition is canceled - part 1 (in the description)
Issue mcp-graveyard/UXP#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.h1
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)