Bug 895274 part.122 Rename NS_PROGRESS to eProgress r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-08 23:33:35 +09:00
parent 4e9d445d59
commit 689622de89
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ EVENT(playing,
EventNameType_HTML,
eBasicEventClass)
EVENT(progress,
NS_PROGRESS,
eProgress,
EventNameType_HTML,
eBasicEventClass)
EVENT(ratechange,

View File

@ -246,7 +246,7 @@ NS_EVENT_MESSAGE(NS_QUERY_DOM_WIDGET_HITTEST, NS_QUERY_CONTENT_EVENT_STAR
// Video events
NS_EVENT_MESSAGE(eMediaEventFirst, 3300)
NS_EVENT_MESSAGE(eLoadStart, eMediaEventFirst)
NS_EVENT_MESSAGE(NS_PROGRESS, eMediaEventFirst + 1)
NS_EVENT_MESSAGE(eProgress, eMediaEventFirst + 1)
NS_EVENT_MESSAGE(NS_SUSPEND, eMediaEventFirst + 2)
NS_EVENT_MESSAGE(NS_EMPTIED, eMediaEventFirst + 3)
NS_EVENT_MESSAGE(NS_STALLED, eMediaEventFirst + 4)