Closed GoogleCodeExporter closed 9 years ago
This patch adds the ability to pass a value to --with-mozjs. Either xulrunner,
firefox, mozilla or seamonkey
(the latter adds support for seamonkey provided JS).
If a value is provided, that javascript provider is checked for, required, and
used.
If no value is provided, the behaviour should stay the same as before.
This adds seamonkey as a potential javascript provider if automatic selection
is done (no argument given
to --with-mozjs, or with --with-mozjs=auto)
Original comment by mart.raudsepp@gmail.com
on 29 Jul 2009 at 2:43
Attachments:
Seamonkey as a JS provider has been added a while ago.
Can you please forward port your patch to current trunk?
Original comment by dominiqu...@gmail.com
on 3 Aug 2009 at 5:33
Mart,
The idea of your fix looks good and we agreed that we want to go ahead with it
(now
as 0.3 is out we can break all we want again until 0.4).
The idea though neesd some slight adaption. Instead of specifying
--with-mozjs={a,b,c,auto} wel'll need to implement
--with-xulrunner={module|builtin}
--with-seamonkey={module|builtin}
--with-firefox={module|builtin}
The 'issue' is that we will have the option between 'external' and 'internal'
modules
and the parameter will be reserved for this.
Also, we'd like to just offer the distributions the option to distribute the
various
pacrunners without hassle.
Original comment by dominiqu...@gmail.com
on 17 Aug 2009 at 5:27
This patch needs to be updated for trunk which now uses cmake. Care to help
out?
Original comment by npmccallum@gmail.com
on 22 Jan 2010 at 8:51
Original comment by npmccallum@gmail.com
on 17 Feb 2010 at 2:05
Fixed in r600. See MOZJS_SEARCH_ORDER cache variable.
Original comment by npmccallum@gmail.com
on 6 Mar 2010 at 7:13
Original issue reported on code.google.com by
mart.raudsepp@gmail.com
on 29 Jul 2009 at 2:39