Open
Bug 1871094
Opened 1 year ago
Updated 1 year ago
Move methods which work only for Extension instances out of ExtensionData class
Categories
(WebExtensions :: General, task, P3)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: zombie, Unassigned)
References
Details
https://phabricator.services.mozilla.com/D196386#inline-1092611
addonData is only used by the isAppProvided and isHidden getters. They don't work on ExtensionData and should be part of the Extension subclass: https://searchfox.org/mozilla-central/rev/91cc8848427fdbbeb324e6ca56a0d08d32d3c308/toolkit/components/extensions/Extension.sys.mjs#2091-2102
Updated•1 year ago
|
Summary: Move methods which work only for Extension insstances out of ExtensionData class → Move methods which work only for Extension instances out of ExtensionData class
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•