Tagged Questions

2
votes
10answers
82 views

I need some tool to view Http Request.

It's probably some browser plugin or a proxy. For example, I open google.com, and type something and press 'Search'. And I want to see all params of http-request (like, method, domain, params etc)
0
votes
0answers
11 views

How to programmatically update/remove extensions Options

I am installing FF extensions using the information given here https://developer.mozilla.org/en/Installing%5Fextensions. I am extracting the xpi into a folder named after the extension's id. Fine …
1
vote
3answers
194 views

Firefox Cocoa Plugin

I`ve created simple hello world-like plugin which draws red box. Аfter embedding into xulrunner application the plugin works almost fine. Xulrunner application successfully redraws the box on …
-1
votes
0answers
35 views

Firefox flash player [closed]

Hi all, Is there any flash player for mozilla firefox instead of shockwave flash plugin?
1
vote
3answers
309 views

Writing a firefox/netscape plugin

Hi, I am in the process of writing a firefox/netscape plugin (not extension) to run on windows, and I was wondering if you could suggest any sites for guidance and tutorials? I have been looking …
0
votes
0answers
85 views

UniversalXPConnect in greasemonkey script

I want to add some button to google reader, that will call some custom XPComponent dll with the feed text, but I am not able to use UniversalXPConnect in greasemonkey scripts. How to call firefox dll …
0
votes
0answers
40 views

Mozila plugin auto update error

I'm receiving the error message "An error occurred while trying to find updates for toolbar " on addon console . I'm using sha256sum hash key and McCoy [ https://developer.mozilla.org/en/McCoy ] …
2
votes
0answers
48 views

Color Blindness Simulator [closed]

Possible Duplicate: Colour blindness simulator Can anyone recommend a good development tool for testing the affects of colorblindness in applications? A search of SO and Google didn't come up …
0
votes
1answer
89 views

Mozilla extension: create tab/window with DOM document instead of URI?

I have a web service that requires special headers to be sent in the request. I am able to retrieve expected responseXMLs using an XMLHttpRequest and setRequestHeader(). Now I would like to create a …
0
votes
1answer
126 views

Actionscript Virtual Machine 1 - Inspecting Memory

How do I go about determining what is currently in the Mozilla Flash Plugin memory for AVM1? I am trying to debug a large application we have built and need to see what is getting garbage collected …
2
votes
2answers
291 views

Basic sample of a scriptable plugin for FireFox in C++ with VS2005/8

My experience to write a plugin for FireFox is below zero. Is someone out there who could point me to sample code on how to get this accomplished in C++ with VS2005/8? What I need to do with …
0
votes
0answers
41 views

Spidermonkey pointing to a NSPR/DIST directory, HELP!

Hey guys, I've been trying to cross-compile Spidermonkey and I am stuck with the problem wherein prtypes.h(NSPR) is unrecognizable. I alread triedy modifying Makefile.ref/config.mk/jsconfig.mk to …