Closed
Bug 1624410
Opened 5 years ago
Closed 4 years ago
Expose a way for embedders to know when an extension is temporary
Categories
(GeckoView :: Extensions, enhancement, P2)
Tracking
(firefox83 fixed)
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
Details
Attachments
(1 file)
Adding isTemporary
to WebExtension.MetaData
should be enough. This is so that the app's addon manager can show these addons differently.
Priority: -- → P2
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → agi
Assignee | ||
Comment 1•4 years ago
|
||
This allows embedders to know when an extension is installed temporarily so
that they can allow it even if they would normally do it (e.g. for extensions
installed with web-ext).
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48126ab6653f
Add WebExtension.MetaData.temporary. r=esawin,snorp
Comment 3•4 years ago
|
||
Sorry, had to backout this with bug 1658937.
Backout link: https://hg.mozilla.org/integration/autoland/rev/e73fdac6425430dc9316756a3880c92505139042
Please rebase and reland.
Flags: needinfo?(agi)
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9436dd75440e
Add WebExtension.MetaData.temporary. r=esawin,snorp
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•