Articles tagged: Preferences
Found 44 documents
- 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/Tips XULRunner Frequently Asked Questions. Work in progress.
- Archive/Mozilla/XULRunner/toolkit.defaultChromeFeatures Type: String Specified by: default prefs of XULRunner applications Default: ...
- Cookies_Preferences_in_Mozilla These preferences apply to most Mozilla products (including Firefox and Seamonkey), however they ...
- Hacking_Firefox/Getting_started_with_contributing_patches_to_the_Firefox_preferences The Firefox preferences serve as a tool for users to modify and personalize Firefox to their ...
- Mozilla/Add-ons/Code_snippets/Preferences This article provides examples for extension developers that wish to use the Mozilla preferences ...
- Mozilla/Add-ons/Working_with_AMO AMO (addons.mozilla.org) is the main add-ons hosting site for Firefox and other Mozilla ...
- Mozilla/Firefox/Experimental_features In order to test new features, Mozilla publishes a test version of the Firefox browser, Firefox ...
- Mozilla/JavaScript_code_modules/DownloadLastDir.jsm The DownloadLastDir.jsm JavaScript code module lets you retrieve the path of the last directory ...
- Mozilla/JavaScript_code_modules/openLocationLastURL.jsm The openLocationLastURL.jsm JavaScript code module lets you set and retrieve the URL most ...
- Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences Sticky preferences were introduced in Firefox 40 via bug 1098343.
- Mozilla/Preferences/Mozilla_networking_preferences List of preferences that affect networking behavior. Description of acceptable values and behavior.
- Mozilla/Preferences/Mozilla_preferences_for_uber-geeks There are a lot of "secret" preferences in Mozilla that give you control over specific features ...
- Mozilla/Preferences/Preference_reference
- Mozilla/Preferences/Preference_reference/browser.altClickSave The preference browser.altClickSave controls whether clicking a link while holding the alt key ...
- 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/browser.dom.window.dump.file browser.dom.window.dump.file redirects the ouput of window.dump() calls to a file whose address ...
- Mozilla/Preferences/Preference_reference/browser.download.lastDir.savePerSite browser.download.lastDir.savePerSite controls whether the directory preselected in the file ...
- Mozilla/Preferences/Preference_reference/browser.pagethumbnails.capturing_disabled The preference browser.pagethumbnails.capturing_disabled controls whether the application ...
- Mozilla/Preferences/Preference_reference/browser.search.context.loadInBackground browser.search.context.loadInBackground controls whether a search from the context menu with " ...
- Mozilla/Preferences/Preference_reference/browser.urlbar.formatting.enabled The preference browser.urlbar.formatting.enabled controls whether the domain name including the ...
- Mozilla/Preferences/Preference_reference/browser.urlbar.trimURLs The preference browser.urlbar.trimURLs controls whether the protocol http and the trailing slash ...
- Mozilla/Preferences/Preference_reference/dom.event.clipboardevents.enabled dom.event.clipboardevents.enabled lets websites get notifications if the user copies, pastes, or ...
- Mozilla/Preferences/Preference_reference/javascript.options.showInConsole The preference javascript.options.showInConsole controls whether errors or warnings in chrome ...
- 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/mail.tabs.drawInTitlebar Starting in Thunderbird 17.0, the tabs are drawn in the title bar. The old behavior can be ...
- 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/Preferences/Preference_reference/nglayout.debug.disable_xul_fastload The preference nglayout.debug.disable_xul_fastload controls whether or not XUL fastload is used.
- Mozilla/Preferences/Preference_reference/ui.alertNotificationOrigin ui.alertNotificationOrigin controls the position and direction from which popup notifications ...
- Mozilla/Preferences/Preference_reference/ui.SpellCheckerUnderline ui.SpellCheckerUnderline holds the colour which is used to underline words not recognized by the ...
- Mozilla/Preferences/Preference_reference/ui.SpellCheckerUnderlineStyle ui.SpellCheckerUnderlineStyle holds the style which is used to underline words not recognized by ...
- Mozilla/Preferences/Preference_reference/ui.textSelectBackground ui.textSelectBackground saves the color in which the background of a text selection in the user ...
- Mozilla/Preferences/Preference_reference/ui.textSelectForeground ui.textSelectForeground saves the color in which the text of a text selection in the user ...
- Mozilla/Preferences/Preference_reference/ui.tooltipDelay ui.tooltipDelay stores the delay in milliseconds between the mouse stopping over an element and ...
- Mozilla/Preferences/Preference_reference/view_source.syntax_highlight The preference view_source.syntax_highlight controls whether markup in the view source view is ...
- Mozilla/Preferences/Using_preferences_from_application_code Firefox 6 introduced static functions, as part of the C++ Preferences class, for accessing ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPref
- Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPrefCallback2 Called when the method finishes. This will be called exactly once for each method invocation, ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPrefService Use the asynchronous interface nsIContentPrefService2 instead.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPrefService2 Content preferences allow the application to associate arbitrary data, or "preferences", with ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPrefLocalizedString Used to set the contents of this object.
- Multi-Process_Architecture/Multi_Process_Preference_System In an OOP context, preference calls from the child process don't end up being very useful ...
- toolkit.defaultChromeURI Type: String Specified by: default prefs of XULRunner applications Default: none Example: ...
- toolkit.singletonWindowType Preference