Closed
Bug 1813475
Opened 2 years ago
Closed 2 years ago
Convert a first actor to use ES Class (the web console actor)
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is the first step toward bug 1512153.
Let's add the necessary glue in protocol.js to allow using ES Classes and "extends Actor" and pick one notable actor to see how it can be done.
Assignee | ||
Comment 1•2 years ago
|
||
-
Note that "conn" attribute is now managed by Actor.
-
We might want to finally remove "requestTypes".
This isn't used by the frontend... may be third party use it?
This allows to list all available RDP methods of all actors. -
All actors now have to be instantiated via "new ".
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89b25afd7f3f
[devtools] Convert a first Actor to ES Class, the web console actor. r=devtools-reviewers,nchevobbe
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•