Make nsIDOMWindowUtils::SendMouseEvent() work in Fission
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Tracking
()
Fission Milestone | Future |
People
(Reporter: hsivonen, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fission-event-backlog])
https://searchfox.org/mozilla-central/source/dom/webidl/FrameLoader.webidl#70
and
https://searchfox.org/mozilla-central/source/dom/interfaces/base/nsIDOMWindowUtils.idl#268
end up calling TabParent::SendMouseEvent, which dispatches a mouse event without a WidgetEvent object.
Since the current Fission event delivery story is built around WidgetEvent, there's a need to investigate what alternative design is needed for this WidgetEvent-less API.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
I don't thing FrameLoader.sendCrossProcessMouseEvent is used.
https://searchfox.org/mozilla-central/rev/dc0adc07db3df9431a0876156f50c65d580010cb/dom/base/nsContentUtils.cpp#7938 is also rather important here, since that passes the event to parent.
Assignee | ||
Updated•6 years ago
|
Comment 2•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Comment 3•5 years ago
|
||
Fission Future until until a feature or test that blocks Fission uses this feature.
Updated•2 years ago
|
Description
•