LinkHandlerChild has a useless "dispatcher" constructor argument
Categories
(Firefox :: General, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox73 | --- | wontfix |
firefox74 | --- | wontfix |
firefox75 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
All it does with it is pass it to super()
, but JSWindowActorChild
does not take any constructor arguments.
Possible regression from bug 1592157? Before that it looks like the superclass was ActorChild
, which actually does expect a dispatcher.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
While it's true that LinkHandlerChild also handles favicons, it doesn't have an official component, it should likely stay in General, I'm not sure why bug 1592157 ended up here...
Assignee | ||
Updated•5 years ago
|
Comment 2•5 years ago
|
||
There are several other actors like this as well:
https://searchfox.org/mozilla-central/search?q=super(dispatcher)&case=false®exp=false&path=
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
(In reply to Neil Deakin from comment #2)
There are several other actors like this as well:
https://searchfox.org/mozilla-central/search?q=super(dispatcher)&case=false®exp=false&path=
Dealing with this in bug 1619630.
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Description
•