Closed
Bug 1450950
Opened 7 years ago
Closed 7 years ago
Convert WebExtensionChildActor to protocol.js
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1450948
People
(Reporter: yulia, Assigned: yulia)
References
Details
Related to the RootActor conversion to protocol.js, we need to also update the WebExtensionChildActor to protocol.js. It is instantiated via (WebExtensionParentActor/webExtensionSpec).connect() via child.js
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ystartsev
Assignee | ||
Comment 1•7 years ago
|
||
While working on this, i discovered that even without having a protocol type actor to inherit from, prototype inheritance is still not trivial. At the moment im not able to make it pass without inheriting from ChromeActor, and since it needs to do that eventually, I will probably solve this in the ChromeActor issue https://bugzilla.mozilla.org/show_bug.cgi?id=1450948
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•