Tagged Questions
3
votes
1answer
345 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
4answers
1k views
Writing a firefox/netscape plugin
I am in the process of writing a firefox/netscape plugin (not extension) to run on windows, and I was wondering if you could suggest any sites for guidance and tutorials?
I have been looking through ...
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
51 views
When creating a JS XPCOM Service can classID be random?
When I create a JS XPCOM service the guid that is used for the classID can just be a randomly generated string correct? following directions here?
I ask because I'm forking another project and ...
1
vote
1answer
489 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 ...
-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 ...