Closed
Bug 509039
Opened 16 years ago
Closed 16 years ago
tweak install.js test for seamonkey
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.9
People
(Reporter: clouserw, Assigned: rjwalsh)
Details
Attachments
(2 files)
3.33 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
1.35 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
From the blog:
And I saw that you choke on missing install.js for SeaMonkey compatibility on dictionaries, which is nice for MySpell dictionaries, but for HunSpell it’s wrong, as we only support those in 2.x and even SeaMonkey doesn’t need/want install.js there. So, if minVersion for SeaMonkey is 2.0a1 or higher, please omit this check for install.js
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #393229 -
Flags: review?(clouserw)
Reporter | ||
Updated•16 years ago
|
Attachment #393229 -
Flags: review?(clouserw) → review+
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 393229 [details] [diff] [review]
Skips the test if minversion >= 2.0a1
since compareVersions() returns multiple non-boolean values I'd like to see a specific comparison in the if() for what it's returning.
Assignee | ||
Comment 3•16 years ago
|
||
Fixed in r48793
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
Kairo: would you mind taking verification of this on preview? Thanks!
![]() |
||
Comment 5•16 years ago
|
||
As I feared, we got it slightly wrong. We need 2.0a1pre or higher.
I now have a variant of the 2.0 version of addon ID 70544 up on preview, that one can be used for testing this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•16 years ago
|
||
Attachment #393563 -
Flags: review?(clouserw)
Reporter | ||
Updated•16 years ago
|
Attachment #393563 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 7•16 years ago
|
||
Fixed in r48919
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Mind taking a fresh look at this, Robert? Thanks!
![]() |
||
Comment 9•16 years ago
|
||
(In reply to comment #5)
> As I feared, we got it slightly wrong. We need 2.0a1pre or higher.
>
> I now have a variant of the 2.0 version of addon ID 70544 up on preview, that
> one can be used for testing this.
oops, add-on ID is 3077, the version ID is 70544. In any case, https://preview.addons.mozilla.org/en-US/developers/versions/validate/70544 now validates, so this is corrected. Thanks for that!
Status: RESOLVED → VERIFIED
Updated•10 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
•