mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895274 part.106 Rename NS_PAGE_HIDE to ePageHide r=smaug
This commit is contained in:
parent
3b45e66c1f
commit
b5f68a6ae1
@ -504,7 +504,7 @@ WINDOW_EVENT(online,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(pagehide,
|
||||
NS_PAGE_HIDE,
|
||||
ePageHide,
|
||||
EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(pageshow,
|
||||
|
@ -188,7 +188,7 @@ NS_EVENT_MESSAGE(eLegacyDOMFocusOut, eLegacyUIEventFirst + 2)
|
||||
// pagetransition events
|
||||
NS_EVENT_MESSAGE(ePageTransitionEventFirst, 2700)
|
||||
NS_EVENT_MESSAGE(ePageShow, ePageTransitionEventFirst + 1)
|
||||
NS_EVENT_MESSAGE(NS_PAGE_HIDE, ePageTransitionEventFirst + 2)
|
||||
NS_EVENT_MESSAGE(ePageHide, ePageTransitionEventFirst + 2)
|
||||
|
||||
// SVG events
|
||||
NS_EVENT_MESSAGE(NS_SVG_EVENT_START, 2800)
|
||||
|
Loading…
Reference in New Issue
Block a user