Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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