Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
560 views

Check if a Firefox 3.5 add-on is enabled

In order inform the user of possible conflicts, I'd like to have my add-on check if another add-on is installed and enabled. If so, I can disable either it or my own at the user's bequest: function ...
7
votes
1answer
844 views

Help me create a Firefox extension (Javascript XPCOM Component)

I've been looking at different tutorials and I know I'm close but I'm getting lost in implementation details because some of them are a little bit dated and a few things have changed since Firefox 3. ...
6
votes
2answers
88 views

Accessing Mozilla Certificates from Delphi

I would like to access certificates stored in Mozilla products (Firefox and Thunderbird) from a Delphi (XE) applicaiton. For start I would like to list them, next it would be nice to be able to manage ...
6
votes
3answers
2k views

Beginning XUL & XPCOM development with XULRunner?

I am planning to design an application XUL & XPCOM for proprietary system. So i have decided to use C/C++ but how can I start the development as a beginner in this field I cannot find a good guide ...
5
votes
1answer
92 views

nsIGenericFactory.h is missing in the above version of xulrunner-2.0.en-US.win32.sdk

Previously, I created XPCOM dll for the mozilla version 3.6 and XulRunner version of 1.9.2. Now I try to update that xpcom dll for the mozilla recent versions namely 4 and above. So I downloaded Xul ...
5
votes
1answer
323 views

How can I implement a content converter in Firefox for all page elements?

I'm attempting to port over an Internet Explorer plugin to Firefox, but I'm not sure where to look for what I need. Basically I need to be able to filter all content that is received by the browser ...
4
votes
1answer
187 views

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. Recently only I encountered Add-on SDK and found it ...
4
votes
2answers
282 views

Firefox extension development firefox4

So I've been working on updating old extensions for use with FF4 and Gecko 2 but I am having some issues where I am getting an error that says, classID missing or incorrect for component.... Has ...
4
votes
2answers
401 views

Beginner Assistance - Where does this code belong?

I'm trying to develop a firefox extension that inserts additional HTTP header fields into outgoing HTTP requests (to interface with an apache extension i'm concurrently developing). While I ...
3
votes
2answers
44 views

Javascript type conversion

I'm writting a Firefox extension. Using javascript, I want to download a binary file from a web POST, and then I want write its contents into a file. My difficulty is how to convert from the type ...
3
votes
0answers
88 views

XPCOM Socket is closing. How to keep it alive?

I'm currently developing a firefox add-on that is a client who connects using TCP sockets to a server. In my little test everything works ok, the client(ff add-on) connects to the server(designed in ...
3
votes
1answer
116 views

Creating menus in browser menubar from jetpack extension

I am building a simple firefox extension using the jetpack sdk 1.0. Scouring the docs and googling a lot, I couldn't find a way to create a simple menu under the browser's tools menu. Jetpack has a ...
3
votes
2answers
167 views

Selenium: enable XPCOM access and write to a file from Javascript in Firefox

In this question there is an example how to request XPCOM access from Javascript: How to create a file using javascript in Mozilla Firefox ...
3
votes
1answer
51 views

Are there JSDoc files for Firefox XPCOM?

While I know much of XPCOM is implemented in C++, it would still be great to have JavaScript stubs with empty functions, constants, and JSDoc. These could be used to support code completion, ...
3
votes
2answers
207 views

what's the javascript function scope in firefox components?

I am making a firefox component using javascript. But i am always confused about what is the global scope of the current javascript function, which results in the following questions? I understand ...
3
votes
4answers
478 views

Expose an XPCOM component to javascript in a web page

I'd like to write a XPCOM component that gets exposed as a javascript object in a web page. Something like Google Gears is what I'm seeking. That is, after installing the Google Gears Firefox ...
3
votes
3answers
1k views

What is the advantage of using Python Virtualbox API?

what is the advantage of using a python virtualbox API instead of using XPCOM?
3
votes
3answers
2k views

Create Firefox Addon to Watch and modify XHR requests & reponses

Update: I guess the subject gave a wrong notion that I'm looking for an existing addon. This is a custom problem and I do NOT want an existing solution. I wish to WRITE (or more appropriately, modify ...
3
votes
2answers
299 views

Test driven development for C++ XPCOM component?

I want to create a Firefox extension using c++ XPCOM component which in turn uses javascript XPCOM component. Is there any framework that allows test driven development of C++ XPCOM component/firefox ...
3
votes
5answers
645 views

Browser Cache API for non IE browsers

IE has WinInet API, such as GetUrlCacheEntryInfo, to read and manipulate IE browser cache. Is there a similar API for non IE browsers such as Firefox or Chrome? If so where can I get more info? ...
3
votes
1answer
952 views

http-on-examine-response observer - possible to block response from further processing?

I am attempting to implement a firefox extension which filters incoming HTTP responses and handles them accordingly. I wish to block HTTP responses containing a specific header. Having read through ...
3
votes
9answers
4k views

Batch file called from Javascript/XPCOM doesn't show command prompt window

I am calling a batch file from Javascript in this fashion: function runBatch(){ var exe = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile); ...
2
votes
1answer
22 views

Notifying javascript of external event from XPcom

I have been trying to find a solution to what seems to be relatively simple scenario. I have javascript running in an html page that makes a call to an XPcom that I have written in C++. So far, so ...
2
votes
1answer
91 views

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 Simple-Storage API but as far as i could figure out, it saves ...
2
votes
2answers
81 views

SQLite Storage in Firefox 3.0 +

I have a Firefox extension that supports 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 worried about it? ...
2
votes
2answers
227 views

How does someone use thirdparty libraries to be included in Firefox addons/extensions?

I am currently learning how to create Firefox addons using XPCOM and I want to know how to include thirdparty libraries to develop them. I followed a few tutorials to compile .xpt and .dll from c++ ...
2
votes
1answer
129 views

URL filtering with Firefox add-on

During the page load there are number of HTTP requests for document itself and its requisites. How do i hook them, retrieve target URL and prevent request from being sent if certain condition met? ...
2
votes
2answers
269 views

How to overwrite built in XPCOM component in Firefox addon?

I'm taking a foray into Firefox extension development for the first time, and so far it's been pretty comfortable going, but I'm running into a problem; one of the things I need to do overwriting the ...
2
votes
2answers
507 views

Modify URL before loading page in firefox

I want to prefix URLs which match my patterns. When I open a new tab in Firefox and enter a matching URL the page should not be loaded normally, the URL should first be modified and then loading the ...
2
votes
1answer
286 views

Greasemonkey & http-on-modify-request

I'm researching on writing some JavaScript code that tampers with HTTP POST requests and responses. Since the code I want to write is largely a proof-of-concept, a Firefox extension is too much I ...
2
votes
2answers
352 views

How to place a Xul window as “Always On Top”?

I found this file at google code with the function: function SetAlwaysOnTop() { var chkTop = document.getElementById("itmAlwaysOnTop"); var xulWin = ...
2
votes
1answer
391 views

porting mozilla's NSModule to Delphi

In extension to this question, I guess I'll best show what I've got so far. What I'm trying to do is create a FireFox plugin with Delphi, that'll work with the FireFox versions of the future that will ...
2
votes
1answer
190 views

What is XPCOM? XPCOM vs COM?

I have trouble understanding XPCOM. How is it different from COM? What makes it cross platform? Is it a framework with a set of libraries that you can use to do some jobs? Also, does Component ...
2
votes
2answers
188 views

How to preprocess HTML before it's loaded and parsed by Mozilla?

I need a way to process HTML before it's actually loaded and parsed by Mozilla. Is there any content listener that I can use in my Firefox extension?
2
votes
2answers
371 views

how can a firefox extension detect content-type of the page loaded?

since my extension's pageload is triggered even when I view css or js files, i want to add another check that triggers my extension only when the current page's content-type is text/html . //eg: at ...
2
votes
1answer
529 views

Setting a preference at startup in firefox

Thanks to everyone in advance - I need to load a preference before any windows are loaded at startup. Below is some /component code I have been working with. The SetPreference method seems to fail ...
2
votes
0answers
275 views

XPCOM Shockwave Flash C++

I recently started "playing" with xpcom, and I would like to know if there is a way do interact with a Shockwave flash element. In IE I can use the IShockwaveFlash interface, but for the Firefox I ...
2
votes
2answers
229 views

Is there an API to disable/enable a Firefox extension?

Is there an API call allowing one to enable/disable a Firefox add-on?
2
votes
2answers
526 views

Create GStreamer XUL element?

I would like to create a custom XUL element named 'video' for a video editing application based on XULRunner. In the XPCOM documentation it is explained how to access your component from Javascript, ...
2
votes
1answer
143 views

Adding entry to Firefox cache from an XPCOM component

The nsICacheSession has a method openCacheEntry() which returns an existing cache entry. Is there a method such as createCacheEntry() that will create a cache entry. I want to create an XPCOM object ...
2
votes
3answers
1k views

What IPC method should I use between Firefox extension and C# code running on the same machine?

I have a question about how to structure communication between a (new) Firefox extension and existing C# code. The firefox extension will use configuration data and will produce other data, so needs ...
2
votes
1answer
2k views

Accessing tabs on Firefox with a C++ XPCOM extension

What XPCOM interfaces should I use to detect opening, closing and switching of tabs and also get their associated URL from a firefox extension? I have seen instances of code that manage tabs in JS, ...
2
votes
4answers
668 views

Problems Registering XPCOM component

I'm working on my first XPCOM component. Unfortunately, I can't register it successfully. Building is ok. Here's the makefile CXX = g++ CPPFLAGS += -fno-rtti \ -fexceptions \ ...
2
votes
2answers
5k views

How to HTML encode a string in JavaScript from a Firefox extension

So I know I can write my own HTML-encoding function like this: function getHTMLEncode(t) { return ...
2
votes
1answer
488 views

Mozilla/XPCOM - Getting URI from nsIDOMEvent

I'm using XPCOM, and I want to get the URI of the portion of a page the user clicks (e.g., a user right-clicks on a frame, and I want to display the URL of that frame). So I've set up a mouse ...
2
votes
2answers
3k views

Firefox XPCOM component - Permission denied to call method UnnamedClass

Can a firefox XPCOM component read and write page content across multiple pages? Scenario: A bunch of local HTML and javascript files. A "Main.html" file opens a window "pluginWindow", and creates a ...
2
votes
2answers
1k views

How do I copy image data to the clipboard in my XUL application?

I have a XULRunner application that needs to copy image data to the clipboard. I have figured out how to handle copying text to the clipboard, and I can paste PNG data from the clipboard. What I can't ...
2
votes
1answer
791 views

Accessing Firefox cache from an XPCOM component

Does anybody know how to get local path of file cached by Firefox based on its URL from an XPCOM component?
1
vote
0answers
11 views

Threading in Spidermonkey

I am trying to enable a threaded debug dump in SpiderMonkey, by editing the jsinterp.cpp file. Basically, the things I am trying to do are as follows: Catch a JSScript before the main loop of ...
1
vote
1answer
68 views

Developing a Thunderbird extension with C++

Does anybody know any C++ tutorial for developing a thunderbird extension with XPCOM?

1 2 3 4 5