Closed
Bug 1065506
Opened 10 years ago
Closed 10 years ago
cfx generates invalid paths in a .xpi for chrome files
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: als, Unassigned)
References
Details
Attachments
(1 file)
1013 bytes,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140825202822
Steps to reproduce:
In version 1.17, cfx produces
23 01-01-1980 00:00 locales.json
0 01-01-1980 00:00 /
12775 07-15-2014 09:08 bootstrap.js
0 01-01-1980 00:00 chrome/
32 09-04-2014 17:38 chrome.manifest
0 01-01-1980 00:00 chrome/content/
126 09-04-2014 17:38 chrome/content/cdialog.css
1425 09-04-2014 17:38 chrome/content/cdialog.xul
0 01-01-1980 00:00 resources/
This is an invalid set of directories for the chrome tree.
A bug fix is attached. It produces
12775 07-15-2014 09:08 bootstrap.js
0 01-01-1980 00:00 chrome/
32 09-04-2014 17:38 chrome.manifest
0 01-01-1980 00:00 chrome/content/
126 09-04-2014 17:38 chrome/content/cdialog.css
1425 09-04-2014 17:38 chrome/content/cdialog.xul
0 01-01-1980 00:00 chrome/locale/
0 01-01-1980 00:00 chrome/skin/
0 01-01-1980 00:00 resources/
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #1)
> What is invalid about it?
When I tried to upload the .xpi to addons.mozilla.org it rejected the .xpi
saying it was invalid, because of the "/" path in it.
Flags: needinfo?(als)
Updated•10 years ago
|
Attachment #8487335 -
Attachment is patch: true
Attachment #8487335 -
Attachment mime type: text/x-patch → text/plain
Comment 3•10 years ago
|
||
Erik since you have worked with AMO folks closely, would you mind looking into this ?
Priority: -- → P2
Comment 4•10 years ago
|
||
(In reply to Irakli Gozalishvili [:irakli] [:gozala] [@gozala] from comment #3)
> Erik since you have worked with AMO folks closely, would you mind looking
> into this ?
You didn't ni me, so I didn't notice this until now, this has nothing to do with AMO though.
Comment 5•10 years ago
|
||
We won't be releasing any new versions of cfx, jpm is the replacement https://www.npmjs.com/package/jpm
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•