Tagged Questions
3
votes
1answer
348 views
How can I display text over toolbar button for a firefox addon?
I'm trying to display a small text (new messages count) over icon in toolbar button, something like Chrome and Opera extensions have with badge over the toolbar icons. Text should not cover the whole ...
2
votes
1answer
105 views
Firefox Extensions: What variables are available in extension scope (like window, gBrowser)?
I know about window, gBrowser, gContextMenu and some more but what are all global variables available to Firefox extensions?
2
votes
2answers
73 views
Comprehensive JavaDoc-like documentation for Mozilla/Firefox extension developers?
Is there any thing like JavaDoc for Mozilla/Firefox that helps extension developers?
For example where can I find what delayedOpenTab() does and how to use it?
2
votes
1answer
391 views
porting mozilla's NSModule to Delphi
In extension to this question, I guess I'll best show what I've got so far.
What I'm trying to do is create a FireFox plugin with Delphi, that'll work with the FireFox versions of the future that will ...
1
vote
1answer
74 views
Firefox-Addons/Jetpack: Page-Mod of Non-HTML Files
I am trying to start writing a basic firefox addon that allows the correct display of markdown files.
Unfortunately I can't even get the first step of the process to work.
I have a basic
var ...
1
vote
1answer
98 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 = ...
1
vote
1answer
490 views
Creating Your Own Firefox Add-in with Visual Studio
I need to develop an add-in (as a bar) that will monitor user browsing data using Mozilla Firefox (priority) and other web browsers (Chrome, Safari, etc.).
I have already done this using IE, but I ...
0
votes
0answers
108 views
Firefox Add-On Language Detection
I have written a firefox add-on and localized it for different countries.
e.g. made sure that /locale/: en-CA has the Canadian Google.ca ;)
Now the problem:
A canadian User wrote me, that he always ...
0
votes
0answers
236 views
Reverse DNS lookup within a JavaScript firefox plug-in
I've written a firefox extension which is really a firebug extension -- it adds a panel to firebug. All is working pretty well, except for one item.
I would like to reverse look-up an IP address to ...
-1
votes
1answer
51 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?
Thanks in ...