Closed
Bug 655162
Opened 14 years ago
Closed 14 years ago
A missing updates property in an update.rdf should be counted as no available updates not as a failure to check for updates
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla6
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
3.93 KB,
patch
|
robert.strong.bugs
:
review+
asa
:
approval-mozilla-aurora+
asa
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
See bug 655143
We changed this in Firefox 4. It is mostly harmless but this was never considered an error case before so I guess there is no good reason why it should be now.
Assignee | ||
Updated•14 years ago
|
tracking-firefox5:
--- → ?
Assignee | ||
Comment 1•14 years ago
|
||
This changes a missing updates property to mean no update but keeps an updates property that is something other than an RDF container as an error and tests both cases.
Attachment #530459 -
Flags: review?(robert.bugzilla)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch][needs review rs]
Comment 2•14 years ago
|
||
not going to track this but we can talk about an approval when the patch is finished, reviewed and landed on m-c.
Updated•14 years ago
|
Attachment #530459 -
Flags: review?(robert.bugzilla) → review+
Updated•14 years ago
|
Whiteboard: [has patch][needs review rs] → [has patch]
Assignee | ||
Comment 3•14 years ago
|
||
Landed yesterday: http://hg.mozilla.org/mozilla-central/rev/c6c669e643b5
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Flags: in-litmus-
Resolution: --- → FIXED
Whiteboard: [has patch]
Target Milestone: --- → mozilla6
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 530459 [details] [diff] [review]
patch rev 1
I'd like to land this before the last beta merge to make sure we take care of the update issue we discovered in bug 655143 one way or another (and for non-AMO add-ons as well). This is real low risk.
Attachment #530459 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 5•14 years ago
|
||
Now that AMO fixed the bug their side, users will only see the error from bug 655143 if they have add-ons installed from somewhere other than AMO and that update site is returning the same empty RDF that AMO used to. This is probably a small class of user but this patch should also be very safe.
Comment 6•14 years ago
|
||
I'm in favor of taking this fix for 5 if we are indeed intending to "push harder" on users to upgrade to our latest release. One less speedbump in the upgrade process, even for a small-ish group of users, would be really nice.
Updated•14 years ago
|
Attachment #530459 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•14 years ago
|
Attachment #530459 -
Flags: approval-mozilla-beta+
Assignee | ||
Comment 7•14 years ago
|
||
Landed:
http://hg.mozilla.org/releases/mozilla-aurora/rev/2d075d565dc7
http://hg.mozilla.org/releases/mozilla-beta/rev/1c0b42a6218f
status-firefox5:
--- → fixed
Comment 8•14 years ago
|
||
Verified fixed with:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0a1) Gecko/20110529 Firefox/7.0a1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a2) Gecko/20110529 Firefox/6.0a2
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•