I am making a Firefox extension and looking for a way to store data I see the sq开发者_如何学Golite database is available and wonder if it is possible for other extensions to do queries to my databas
I open my Firefox extensio开发者_Python百科n window in a browser\'s tab. Is it possible to set a favicon for that tab?The code from the Mozilla site does not work correctly - it produces the following
I have a Firefox browser overlay, which adds an icon with a tooltip. There is a script that runs onclick and changes the tooltip text, but despite the s开发者_StackOverflow中文版cript seems to be exec
Does anybody know how I can make TabBox to fill all available space? I tried this: <tabbox id=\"MyTabBox\" flex=\"1\">
I am using the following script to load some data through the firefox extension UI. var req = Components.classes[\"@mozilla.org/xmlextras/xmlhttprequest;1\"].createInstance();
I have an extension composed of a browser overlay(ff-overlay.xul) which launches a sidebar(ff-sidebar.xul) through this code (from mozilla extension generator):
When I open the extensions manager in my Xul app using: app = \"chrome://mozapps/content/extensions/extensions.xul\";
I want to setup label attributes, and event listeners for a toolbaritem when it\'s being used. Because even though I add my extension\'s toolbaritem to <toolbarpalette id=\"BrowserToolbarPalette\"&
When installing EclipseXul plugin on EclipsePHP, it says: Cannot complete the install because one or more required items could not
I\'m specifing the size of the windows within the window.open(), but regardless of the size, I would like this label to be exactly on the center of the screen (vertically and horizontally):