Does the Android WebKit supports the XPCOM framework or NPRuntime API`s as like Firefox? How to implement JavaScript in the Android WebKit plug-in?
I am able to get path to User \'AppData/Local\' folder as follows. appdatafile = Components.classes[\"@mozilla.org/file/directory_service;1\"]. getService(Components.interfaces.nsIProperties). get(\"
Is there an API call 开发者_如何学运维allowing one to enable/disable a Firefox add-on?Starting from Firefox 4, this can be done via AddonManager.
When you need to create or access well-known objects 开发者_开发百科in XPCOM, where do you find their contract IDs?You also should look at the Mozilla code through http://mxr.mozilla.org to understand
The nsICacheSession has a method openCacheEntry() which returns an existing cache entry. Is there a method such as createCacheEntry() that will create a cach开发者_开发知识库e entry. I want to create
I have to download myURLString (http://www.google.com/search?q=http://www.google.com/&btnG=Search+Directory&hl=en&cat=gwd%2FTop).
What XPCOM interfaces should开发者_如何学Python I use to detect opening, closing and switching of tabs and also get their associated URL from a firefox extension?
I have a question about how to structure communication between a (new) Firefox extension and existing C# code.
I\'m developing a Firefox plugin using XPCOM, I开发者_开发知识库\'ve not yet read all the docs, but as far as I can see, A plugin is simply a DLL that provides services via a XPCOM interface and inter
I have a dll (that I didn\'t write) and I would like to use it in an XULRunner application. I know nearly nothing about this, so bear with me. Apparently I can use XPCOM to load the dll and then call