|
Suppressing Context Menu Items
|
| |
Basically, I have just about everything working in my initial browser extension, but there are two things I'd really like to know... First, I have two items added to the context menu, but what I want to do is to suppress the menu items if the page is not pointing to a specific host...any quick suggestions on a good approach to solve this... more »
|
|
thunderbird addon port to windows
|
| |
When I had to use Outlook, I found the system tray notification of new emails quite useful and I'm trying to get this with Thunderbird. I found the addon New Mail Icon ( [link] ) but between the description and the details (version), there's the alert "New Mail Icon is not available for Windows." with a red rounded... more »
|
|
n00b needs quickstart help
|
| |
Most of the documentation that I can find on creating firefox extensions is fairly dated material. I did find some newer information, but only the most trivial applications (like displaying hello world in the status bar). Anyway, any pointers would be VERY much appreciated...here is what I am trying to do first:... more »
|
|
name() and local-name() in Firefox 3.6
|
| |
Hello, it seems to me, that a breaking change was made to the name() and local-name() XPath functions in Firefox 3.6. Now they return their result in lower case instead of upper case. Is that right? If so, then perhaps you should mention it on the "Firefox 3.6 for developers" page. I only found out when testing my add-on with Firefox... more »
|
|
Firefox extension with XPCOM using cygwin
|
| |
Hi there, I have FF extension compiled and linked by MSVC, but one part is compiled with cygwin's gcc. When I run it in FF and try to call some cygwin's function, browser completely freezes. Compilation & linking are without any errors and dependency walker says that final .dll is also ok. So what could be wrong?... more »
|
|
Can an extension trigger an uninstall for another one?
|
| |
I have an extension where I foolishly chose a name instead of an ID for the em:id. I now need to change that. Experimenting, I find that I can trigger the install of an .xpi containing the newly named extension, but this then leaves the old one still installed. From an extension can I trigger the uninstall of the old version?... more »
|
|
customDBHeaders / Content-Type
|
| |
Hi, I'm trying to read out the MIME content-type via getStringProperty() according to [link], but it won't work (I've added "content-type" to the mailnews.customDBHeaders preference before and rebuilt the .msf's). After inspecting TB's sources, it seems to me TB already reads out... more »
|
|
How to communicate with extension?
|
| |
We're try to work with a Firefox extension, Zotero. Zotero exposes an API to other extensions: Zotero.doSomething("foo"); You can get the Zotero object with a call to the Components object: var Zotero = Components.classes["@zotero.or g/Zotero;1"] .getService(Components.interfa ces.nsISupports) .wrappedJSObject;... more »
|
|
Replacing web content without changing the HTML
|
| |
Hello everybody, first of all I have to say that I just started digging into Mozilla and Firefox Development but I hope my questions aren't too dumb :) I'm used to work with JS, XML. On the other hand I have almost no idea of the Mozilla API. I did some tutorials to get started. However I couldn't find an answer for my question. So I decided to ask you guys.... more »
|
|
Execute code on extension uninstall
|
| |
Hi. I've read around the Web that the extension manager can be asked to check if an extension is about to be uninstalled (something about a 'toBeUninstalled' flag). Could anyone explain how to do so? I can't manage to access that flag.
|
|
|