Open Bug 1528935 Opened 6 years ago Updated 2 years ago

Make nsIDOMWindowUtils::SendMouseEvent() work in Fission

Categories

(Core :: DOM: UI Events & Focus Handling, enhancement, P3)

enhancement

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.

Priority: -- → P3
Whiteboard: [fission-event-backlog]

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.

Component: Event Handling → User events and focus handling

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

Fission Milestone: --- → ?

Fission Future until until a feature or test that blocks Fission uses this feature.

Fission Milestone: ? → Future
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.