Bug 903746 - part 2: Add `textInput` event and make `EditorBase` dispatch it as a...
commit7cdc7735783d29925317a20574c4a22744c141f1
authorMasayuki Nakano <masayuki@d-toybox.com>
Mon, 8 Apr 2024 12:30:00 +0000 (8 12:30 +0000)
committerMasayuki Nakano <masayuki@d-toybox.com>
Mon, 8 Apr 2024 12:30:00 +0000 (8 12:30 +0000)
treebc1a5e7ec86762c3da44313b0bc18bad66f294ce
parentfe2b9f4618d14b2f75021ca305f8920e7e143a7c
Bug 903746 - part 2: Add `textInput` event and make `EditorBase` dispatch it as a default action of `beforeinput` r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D200121
12 files changed:
dom/events/EventNameList.h
dom/events/TextEvent.cpp
dom/events/TextEvent.h
dom/webidl/TextEvent.webidl
editor/libeditor/EditAction.h
editor/libeditor/EditorBase.cpp
editor/libeditor/EditorBase.h
widget/EventForwards.h
widget/TextEvents.h
widget/tests/test_assign_event_data.html
widget/tests/window_composition_text_querycontent.xhtml
xpcom/ds/StaticAtoms.py