(I posted this yesterday to n.p.m.xpcom but realized it might be relevant
here too.)
To make it easier for me to play around with XPCOM and discover various
components that come with mozilla, I hacked together some Python scripts
which produced the following:
http://shalabhchaturvedi.tripod.com/xpcom/
These are a bunch of html pages giving basic descriptions of XPCOM
interfaces (methods, constants, links to components that implement them
etc.) and components. CView is a mozilla extension that gives something
similar but not in HTML form.
Hope others find them useful too. Feedback is welcome. Thanks to ActiveState
for PyXPCOM which made the Python scripts possible.
Cheers,
Shalabh