mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.221 Rename NS_BEFOREPRINT to eBeforePrint r=smaug
This commit is contained in:
parent
66f0289ded
commit
dc4446e6f8
@ -473,7 +473,7 @@ WINDOW_EVENT(afterprint,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(beforeprint,
|
||||
NS_BEFOREPRINT,
|
||||
eBeforePrint,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
BEFOREUNLOAD_EVENT(beforeunload,
|
||||
|
@ -344,7 +344,7 @@ NS_EVENT_MESSAGE(eBeforeScriptExecute, eScriptEventFirst)
|
||||
NS_EVENT_MESSAGE(eAfterScriptExecute, eScriptEventFirst + 1)
|
||||
|
||||
NS_EVENT_MESSAGE(ePrintEventFirst, 4600)
|
||||
NS_EVENT_MESSAGE(NS_BEFOREPRINT, ePrintEventFirst)
|
||||
NS_EVENT_MESSAGE(eBeforePrint, ePrintEventFirst)
|
||||
NS_EVENT_MESSAGE(NS_AFTERPRINT, ePrintEventFirst + 1)
|
||||
|
||||
NS_EVENT_MESSAGE(NS_MESSAGE_EVENT_START, 4700)
|
||||
|
Loading…
Reference in New Issue
Block a user