mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called.
Tag #1343
This commit is contained in:
parent
900df90dae
commit
c39b0e4fd7
5 changed files with 12 additions and 1 deletions
|
|
@ -457,6 +457,9 @@ NS_EVENT_MESSAGE(eVisibilityChange)
|
|||
// Details element events.
|
||||
NS_EVENT_MESSAGE(eToggle)
|
||||
|
||||
// Dialog element events.
|
||||
NS_EVENT_MESSAGE(eClose)
|
||||
|
||||
#ifdef UNDEF_NS_EVENT_MESSAGE_FIRST_LAST
|
||||
#undef UNDEF_NS_EVENT_MESSAGE_FIRST_LAST
|
||||
#undef NS_EVENT_MESSAGE_FIRST_LAST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue