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

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

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?

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

Failure While Calling Nsix509certdb.nsix509certdb From Command Line

I'm trying to develop a FF extension that calls nsIX509CertDB.nsIX509CertDB. When calling this … Read more Failure While Calling Nsix509certdb.nsix509certdb From Command Line