Class Localtion: Home »» Mozilla [Programming]
Mozilla(Mozilla list covers bugs, fixes, about:config, installing, and extensions for Mozilla Firefox, Thunderbird, and Suite.) under "Programming"
Malformed SOAP messages from WebServiceFactory?
Hi all,I am trying out some of the WSDL handling functionality of mozilla/firefoxand I have found something a bit strange.I get that a SAP header is optional within an envelope but the soapmessages generated look like this:<env:Envelope xmlns:env="" xmlns:enc=""<env:Header/><env:Body
Making the referrer same as the requested URL
Hello.I'm planning to try and compile a custom build of FireFox for my self.It's supposed to make the referrer same as the requested url.The problem is that I don't know how to do thatso could somebody helpme out?Here's the source file I think is the key to the solution.mozil
Making the cursor invisible
I am trying to write an app for a touch screen and I don't want thecursor to be visible. I can't seem to turn it off with CSS (i.e.cursor:none). This is X on Fedora Linux currently only running a server(no window manager) and I have edited X11/fonts/misc/cursors.pcf and set various ico
making stream of email more managable
Here are some simple suggestions to make the load of emails hitting theinbox every day more managable.Emails could be categorized so that they get divided into managable category for spam (which is obviously already implementedthrough filtering) category for senders who getcategory emails from s
Making SpiderMonkey 1.7 Shell compile on Win32 (solution)
Crosspost from mozilla.dev.tech.javascript (not sure which groups areactive).Hi,I'm currently writing a master thesis on JavaScript, and needed tomodify SpiderMonkey. I'm working with the GranParadisio alpha 3version of Firefox - and version 1.7 of SpiderMonkey. In this process,I wante
Making saved searches available to all users
Hi all,I have a question I am trying to modify the navbar at the bottom ofbugzilla.What I want to do is to add predefined searches here that every userhas access to.My thinking is this. Change useful-links.html.tmpl to add a new"Static Searches" to the box. I thought that I could duplicate thena
Making my own exceptions
Hello,I want to flag internal application errors by throwing exceptions. Itseems reasonable to me to create a "subclass" of the standard Errorobject that is specific to my application.How do I go about doing this, exactly? From looking at jsexn.c, it seemsthat all the exception classes are simpl