Closed
Bug 291726
Opened 20 years ago
Closed 20 years ago
FF reports extension updates available that are already installed
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Peter6, Assigned: bugs)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
bugs
:
review+
bugs
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050424
Firefox/1.0+
repro:
1. just wait for the update icon to appear + message updates available
2. check the versions, none of them are actually updates
I assume this is fallout from Bug 286034
Reporter | ||
Updated•20 years ago
|
Keywords: regression
Reporter | ||
Comment 1•20 years ago
|
||
I just veriefied with the owner of JSOptions 1.0
( http://www.blueprintit.co.uk/~dave/web/firefox/jsoptions/index.html )
He confirmed he hasn't made a change to the extension in the past month
Comment 2•20 years ago
|
||
Confirming
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050424
Firefox/1.0+
Reporter | ||
Updated•20 years ago
|
OS: Windows 2000 → All
Comment 3•20 years ago
|
||
It appears that the update service is sending the string &version=app-profile to
UMO though UMO isn't providing update info with this invalid data being sent.
So, extensions that use the update info provided by UMO and extensions without
an updateURL defined in their install.rdf are not shown as needing an update.
Extensions that have a valid updateURL defined in their install.rdf are being
shown as needing an update and I suspect this is also due to the string
app-profile being used for version.
Reporter | ||
Comment 4•20 years ago
|
||
In my case all 3 extensions that pretend to require an update are non-UMO.
Comment 5•20 years ago
|
||
(In reply to comment #3)
> It appears that the update service is sending the string &version=app-profile
to
> UMO though UMO isn't providing update info with this invalid data being sent.
Good point.
This problem is occured by items which use custom RDF file, so UMO server is
not related.
This is caused by a simple typo. makeItem() function is refered from 3 points,
but one is wrong argument order.
Attachment #181756 -
Flags: review?(bugs)
Assignee | ||
Updated•20 years ago
|
Attachment #181756 -
Flags: review?(bugs)
Attachment #181756 -
Flags: review+
Attachment #181756 -
Flags: approval-aviary1.1a+
Updated•20 years ago
|
Summary: FF reports extension updates available that are allready installed → FF reports extension updates available that are already installed
Assignee | ||
Comment 6•20 years ago
|
||
I checked this in with fixes to 291831.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•