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

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

Expose File Writing To A Webpage With A Firefox Extension

I have a web application that my client uses for the cash registry. What I need to do is to create … Read more Expose File Writing To A Webpage With A Firefox Extension

Javascript Write File Without Overwrite

I am using XPCOM to read/write file(s) on my hard drive (since Java is no longer supported on FF16,… Read more Javascript Write File Without Overwrite

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 Get Tab From Nsidomwindow?

A noob at firefox extension development here. Is there a way to find Tab object from a given nsIDOM… Read more How To Get Tab From Nsidomwindow?

Javascript Write File Without Overwrite

I am using XPCOM to read/write file(s) on my hard drive (since Java is no longer supported on FF16,… Read more Javascript Write File Without Overwrite