搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to get the latest xulrunner build via the latest version of firefox on my local machine?

  • 6 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I have been using firefox-10.0.6esr.source.tar to build the and use the XULrunner available in the same, in my local machine for my development purpose. Now i want to upgrade to higher version of XULrunner, i.e version 41.0.2. However i see that Firefox is now missing the xulrunner folder from its main folder layout. I am not able to build the xulrunner, as i used to do in my older version of firefox. Can you please let me know how can i get to build the latest verison of xulrunner source code, via the latest firefox (manually in my local)? Attaching the images of folder structure from firefox-10.0.6esr and firefox-58.0. Image from firefox-58.0 is missing the 'xulrunner' folder

Which is the correct source code to be downloaded to get the latest version of xulrunner?

I have been using firefox-10.0.6esr.source.tar to build the and use the XULrunner available in the same, in my local machine for my development purpose. Now i want to upgrade to higher version of XULrunner, i.e version 41.0.2. However i see that Firefox is now missing the xulrunner folder from its main folder layout. I am not able to build the xulrunner, as i used to do in my older version of firefox. Can you please let me know how can i get to build the latest verison of xulrunner source code, via the latest firefox (manually in my local)? Attaching the images of folder structure from firefox-10.0.6esr and firefox-58.0. Image from firefox-58.0 is missing the 'xulrunner' folder Which is the correct source code to be downloaded to get the latest version of xulrunner?

所有回复 (6)

more options
more options

Thanks for the reply. I get that there are no higher version after 41.0.2.

But question here is, is there an option to get the same version's source code (XULrunner 41.0.2) from the latest firefox source code? Or rather, which is the last version of firefox from which I can get the xulrunner built? Is it firefox 45.0.2? or is there a higher version?

more options

You can use the -app command line switch.

firefox -app path_to/application.ini
more options

cor-el said

You can use the -app command line switch. firefox -app path_to/application.ini


Thanks for this info.. So does this mean we cannot even build the XULrunner 41.0.2 version from the latest firefox version?

由Reshmi于修改

more options

the-edmeister said

41.0.2 is the last version of XULRunner. It's obsolete now. https://www.google.com/search?q=site:developer.mozilla.org%20xulrunner&ie=utf-8&oe=utf-8&lr=lang_en

Thanks for this info.. So does this mean we cannot even build the XULrunner 41.0.2 version from the latest firefox version?

more options
// Allow firefox.exe to launch XULRunner apps via -app <application.ini>
// Note that -app must be the *first* argument.

Firefox (from version 3) ships with a private XULRunner package, which can run any compatible XULRunner application using the -app switch: firefox -app application.ini is equivalent to xulrunner -app application.ini