Enable Document Event Watcher on the server for all target types
Categories
(DevTools :: Framework, enhancement)
Tracking
(firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
This is about toggling the following trait to true:
https://searchfox.org/mozilla-central/rev/4c3f6e8bf87fffb7c62feb4c76a14e0eb0b94c1f/devtools/server/actors/watcher/session-context.js#205
And stop using the legacy listener for DOCUMENT EVENT resource.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
This will ease listening to this particular browser console/toolbox event.
And remove the workaround requiring to call a random noop method.
Assignee | ||
Comment 3•3 years ago
|
||
Once this patch reach the release channel, we will be able to drop the legacy listener.
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Comment on attachment 9309989 [details]
Bug 1772823 - [devtools] Implement LAST_PRIVATE_CONTEXT_EXIT legacy resource and start using it instead of lastPrivateContextExit console event.
Revision D165609 was moved to bug 1808326. Setting attachment 9309989 [details] to obsolete.
Comment 5•3 years ago
|
||
Comment on attachment 9309990 [details]
Bug 1772823 - [devtools] Introduce a "last private context exit" server resource.
Revision D165610 was moved to bug 1808326. Setting attachment 9309990 [details] to obsolete.
Comment 7•3 years ago
|
||
bugherder |
Description
•