Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpcom

Use Blob On Firefox Add-on

Been trying to get the following code to work in firefox add-on: var oMyForm = new FormData(); oMy… Read more Use Blob On Firefox Add-on

How To Overwrite Built In Xpcom Component In Firefox Addon?

I'm taking a foray into Firefox extension development for the first time, and so far it's b… Read more How To Overwrite Built In Xpcom Component In Firefox Addon?

How Do I Launch A Webpage From A Xul App Within Xulrunner?

What is the XULRunner equivalent of the following button handler? function launch_page() { var … Read more How Do I Launch A Webpage From A Xul App Within Xulrunner?

Get Selected Message Data In Thunderbird Extension

I need to get some e-mail message data in my Thunderbird extension. I found this example on MDN (ht… Read more Get Selected Message Data In Thunderbird Extension