Closed
Bug 578432
Opened 15 years ago
Closed 15 years ago
update SDK to generate add-ons compatible with 4.x
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dietrich, Assigned: dietrich)
Details
Attachments
(1 file)
873 bytes,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
not sure if there's anywhere else, but this should get us add-on compat.
i also set the min version to 3.6, since we don't support 3.5.
Assignee: nobody → dietrich
Attachment #457141 -
Flags: review?(myk)
Comment 2•15 years ago
|
||
Looks good to me.
Out of curiosity, is there a machine-readable list of valid firefox versions anywhere? It'd be nice if something like 'cfx testall' or another auto-run script could detect if our install.rdf's max version is "in sync" with the latest one.
I mean, we could even just auto-populate the maxVersion with whatever the latest max version actually is, but I assume we want a human in there somewhere validating that the SDK's XPIs do actually work on the latest versions of Firefox/Fennec/etc.
Assignee | ||
Comment 3•15 years ago
|
||
See this comment: https://bugzilla.mozilla.org/show_bug.cgi?id=549417#c2
and AMO has this: https://addons.mozilla.org/en-US/firefox/pages/appversions
Assignee | ||
Updated•15 years ago
|
Attachment #457141 -
Flags: review?(myk) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
I am seeing a bug in a recent nightly that would suggest this bug is not fixed (or that my bugzilla quicksearch skills are failing me and I should be looking at another bug):
error: An exception occurred.
Traceback (most recent call last):
File "resource://jid0-wsgvcdpnsgacsdv18b9ssbjpwvo-jetpack-core-lib/xhr.js", line 136, in null
set upload() {
SyntaxError: setter functions must have one argument
Comment 6•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•