xpcom
XPCOM Encrypt/Decrypt operation on file in Firefox Extension
My Firefox extension needs to; store user credentials in a file that will be stored in users local filesystem.[详细]
2023-04-13 05:55 分类:问答How can we identify a unique nsHTTPChannel?
I am doing some development on the firefox both with javascript and C++ for some XPCOM components开发者_开发问答.[详细]
2023-04-13 03:05 分类:问答Using XPCOM components from Mozilla Add-on SDK
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.[详细]
2023-04-12 01:00 分类:问答Storage Options with Mozilla Addon-SDK
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[详细]
2023-04-11 06:46 分类:问答SQLite Storage in Firefox 3.0 +
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[详细]
2023-04-10 14:10 分类:问答Writing firefox extension: How to export private key from certificate database? Possible?
I am writing a Firefox extension and am looking for a way to export the private key from 开发者_如何转开发an installed certificate.[详细]
2023-04-10 10:41 分类:问答XPJS (Javascript XPCOM) Documentation?
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.[详细]
2023-04-04 19:19 分类:问答Firefox:Problem with Status in OnStateChange in Proxy environment
I am trying to use the status to see if there is an error in C++ XPCOM component in my observer class on Mac.[详细]
2023-04-04 14:47 分类:问答Using Java/Python libraries in programming Firefox/Chrome Extensions
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[详细]
2023-04-04 00:52 分类:问答Parse DOM in XPCOM autocomplete component
I know we should use JSON when receiving remote \"autocomplete suggestions\", but I\'m forced to use standard DOM valid XHTML[详细]
2023-04-03 06:49 分类:问答