Bug 895274 part.20 Rename NS_OFFLINE to eOffline r=smaug

This commit is contained in:
Masayuki Nakano 2015-08-29 08:58:29 +09:00
parent fd61b1b10f
commit 2dd6a35257
2 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ WINDOW_EVENT(message,
EventNameType_None,
eBasicEventClass)
WINDOW_EVENT(offline,
NS_OFFLINE,
eOffline,
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
eBasicEventClass)
WINDOW_EVENT(online,

View File

@ -38,7 +38,7 @@ NS_EVENT_MESSAGE(eScroll, eWindowEventFirst + 61)
NS_EVENT_MESSAGE(ePluginActivate, eWindowEventFirst + 62)
NS_EVENT_MESSAGE(ePluginFocus, eWindowEventFirst + 63)
NS_EVENT_MESSAGE(NS_OFFLINE, eWindowEventFirst + 64)
NS_EVENT_MESSAGE(eOffline, eWindowEventFirst + 64)
NS_EVENT_MESSAGE(NS_ONLINE, eWindowEventFirst + 65)
// NS_BEFORERESIZE_EVENT used to be here (eWindowEventFirst + 66)