My Firefox extension needs to; store user credentials in a file that will be stored in users local filesystem.
I am doing some development on the firefox both with javascript and C++ for some XPCOM components开发者_开发问答.
I have worked on Mozilla Add-on Development in the past (beginner level). But on encountering XPCOM, I got really scared and left it in the middle.
I am a newbie to Addon-SDK. I am making an Addon in which I log some information meant for manually viewing later on. I came across the
I have a Firefox extension that supp开发者_JAVA百科orts Firefox 3+, and SQLite database is important for my extension. I saw on the MDN that the API might change and it`s \"unfrozen\", should I be wor
I am writing a Firefox extension and am looking for a way to export the private key from 开发者_如何转开发an installed certificate.
Anyone know where is some usable XPJS, or XPCOM in JS, documentation for recent versions of Firefox/Gecko? And sample code/ tutorials would be great too.
I am trying to use the status to see if there is an error in C++ XPCOM component in my observer class on Mac.
I have an idea of studying user behavior on the browser, for which I intend to make a Chrome/Firefox extension to study the behavior dynamically. I have some predefined libraries in Java and Python to
I know we should use JSON when receiving remote \"autocomplete suggestions\", but I\'m forced to use standard DOM valid XHTML