Bug 1851812 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

To properly dispatch events close to user interactions we have to switch to dispatch widget events, which work in both headful and headless mode. But with using those events we are no longer allowed to dispatch those from the content process because it it considered as not trusted.

This meta bug gives an overview of all the required work to do.
To properly dispatch events close to user interactions we have to switch to dispatch widget events, which work in both headful and headless mode. But with using those events we are no longer allowed to dispatch those from the content process because it it considered as not trusted.

We probably do not want to enable this feature by default for now, but allow individuals and CI systems to enable it for actually dispatching widget events.

This meta bug gives an overview of all the required work to do.

Back to Bug 1851812 Comment 0