Closed
Bug 825662
Opened 12 years ago
Closed 9 years ago
update xpcshell
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: willkg, Unassigned)
Details
Currently, xpcshell is from xulrunner-sdk 2012-09-20. It's specified in the gaia Makefile:
XULRUNNER_SDK_URL=http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2012/09/2012-09-20-03-05-43-mozilla-central/xulrunner-18.0a1.en-US.
The version we have has a busted Function.toString that was fixed in bug #804404.
We should update it to a more recent version allowing us to clean up some goofy test code like this (or near this line):
https://github.com/mozilla-b2g/gaia/blob/master/tests/js/app_integration.js#L198
Comment 1•10 years ago
|
||
Is this still valid ? the file app_integration.js has been removed and the XULRUNNER_SDK_URL and there is only one ftp string in the latest makefile which takes the B2G_SDK Date.
B2G_SDK_URL_BASE := http://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/$(B2G_SDK_DATE)-mozilla-central
Can this safely be closed ? Or is there some work to be done on this ?
Flags: needinfo?(willkg)
Reporter | ||
Comment 2•10 years ago
|
||
I wrote this up two years ago. I don't work on Firefox OS anymore, so I have no way of evaluating the status of this bug or whether it's an issue anymore.
Flags: needinfo?(willkg)
Comment 3•10 years ago
|
||
Maybe Michael would know about this ? As far as I know this can be safely closed since the XULRUNNER_SDK_URL has changed and evolved into something more reliable in the codebase.
Reporter | ||
Comment 4•9 years ago
|
||
No one has said peep, so I'm just going to close it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•