I am developing a Firefox addon. I need to create two buttons which exactly looks and operates like back and forward buttons. But the difference is I need to put my own icon inside them. I am complete
I\'m building a Firefox extension that alters the page content of a few select websites and I\'m using the Greasemonkey compiler to do this (http://diveintogreasemonkey.org/advanced/compiler.html).
I heard that getting access to the text a Gmail email is very 开发者_C百科 difficult if not impossible (iframes).
I have installed the latest versions of YSlow and Firebug into the latest version of Firefox on Windows 7 (and restarted Firefox), but when I click on YSlow nothing happens.Also, when I click on Fireb
I am rookie at web programming and I would like to kno开发者_JS百科w if the below is possible. I want to be able to directly paste files into a webpage, which has the input tag, similar to the Outloo
If I have a simple XML document of <albums> <album name=\"Napoleon Bonaparte\" artist=\"male\" year=\"1993\" genre=\"rock\">
I\'ve found the referrer attribute on nsIHttpChannel and this works most of the time but this is only set subject to certain security checks (e.g. it won\'t be set if you\'re navigating from an HTTPS
I\'m starting a new project (Firefox add-on) and I\'d like to try using behavior-driven development. I particularly like the Jasmine BDD library. However, I can\'t find a good way how to use a framewo
does anyone know a little test tool (like Poster / RestTool for Firefox) that is able to upload a file and send a text body within the sa开发者_JS百科me post request (Multipart)?It is not a firefox-ad
I am trying to use the status to see if there is an error in C++ XPCOM component in my observer class on Mac.