Closed
Bug 1644357
Opened 5 years ago
Closed 5 years ago
Remove unused WebExtensionDescriptor properties isAPIExtension & type
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Firefox 79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
See https://phabricator.services.mozilla.com/D78007?id=291443#inline-452894
We are exposing two properties on the WebExtensionDescriptorFront: type & isAPIExtension, without using them anywhere in the code base.
We could remove them from the front, and stop sending them from the actor.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D78009
Updated•5 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35ea60e019d1
Remove unused WebExtensionDescriptor properties isAPIExtension & type r=daisuke
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•