Open
Bug 1480540
Opened 7 years ago
Updated 3 years ago
Broken or dead code in ExtensionPageContextParent.onBrowserChange()
Categories
(WebExtensions :: General, enhancement, P3)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: zombie, Assigned: zombie)
Details
(Whiteboard: typescript-check)
TypeScript check complains that `onBrowserChange()` doesn't exist on the parent class ProxyContextParent:
https://searchfox.org/mozilla-central/rev/d0a0ae3/toolkit/components/extensions/ExtensionParent.jsm#691
That's broken or (more likely) just dead code -- I'll investigate later.
| Assignee | ||
Updated•7 years ago
|
Whiteboard: typescript-check
| Assignee | ||
Updated•7 years ago
|
Summary: Broken or dead code in ExtensionParent.jsm → Broken or dead code in ExtensionPageContextParent.onBrowserChange()
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tomica
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•