mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 895274 part.21 Rename NS_ONLINE to eOnline r=smaug
This commit is contained in:
parent
1b90499ceb
commit
3bf965bf66
@ -500,7 +500,7 @@ WINDOW_EVENT(offline,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(online,
|
||||
NS_ONLINE,
|
||||
eOnline,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
WINDOW_EVENT(pagehide,
|
||||
|
@ -39,7 +39,7 @@ NS_EVENT_MESSAGE(ePluginActivate, eWindowEventFirst + 62)
|
||||
NS_EVENT_MESSAGE(ePluginFocus, eWindowEventFirst + 63)
|
||||
|
||||
NS_EVENT_MESSAGE(eOffline, eWindowEventFirst + 64)
|
||||
NS_EVENT_MESSAGE(NS_ONLINE, eWindowEventFirst + 65)
|
||||
NS_EVENT_MESSAGE(eOnline, eWindowEventFirst + 65)
|
||||
|
||||
// NS_BEFORERESIZE_EVENT used to be here (eWindowEventFirst + 66)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user