Closed
Bug 560781
Opened 15 years ago
Closed 14 years ago
the SDK should support development of standalone xulrunner applications
Categories
(Add-on SDK Graveyard :: General, enhancement)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dietrich, Unassigned)
Details
i poked around the code and found some apparent references to this, but really didn't see where it was pulled together.
afaict, the bare minimum needed to support this is:
1. a way in the manifest for a package to say it's a xulrunner app
2. automatically set up the equivalent of a chrome manifest entry to point to a content directory (which could be the data dir in the `self` module?)
3. a way for packages to specify the xul file in that content dir to use as the value for toolkit.defaultChromeURI.
| Reporter | ||
Updated•15 years ago
|
Severity: normal → enhancement
OS: Linux → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
Any update, on what the status of getting chrome registrations? Is there planned support for something like: http://xulforge.com/blog/2010/05/add-on-packaging-spec-2/
Chrome.manifest files work with Firefox 3.x but starting with Firefox 4.x chrome.manifest files are no longer read on bootstrapped addons [1]
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=581862
Comment 2•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
Comment 3•14 years ago
|
||
Duplicate of another bug we wontfixed, don't recall the bug number right now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•