Closed
Bug 1466733
Opened 7 years ago
Closed 6 years ago
Rename WebExtension parent actor modules
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jryans, Assigned: jryans)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission)
Attachments
(1 file)
* WebExtensionParentActor and ProxyChildActor -> WebExtensionTargetActorProxy
Target actor proxy that represents a Web Extension in the parent process. It launches a target actor in the extension process to do the real work and tunnels the data.
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
(In reply to J. Ryan Stinnett [:jryans] (use ni?) from comment #0)
> * WebExtensionParentActor and ProxyChildActor -> WebExtensionTargetActorProxy
Not going to try to merge these for now... I'll rename them as follows:
* WebExtensionParentActor -> WebExtensionActor
* ProxyChildActor -> WebExtensionTargetActorProxy
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8985522 [details]
Bug 1466733 - Rename WebExtension parent actors.
https://reviewboard.mozilla.org/r/251138/#review257596
Looks good to me, thanks for the additional doc!
Attachment #8985522 -
Flags: review?(poirot.alex) → review+
Assignee | ||
Comment 4•6 years ago
|
||
Comment hidden (mozreview-request) |
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4abef6c30239
Rename WebExtension parent actors. r=ochameau
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•6 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•