Closed
Bug 668901
Opened 14 years ago
Closed 14 years ago
Compatibility scanning for standalone validator
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
6.1.6
People
(Reporter: fligtar, Assigned: kumar)
References
Details
(Whiteboard: [qa+])
We need a way for non-hosted add-ons to scan for compatibility issues just like hosted add-ons can. This can either be part of the existing standalone validator or a new tool... it'd probably be best as an option in the existing validator.
The user should be able to choose the version of Firefox they want to check compatibility with, and then the validator will read the current maxVersion from install.rdf, run the tests, and show the output page.
The file should be deleted afterwards.
Comment 1•14 years ago
|
||
This is right up kumar's alley!
Assignee: nobody → kumar.mcmillan
Target Milestone: Q3 2011 → 6.1.5
Updated•14 years ago
|
Target Milestone: 6.1.5 → 6.1.6
| Assignee | ||
Comment 2•14 years ago
|
||
It is implemented here as a new page (but it shares all the same code and templates): https://github.com/jbalogh/zamboni/commit/46e12ac3422e771a9947db0b5d286d430870aacf
https://addons.allizom.org/en-US/developers/addon/check-compatibility
It's pretty straight forward except for right now you can select any application and any version. If no compatibility tests exist for what you select then you'll see a misleading message like "all tests pass". I made bug 671587 for that.
Also, this is working in a bare bones way. I have not attempted to upload all the many types of addons for each type of compatibility failure. I'm hoping QA can help with that.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [qa+]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•