Yeah, that's what I ended up doing :) The LXR tool on mozilla.org is very useful in these cases...
Sometimes, however, the method would be part of the implementation of a commonly-used interface and would have a commonly-used name (e.g. Init or Open or something like this). In these cases, it could take a lot of time to find the right source code unless you know the Mozilla source code already...do you think not? But anyway, I found it. I was looking for the interfaces implemented by a post data stream object that stores the post data of a HTML form used to upload a file. It turned out to be a nsIMIMEInputStream object containing a content type, a content length and a nsIMultiplexInputStream as the source of the post data. Thanks a lot to everybody :) Peter _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
