mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 895274 part.73 Rename NS_UI_FOCUSIN to eLegacyDOMFocusIn r=smaug
This commit is contained in:
parent
5c484163a4
commit
9321225508
@ -624,7 +624,7 @@ NON_IDL_EVENT(DOMActivate,
|
|||||||
EventNameType_HTMLXUL,
|
EventNameType_HTMLXUL,
|
||||||
eUIEventClass)
|
eUIEventClass)
|
||||||
NON_IDL_EVENT(DOMFocusIn,
|
NON_IDL_EVENT(DOMFocusIn,
|
||||||
NS_UI_FOCUSIN,
|
eLegacyDOMFocusIn,
|
||||||
EventNameType_HTMLXUL,
|
EventNameType_HTMLXUL,
|
||||||
eUIEventClass)
|
eUIEventClass)
|
||||||
NON_IDL_EVENT(DOMFocusOut,
|
NON_IDL_EVENT(DOMFocusOut,
|
||||||
|
@ -179,7 +179,7 @@ NS_EVENT_MESSAGE(NS_COMPOSITION_COMMIT, NS_COMPOSITION_EVENT_START + 5)
|
|||||||
NS_EVENT_MESSAGE(eLegacyUIEventFirst, 2500)
|
NS_EVENT_MESSAGE(eLegacyUIEventFirst, 2500)
|
||||||
// this is not to be confused with NS_ACTIVATE!
|
// this is not to be confused with NS_ACTIVATE!
|
||||||
NS_EVENT_MESSAGE(eLegacyDOMActivate, eLegacyUIEventFirst)
|
NS_EVENT_MESSAGE(eLegacyDOMActivate, eLegacyUIEventFirst)
|
||||||
NS_EVENT_MESSAGE(NS_UI_FOCUSIN, eLegacyUIEventFirst + 1)
|
NS_EVENT_MESSAGE(eLegacyDOMFocusIn, eLegacyUIEventFirst + 1)
|
||||||
NS_EVENT_MESSAGE(NS_UI_FOCUSOUT, eLegacyUIEventFirst + 2)
|
NS_EVENT_MESSAGE(NS_UI_FOCUSOUT, eLegacyUIEventFirst + 2)
|
||||||
|
|
||||||
// pagetransition events
|
// pagetransition events
|
||||||
|
Loading…
Reference in New Issue
Block a user