Tagged Questions
0
votes
0answers
18 views
How to open a standalone XUL file in firefox
Is there a platform-independant method to open a XUL file via chrome:// path without any other operation to do, knowing that I have at hand a communication with XPCOM.
All XUL files that I saw are ...
0
votes
1answer
36 views
mozrepl: go to the context of the browser window when entering in a new opened window
My problem is that I can not ascend to the browser window context after creating and entering a new window using mozrepl, how to do it?
ubugnu@spin-foam:~$ telnet localhost 4242 | tee -a .repl_log
...
0
votes
0answers
23 views
Thunderbird addon for email address crawler
I am looking for an addon to capture all email addresses to my address book from my Inbox.
I know EMail Address Crawler does the same;
...
0
votes
0answers
38 views
What XPCOM interfaces does XPCOMUtils.jsm give access to?
I am viewing the source of some Firefox addons where XPCOMUtils.jsm have been imported. When I read about it on the Mozilla website it said,
The XPCOMUtils.jsm JavaScript code module offers ...
0
votes
0answers
16 views
Using the firefox-addon SDK panel module without the boxed look
I would like to use the panel module (i.e. attach not only script but also html and CSS and not have the addon CSS and JavaScript potentially interact with that of the main page) but not have the ...
0
votes
1answer
44 views
JavaScript Variable List and Editor
I am looking for an extension for Firefox that will list all JavaScript variables on a page, along with their values, and will allow you to edit them so that their values are different. If there is a ...
1
vote
1answer
49 views
Failing to load overlay in xul application
I have a stand-alone xulrunner application, that needs extension to work properly. But after I install xpi file, my jsconsole is reporting me an error "Failed to load overlay from ...
1
vote
1answer
66 views
Console logging from a Firefox add-on
The Mozilla documentation (https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/console.html) says that I should use console.log to generate messages from an extension. Those messages ...
0
votes
1answer
50 views
Makefile won't create and copy file
I have the below code for a Makefile. If I run "make" in the command line it creates the xpi file. But when I run the "make install" command it says "Installing in profile folder. Done!" but there is ...
0
votes
0answers
14 views
How to display a div with XUL?
How to create a menu or similar that works like a div with freely images and images acting like buttons to show other div's with XUL elements?
I know the menupop and so on... but is there a way to ...
0
votes
1answer
48 views
Find out whether current request is a proxy request in firefox?
I need to automatically perform authorization with a proxy server using an addon.
I also checked out the source of other extensions that do that, and they do it like this:
var httpRequestObserver =
...
0
votes
1answer
65 views
How do I place shadow under XUL popup panel
I'm trying to place a shadow under a popup panel that defined as follows:
<popupset id="mainPopupSet">
<panel id="autoTagBookmarksPopup" noautohide="true" fade="none" backdrag="true" ...
0
votes
0answers
112 views
Add-ons SDK Mozilla Firefox get keyboard layout
Now I define a keyboard layout by defining language character input via javascript. Here's the code:http://pastebin.com/FDfaFsdx.
How do I get the keyboard layout without specifying the language of ...
-1
votes
2answers
156 views
Launch Local Executable File Javascript
All,
I have written a desktop java program that will capture user audio and am looking to use it in an add on for Mozilla. I am not too familiar with JavaScript or creating ad ons for Mozilla, but ...
1
vote
0answers
67 views
create mozilla firefox addon using addon builder
I want to create FF addon using online addon builder to access browser history,cache contents. Can i create such addon by directly writing javascript code in "name.js" file in builder? Or any other ...
0
votes
1answer
28 views
Detect the presence of menubar from Firefox extension
I've written a Firefox extension , that need to know whether menu-bar is present or not. and also need to be notified hide/show of menu-bar ?
How do i do this ?
Please help me
1
vote
1answer
130 views
Online Addon Builder - How to display custom icon for the extension inside Firefox's Addon Manager
Online Addon Builder - How to display custom icon for the extension inside Firefox's Addon Manager?
I know that's a more general question and before I can even submit this someone is going to throw a ...
0
votes
1answer
45 views
XPCOM in JavaScript, launchFunctionW?
I studied in an open-source Firefox plugin, I wanted to know what action does the following code snippet. I knew nothing of the code??
enter: function()
{
if (this.xpcomObject != ...
0
votes
1answer
98 views
How to upload binary content with Firefox extension?
In my Firefox extension I download the file, then the extension should upload it. I do the following -
// downloading file
var persist = ...
1
vote
0answers
82 views
Can we use python 2.7 in pyxpcomext?
I want to develop mozilla extension using python 2.7 or higher. And i know
that they having 2.5.2 in their extension(i.e. pyxpcomext).
I already googled the question but couldnt find anything.
1
vote
1answer
142 views
Extending Timeout For Request Module
Is there any way to extend the default timeout for the Request object in the FireFox Add-On? On some pages, it appears that a cross site request in our extension is timing out and there is no ...
0
votes
1answer
980 views
installing firefox extension for all user [system wide installation]
i have written a Firefox extension which is packed as .xpi file . i want to install this extension for all user. somewhere i found that we can achieve this by putting the file in the ...
0
votes
0answers
61 views
FireShot Free Usage Functionalities
I download FireShot for FF from http://screenshot-program.com/fireshot/ [download link - http://screenshot-program.com/fireshot-install-mozilla.exe]. I also downloaded and using tool APIs - ...
0
votes
1answer
163 views
What environment variable is used to execute commands and .sh file in terminal
I successfully executed commands and .bat files in command prompt using xul by this code:
Components.utils.import("resource://gre/modules/FileUtils.jsm");
var env = ...
0
votes
2answers
420 views
Appending XUL element(s) into DOM from a string of markup
I am writing a Firefox extension using JS and XUL. Part of my code needs to be able to take some XUL markup and dynamically append it inside an existing container element. So basically I need to ...
0
votes
1answer
660 views
Build a DLL to be used by Mozilla js-ctypes
In reference to my first post: Mozilla use a C DLL with js-ctypes
I'm trying to build a DLL to be used from a Mozilla Firefox extension. I created a little C code and compiled it with GCC.
Here is ...
3
votes
1answer
67 views
Mozilla firefox extension developing. 577 < 100. how is this possible?
Here's something i haven't been able to figure out for the last 30 minutes.
var file = Components.classes["@mozilla.org/file/local;1"].
...
0
votes
1answer
377 views
Loading external js to “extend” firefox extension
I am working on a firefox extensions that makes uses a lot of external services, I want to have a .js file foreach of these external services hosted on my server and then load each one into the ...
2
votes
1answer
633 views
redirect http request URI in mozilla Addon Builder
I defined a http-on-modify-request observer in Mozilla's Addon Builder, and want to redirect requests (change subject.URI.spec), but Firefox complains about:
Error: An exception occurred.
Traceback ...
1
vote
1answer
124 views
zero results behaviour in SELECT using executeAsync of mozIStorageStatement object,
I run a SQL SELECT statement using executeAsync function of mozIStorageStatement object, the thing is, when the statement get no results, the handleresult function of the callback doesn't run. Is this ...
0
votes
2answers
371 views
evaluate system command or python script in firefox browser using javascript
May be duplicate.
I would like to write javascript which can execute linux command in firefox (seems to be impossible but asking with hope)
from googling, found that it is possible for IE through ...
0
votes
1answer
469 views
Iframe cross domain communication and chromeless domain
I have chromeless application with some privileged JavaScript code interacting with the system.Now I want to mash-up the privileged JavaScript (jsctypes) with an application hosted in the server. The ...
5
votes
1answer
529 views
Add submenu in menupopup mozilla extension developmet??
Here I am working with firefox extension development. I have using XUL Overlays to add menu popup item in my extension.
<menupopup id="menu_ToolsPopup">
<menuitem ...
0
votes
2answers
792 views
Javascript String to C++ char pointer -LPSTR buffer in JSCTypes
I am accessing the DLL from JavaScript using JSCTypes. I have to receive data by passing a character buffer to the following API,
__declspec(dllexport) WORD WINAPI receive( LPWORD lpwBufferSize,
...
2
votes
1answer
470 views
How to execute a command in a Mozilla Add-On?
I am quite new to writing Mozilla Add-Ons, still, I got to a point where I patched together a working extension, except the very core of it.
At some point in the code, I need to execute a ...
0
votes
2answers
816 views
How to trigger an event from injected HTML button in firefox extension?
My end goal is to create a firefox extension that inserts an HTML button onto a site and have it fire a function defined in a custom code module in my extension.
I tried to implement Nickolay's ...
0
votes
1answer
115 views
Mozilla notification showing browser on click
I'm trying to make Mozilla FireFox plugin showing notification. Notifications are visible for Windows and even Mac I want the user to click the notification and open the web page, it sounds pretty ...
3
votes
2answers
2k views
Firefox: find location of specific add-on/extension?
I'm using Firefox 5, and I already know that extensions are situated in the extensions subfolder of the Profile folder... However, I need to find where is a particular extension (say, CoLT) located; ...
2
votes
2answers
664 views
Finding the tab associated with a DOM window
I'm adding some new functionality in a Firefox extension, TryAgain, that traps HTTP error codes (e.g. 500) and automatically retries loading the page after some interval.
Trapping the codes works ...
-1
votes
1answer
76 views
Mozilla addons: My dev account has been hacked [closed]
My dev account at Mozilla has been hacked and my addons deleted.
My email has been changed there as well so I cannot do a password reset.
Please advise as to who and how do I fix this?
1
vote
1answer
248 views
Firefox unloads modules loaded with Components.utils.import()?
When leaving Firefox running for some time the strange thing begin to happen with my extension. Here's some code, that I need to describe the problem:
extension.js
var My = {};
overlay.js
...
3
votes
1answer
1k views
Execute JS from Firefox extension
I'm trying to execute custom JS code from a Firefox extension using:
function executeJS(document, script) {
var script = document.createElement('script');
script.setAttribute('type', ...
1
vote
2answers
1k views
Reference a binary-component to js-ctypes - Firefox addon
I have, registered in my chrome.manifest, a binary-component:
binary-component components/linux/myLib.so abi=Linux_x86-gcc3
Now I want to pass it's path to ctypes.open(). My question is how do I ...
0
votes
1answer
916 views
Firefox extension: detect that URL in address bar was changed explicitly by user
There's a way to get a notification of URL change in a Firefox window using: ...
1
vote
1answer
187 views
Firefox, Mozilla validator error
I am getting this one error when I use the Mozilla validator:
This is the JS file:
const STATE_START = Components.interfaces.nsIWebProgressListener.STATE_START;
const STATE_STOP = ...
0
votes
1answer
136 views
Firefox Add-on save to desktop
I'm trying to save a file in a folder other than the extensions folder. Right now I'm using:
var file = Components.classes["@mozilla.org/file/directory_service;1"].
...
0
votes
1answer
2k views
Writing to file in Mozilla Firefox extension - strange error
I'm trying to develop a firefox extension.
Just for beginning I'm trying to write in file but I get this very strange and inexplicable behaviour to me.
this code works:
var file = ...
2
votes
1answer
416 views
Redefine XMLHTTPRequest in overlay.js in Mozilla Firefox Add-on
I'm building a firefox extension and would like to change the behavior of the XMLHTTPRequest object for every page loaded.
I found following code which should do the trick:
...
3
votes
1answer
290 views
How can I override skin's settings through code?
I have a firefox extension that changes a browser's tab color like this:
tabBrowser.tabContainer.childNodes[i].style.backgroundColor = "#8f8";
This code works fine in my development profile, but in ...
0
votes
1answer
140 views
Mozmill UI automation and cookies
I recently used the Mozmill addon/tool do some UI automation. This has worked really well so far, except when I'm trying to set and then read some cookies. When I use Mozmill to set cookies, I don't ...

