Closed
Bug 1676742
Opened 4 years ago
Closed 4 years ago
Don't enable event dispatcher of framescript if actors are enabled
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(Fission Milestone:M7, firefox84 fixed)
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [marionette-fission-mvp][simple])
Attachments
(1 file)
Right now we always enable the event dispatcher in listener.js even when actors are enabled. To safe us from useless IPC calls we should not enable the dispatcher.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
By not registering the dispatcher useless IPC message for
page load events won't be sent to the parent process.
Comment 2•4 years ago
|
||
Tracking marionette-fission-mvp bugs for Fission Beta milestone (M7).
Fission Milestone: --- → M7
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4b24b915386
[marionette] Don't enable event dispatcher of framescript if actors are enabled. r=marionette-reviewers,jdescottes
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•