Closed
Bug 556228
Opened 15 years ago
Closed 7 years ago
For addons that can't be updated, need to indicate this somehow.
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: Unfocused, Assigned: jboriss)
References
Details
(Whiteboard: [rewrite])
Some addons can't be updated - for example, they are installed outside of a Firefox profile. Need to be able to indicate that updates will *not* be checked for.
Comment 1•15 years ago
|
||
We should check for updates as long the user has write permissions for those folders, or?
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> We should check for updates as long the user has write permissions for those
> folders, or?
Yea, AFAIK, the API checks for updates for anything that can potentially be updated. It's not just write permissions - some addons may not have an update check URL, or a provider may not support checking for updates (eg, the lightweight themes provider). Just need some indication in the UI that come items are not able to be updated, ever.
Comment 3•15 years ago
|
||
(In reply to comment #2)
> check URL, or a provider may not support checking for updates (eg, the
> lightweight themes provider). Just need some indication in the UI that come
> items are not able to be updated, ever.
Oh, there is no way to check for updates of a personas and it's something we don't wanna do in the future?
Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Oh, there is no way to check for updates of a personas and it's something we
> don't wanna do in the future?
AFAIK, no. They're not expected to change over time. Although I think there may be some cases where it will re-download the image, because its no longer cached for whatever reason - but that will always happen transparently in the background.
Reporter | ||
Comment 5•15 years ago
|
||
Note to self: Just need to check for the PERM_CAN_UPGRADE permission.
Comment 6•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•