mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.122 Rename NS_PROGRESS to eProgress r=smaug
This commit is contained in:
parent
4e9d445d59
commit
689622de89
@ -366,7 +366,7 @@ EVENT(playing,
|
||||
EventNameType_HTML,
|
||||
eBasicEventClass)
|
||||
EVENT(progress,
|
||||
NS_PROGRESS,
|
||||
eProgress,
|
||||
EventNameType_HTML,
|
||||
eBasicEventClass)
|
||||
EVENT(ratechange,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user