Articles tagged: XULRunner
Found 52 documents
- Archive/Mozilla/Bundles XULRunner applications, extensions, and themes all share a common directory structure, and in ...
- Archive/Mozilla/GRE The framework for embedding Mozilla technologies was at one point called the GRE (Gecko Runtime ...
- Archive/Mozilla/GRE/GRE_Registration Successfully embedding the GRE requires that information about installed GREs be stored on the ...
- Archive/Mozilla/Help_viewer Help Viewer: Allows information to be shown to the user inside Mozilla.
- Archive/Mozilla/Mozilla_Application_Framework The Mozilla Application Framework: for powerful, easy to develop cross-platform applications
- Archive/Mozilla/Mozilla_Application_Framework/Mozilla_Application_Framework_in_Detail Mozilla's philosophy of using "the right tool for the right job" is manifested most prominently ...
- Archive/Mozilla/XULRunner XULRunner is a Mozilla runtime package that can be used to bootstrap XUL + XPCOM applications ...
- Archive/Mozilla/XULRunner/1.8.0.1 XULRunner 1.8.0.1 is the first stable developer preview release of XULRunner. It provides ...
- Archive/Mozilla/XULRunner/1.8.0.4 XULRunner 1.8.0.4 is a stable developer preview of the Mozilla XULRunner application framework. ...
- Archive/Mozilla/XULRunner/1.9 XULRunner 1.9 is a stable release of the Mozilla XULRunner application framework. It replaces ...
- Archive/Mozilla/XULRunner/1.9.1 XULRunner 1.9.1 is a stable release of the Mozilla XULRunner application framework. It provides ...
- Archive/Mozilla/XULRunner/Application_Update This article will hopefully explain how to update your XulRunner application using the same ...
- Archive/Mozilla/XULRunner/Building_XULRunner_with_Python This page describes how to build and use XULRunner with the Python extension on Windows and ...
- Archive/Mozilla/XULRunner/Build_Instructions XULRunner is built using basically the same process as Firefox or other applications. Please ...
- Archive/Mozilla/XULRunner/CommandLine It's fairly easy to retrieve application specific command line arguments in XULRunner when it's ...
- Archive/Mozilla/XULRunner/Components Adding components to XULRunner is simple once you understand how XULRunner registers and saves ...
- Archive/Mozilla/XULRunner/Creating_a_Windows_Inno_Setup_installer_for_XULRunner_applications A XULRunner application has no installer by default; however, these instructions can help you to ...
- Archive/Mozilla/XULRunner/Creating_custom_app_bundles_for_Mac_OS_X Mac OS X applications are typically packaged as application bundles which are then distributed ...
- Archive/Mozilla/XULRunner/Creating_XULRunner_Apps_with_the_Mozilla_Build_System In most cases, developers of XULRunner applications can download an existing SDK and follow the ...
- Archive/Mozilla/XULRunner/Debugging_XULRunner_applications The easiest way to debug a XULRunner application is to get the system to tell you what's wrong! ...
- Archive/Mozilla/XULRunner/Deploying_XULRunner Current XULRunner is a stable developer preview release. This means that while the release is ...
- Archive/Mozilla/XULRunner/Dialogs_in_XULRunner The last article in this series covered some simple XUL for creating windows, menus, and ...
- Archive/Mozilla/XULRunner/FAQ This page is intended to answer frequently asked questions and correct common misconceptions ...
- Archive/Mozilla/XULRunner/Getting_started_with_XULRunner This article explores the Mozilla platform by building a basic desktop application using ...
- Archive/Mozilla/XULRunner/Hall_of_Fame See also Featured Mozilla-based applications, many of which use XULRunner.
- Archive/Mozilla/XULRunner/LDAP_XPCOM By default, XULRunner is built without LDAP XPCOM support. If you want to use LDAP components in ...
- Archive/Mozilla/XULRunner/MacFAQ (Note this document has NOT been reviewed for accuracy or completeness.)
- Archive/Mozilla/XULRunner/Make_your_xulrunner_app_match_the_system_locale This article is going to assume a lot of knowledge of xpcom and will be written for someone ...
- Archive/Mozilla/XULRunner/Old_releases
- Archive/Mozilla/XULRunner/Opening_a_Link_in_the_Default_Browser XULRunner applications may have situation where they wish to open a URI in the default browser. ...
- Archive/Mozilla/XULRunner/Specifying_Startup_Chrome_Window In order to specify the main chrome window of your XULRunner application, you'll need to add a ...
- Archive/Mozilla/XULRunner/Tips XULRunner Frequently Asked Questions. Work in progress.
- Archive/Mozilla/XULRunner/toolkit.defaultChromeFeatures Type: String Specified by: default prefs of XULRunner applications Default: ...
- Archive/Mozilla/XULRunner/Using_Crash_Reporting_in_a_XULRunner_Application XULRunner application authors who wish to use crash reporting must run a crash reporting server. ...
- Archive/Mozilla/XULRunner/Using_SOAP_in_XULRunner_1.9 Since the native SOAP interface was removed from Gecko 1.9, those stuck speaking to SOAP APIs ...
- Archive/Mozilla/XULRunner/What_XULRunner_Provides The goal of XULRunner is to provide a solution for deploying XUL applications (primarily Firefox ...
- Archive/Mozilla/XULRunner/Windows_and_menus_in_XULRunner Our quest to build a basic desktop application using XULRunner continues. Last time I installed ...
- Archive/Mozilla/XULRunner/XUL_Application_Packaging XULRunner application packages are standard toolkit bundles (like a Firefox extension), with one ...
- Mozilla/Command_Line_Options Command line options are used to specify various startup options for Mozilla applications. This ...
- Mozilla/Creating_sandboxed_HTTP_connections Starting with Gecko 1.8.1 (Firefox 2), it is possible to create sandboxed HTTP connections which ...
- Mozilla/Developer_guide/Build_Instructions/Signing_an_executable_with_Authenticode This article describes how to digitally sign your executable file, mainly a Windows application ...
- Mozilla/Preferences/Preference_reference/browser.dom.window.dump.enabled This setting enables the dump function, which sends messages to the system console. Set it to ...
- Mozilla/Preferences/Preference_reference/javascript.options.strict JavaScript warnings are generated when code is executed that doesn't cause a run-time error, but ...
- Mozilla/Preferences/Preference_reference/nglayout.debug.disable_xul_cache To improve performance, Mozilla caches chrome XUL documents the first time they load for faster ...
- Mozilla/Signing_Mozilla_apps_for_Mac_OS_X Mac OS X's Gatekeeper functionality prevents users from launching applications that haven't been ...
- Mozilla/Tech/Toolkit_API The Mozilla Toolkit is a set of programming interfaces (APIs) built on top of Gecko which ...
- Mozilla/Tech/XUL/How_to_quit_a_XUL_application Script can attempt to quit a XUL application, or force the application to quit, using the ...
- Mozilla/Tech/XUL/Providing_Command-Line_Options Extensions and XUL applications can modify the way command line parameters are handled by ...
- Mozilla/XPIDL/Generating_xpt_on_Windows In order to generate an.xpt file from an.idl file in recent versions of the Gecko \ XUL Runner ...
- Setting_HTTP_request_headers HTTP is one of the core technologies behind the Web. In addition to the actual content, some ...
- toolkit.defaultChromeURI Type: String Specified by: default prefs of XULRunner applications Default: none Example: ...
- toolkit.singletonWindowType Preference