Articles tagged: XUL
Found 309 documents
- Accessibility_AT-SPI_Support This FAQ explains how makers of Linux- or UNIX- based screen readers, voice dictation packages, ...
- Adding_preferences_to_an_extension This article takes the Creating a dynamic status bar extension sample to the next level, adding ...
- Archive/Mozilla/Drag_and_drop This section describes how to implement objects that can be dragged around and dropped onto ...
- Archive/Mozilla/Drag_and_drop/Drag_and_Drop_Example An example of implementing drag and drop will be implemented in this section.
- Archive/Mozilla/Drag_and_drop/Drag_and_Drop_JavaScript_Wrapper This section describes how to use the JavaScript wrapper for drag and drop.
- 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/Remote_XUL How to use XUL delivered from a webserver, not as part of chrome.
- Archive/Mozilla/XTech_2005_Presentations/XUL_-_Mozilla's_XML_User_Interface_Language Ben Goodger, lead engineer for Mozilla Firefox talked about XUL, Mozilla's XML User Interface ...
- 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/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_Mochitests_in_a_XULRunner_Application Mochitest is an automated testing framework built on top of the MochiKit JavaScript libraries. ...
- 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 ...
- Archive/Mozilla/XUL_Explorer XUL Explorer is a XULRunner application that provides an easy way to experiment with XUL. It’s a ...
- Archive/XUL_Booster XUL Booster is a third party Eclipse / WebTools build that offers some support for XUL Editing ...
- Archive/XUL_Parser_in_Python v.00001
- Displaying_web_content_in_an_extension_without_security_issues One of the most common security issues with extensions is execution of remote code in privileged ...
- Hiding_browser_chrome There are times in which an extension may find it useful to hide browser chrome (that is, ...
- Mozilla/Add-ons/Code_snippets/Dialogs_and_Prompts This page has some code snippets used to display and process dialog boxes. See Working with ...
- Mozilla/Add-ons/Code_snippets/HTML_in_XUL_for_rich_tooltips This example demonstrates the dynamic injection of HTML into a XUL element. Specifically, we ...
- Mozilla/Add-ons/Inline_Options Firefox 7 supports a new syntax for defining extensions' preferences for both bootstrapped and ...
- Mozilla/Add-ons/Overlay_Extensions/Firefox_addons_developer_guide/Introduction_to_XUL—How_to_build_a_more_intuitive_UI learn about XUL, the XML-based User-interface Language, which is one of the building blocks for ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School XUL School is a comprehensive add-on development tutorial, focusing on Firefox extension ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Adding_Events_and_Commands Just like with HTML, most JavaScript code execution is triggered by event handlers attached to ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Adding_menus_and_submenus The Hello World example in the previous sections shows the two most common ways to add menus. In ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Adding_Toolbars_and_Toolbar_Buttons Adding new toolbars to Firefox is easy, but adding them the wrong way is very easy as well.
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Appendix_D:_Loading_Scripts Most add-ons and XUL Runner applications provide their primary functionality by loading and ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Handling_Preferences Mozilla applications are highly customizable. Preferences are used to store settings and ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Local_Storage It is very common for an extension to require some kind of local persistent storage. We ...
- 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/Firefox/Releases/1.5 Based on the Gecko 1.8 engine, Firefox 1.5 improved its already best in class standards support, ...
- Mozilla/Firefox/Releases/1.5/Adapting_XUL_Applications_for_Firefox_1.5 This page contains a list of changes in Firefox 1.5, affecting XUL developers.
- Mozilla/Firefox/Releases/3.5 Firefox 3.5 introduces a number of new features, as well as additional and improved support for ...
- Mozilla/Firefox/Releases/3.5/Security_changes This article covers security-related changes in Firefox 3.5.
- Mozilla/Firefox/Releases/3.6 Firefox 3.6 offers support for new and developing web standards, increased performance, and an ...
- Mozilla/Firefox/Releases/3/Full_page_zoom Full page zoom (or just fullZoom) is a new feature in Firefox 3.
- Mozilla/Firefox/Releases/3/XUL_improvements_in_Firefox_3 Firefox 3 provides a number of new XUL elements, as well as improvements to existing elements. ...
- Mozilla/Firefox/Releases/4 Firefox 4, which shipped on March 22, 2011, enhances performance, adds more support for HTML5 ...
- Mozilla/Preferences/Preferences_system This document describes Toolkit's preferences system. Using this system it is possible to create ...
- Mozilla/Preferences/Preferences_system/Examples
- Mozilla/Preferences/Preferences_system/New_attributes Widgets inside a prefwindow may have the following attributes (in addition to the standard ...
- Mozilla/Preferences/Preferences_system/Troubleshooting See: XUL FAQ#Troubleshooting prefwindow-based options windows.
- 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/Tech Mozilla has several technologies used as components of its projects. These are documented here.
- Mozilla/Tech/Preferences_API Preferences API allows you to save and read strings, numbers, booleans, and references to files ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULBrowserWindow The XULBrowserWindow attribute exists on the nsIXULWindow interface although both Firefox and ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULSortService Used internally for insertion sorting.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateBuilder The nsITemplateBuilder interface controls the display of elements using a XUL template element ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateQueryProcessor A query processor takes a template query and generates results for it given a datasource and a ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateResult Each result is identified by an id, which must be unique within the set of results produced from ...
- Mozilla/Tech/XUL XUL (XML User Interface Language) is Mozilla's XML -based language for building user interfaces ...
- Mozilla/Tech/XUL/Attribute/accelerated
- Mozilla/Tech/XUL/Attribute/accesskey
- Mozilla/Tech/XUL/Attribute/align
- Mozilla/Tech/XUL/Attribute/backdrag
- Mozilla/Tech/XUL/Attribute/Browserid
- Mozilla/Tech/XUL/Attribute/chromemargin
- Mozilla/Tech/XUL/Attribute/disablechrome
- Mozilla/Tech/XUL/Attribute/disablefastfind
- Mozilla/Tech/XUL/Attribute/fadein
- Mozilla/Tech/XUL/Attribute/Findnextaccesskey
- Mozilla/Tech/XUL/Attribute/fullscreenbutton
- Mozilla/Tech/XUL/Attribute/iconsize
- Mozilla/Tech/XUL/Attribute/noinitialfocus
- Mozilla/Tech/XUL/Attribute/onsearchbegin
- Mozilla/Tech/XUL/Attribute/panel.fade
- Mozilla/Tech/XUL/Attribute/panel.flip