|
Toolbar hiegh t2-3 px
|
| |
Hi All, I have an application where I needs to minimize the toobar to a 2 or 3 pixel height for all versions of Firefox 3.0 and above. After mucking around for a few hours it seems that I cannot get the height less than about 8-10 pixels. Is there a way to get the toolbar to a height of about 2pixels? I nbelieve... more »
|
|
Extension Storage & Places DB Issues
|
| |
Hi, I am looking for opinions on possible solution to the storage of data by an extension that I have been working on. It is fairly complex and I've been trying to figure out the best solution for a while so I thought I'd present it here. The extension needs to store information attached to web pages.... more »
|
|
No attachments?
|
| |
I have twice tried to send a message with attachments, and it is not appearing on the forum. Are attachments not allowed? susan
|
|
tree's pickertool
|
| |
Hi, Is there a way to keep a <tree/> 's pickertool menu open while checking/unchecking menu items to enable easier multi-check/uncheck? Thanks, Eric
|
|
evalInSandbox security question
|
| |
I've been tinkering with evalInSandbox, trying to figure out which scenarios are unsafe. According to [link], pretty much any use of the return value of evalInSandbox, or properties of the sandbox itself, is unsafe. For example, the following code should invoke the toString function... more »
|
|
Toolbar button events - oncommand and ondblclick
|
| |
Hi All, I have a toolbar that has a couple buttons that must handle the click and double click events differently. In other words the command handling logic is different for a click event and double click event. The problem is that when I do a double click I still get the single click event. I have tried... more »
|
|
How to remaster Firefox with our extension installed?
|
| |
I am designing a Linux distro with Firefox running successfully. I need to install an extension xyz, so that once my Linux OS boots up an when i click on Firefox, it must have the extension xyz installed. I tried installing the extension by command line by adding the following commands in startup script after X gets loaded.... more »
|
|
get toolbar from a sidebar
|
| |
My extension has a sidebar and a toolbar. How to access the toolbar from the sidebar? To be more precisely, how to access some variables defined in the toolbar from the sidebar? Thanks a lot! Pengyu
|
|
State of window
|
| |
Hi, I am trying to detect when the window's state becomes to minimize, this EventListener doesn't work (it fires only when window resized not minimize, restore,...) window.addEventListener("resiz e", resizeFunction, false); any idea?
|
|
nsIXPConnect interface unavailable in Firefox 3.5 ???
|
| |
Hi, This time my question is about extensions :) I'm developing an extension for ff 3.5, and I want to access the nsIXPConnect interface to access its javascript related fields. I then use: nsresult nr; nsCOMPtr<nsIXPConnect> xpc = do_GetService(nsIXPConnect::Ge tCID(), &nr); NS_ENSURE_SUCCESS(nr,nr);... more »
|
|
|