Bug 895274 part.106 Rename NS_PAGE_HIDE to ePageHide r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-07 23:55:51 +09:00
parent 3b45e66c1f
commit b5f68a6ae1
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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)