Stops Firefox from creating growing the XUL.mfl.
This link has been bookmarked by 78 people . It was first bookmarked on 04 Nov 2008, by someone privately.
-
22 Jul 13
-
12 Jul 12
-
Note: If you already installed the extension via XPI, you should uninstall it first before creating the pointer file.
-
-
17 Nov 11
-
"%ProgramFiles%\Mozilla Firefox\firefox.exe" -no-remote -P dev
-
Gecko 2 (Firefox 4)
-
about:config
-
Console2
-
proxy file
-
frontslashes
-
-
08 Nov 11
-
17 Oct 11
-
05 May 11
-
07 Apr 11
-
05 Apr 11
-
how to set up your Mozilla application for extension development
-
For example, the following command will start Firefox with a profile called "dev" whether an instance of Firefox is already running or not.
On Ubuntu (and many other Linux distributions):
-
-no-remote -P dev
-
On Mac OS Snow Leopard
-
-no-remote -P dev &
-
arch -arch i386
-
-no-remote -P dev &
-
-
23 Mar 11
-
16 Mar 11
-
21 Feb 11
-
25 Sep 10
-
23 Sep 10
-
23 Aug 10
phoenix2lifeSetting up an extension development environment
firefox development extension programming mozilla extensions xul tutorial
-
17 Aug 10
-
04 Jul 10
-
01 Jul 10
-
10 Jun 10
-
30 May 10
-
12 Apr 10
-
01 Apr 10
-
01 Mar 10
-
09 Feb 10
-
22 Jan 10
-
17 Jan 10
-
06 Jan 10
-
24 Nov 09
emresevincSetting up an extension development environment
This article gives suggestions on how to set up your Mozilla application for extension development. Unless otherwise specified, these suggestions apply to both Firefox and Thunderbird as well as SeaMonkey v -
19 Oct 09
-
22 Sep 09
-
10 Aug 09
-
26 Jul 09
-
start "" "%ProgramFiles%\Mozilla Firefox\firefox.exe" -no-remote -P dev
-
-
13 Jul 09
-
08 Jul 09
-
Add Sticky Notenglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart.
-
-
-
30 Jun 09
-
29 Jun 09
-
24 May 09
-
16 May 09
-
20 Apr 09
-
- nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you're using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid.
- browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See
window.dumpfor more info. You can also usensIConsoleServicefrom privileged script.
-
-
24 Mar 09
-
02 Mar 09
-
-no-remote -P dev
-
-
26 Feb 09
-
21 Feb 09
-
extension ID from the install.rdf
-
Create a file in your_profile_directory/extensions/ with the above ID as the filename
-
simplify your life and pick a unique id using a name@youremail
-
contents of this file
-
path to the folder that contains your install.rdf
-
-
04 Feb 09
-
02 Feb 09
-
28 Jan 09
-
11 Dec 08
-
07 Dec 08
-
- Find the extension ID from the install.rdf included with your extension
- Create a file in your_profile_directory/extensions/ with the above ID as the filename (eg. `your_profile_directory/extensions/{46D1B3C0-DB7A-4b1a-863A-6EE6F77ECB58}`) (Find your profile directory)
- The contents of this file should be the path to the folder that contains your install.rdf file. (eg. `/full/path/to/yourExtension`. Windows users should use the drive name (CAPS) and backslashes instead of slashes: eg. `C:\full\path\to\yourExtension` Here is an example 'C:\sam\workspace\toolbar\helloWorldtoolbar\'). In Firefox 3, if you already the extension installed via XPI, you might need to install one or all of the extensions.* files in the profile folder. Backup first, but these files will be regenerated.
- Place the file in the extensions folder of your profile and restart the application.
-
-
21 Nov 08
-
20 Nov 08
-
20 Sep 08
Public Stiky Notes
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.