Gecko is the browser engine, networking, parsers, content models, chrome and the other technologies that Mozilla and other applications are built from. In other words, all the stuff which is not application specific.
Gecko has a slightly out of date FAQ of its own.
Mozilla is a cross-platform open-source web browser, editor and mail / news application built on top of Gecko.
The GRE (formally the MRE) is the Gecko Runtime Environment, a shared runtime that many apps can use. It is now being developed as a standalone project known as XULRunner.
XPCOM is an object technology (similar to COM on MS Windows but cross platform) used to unify the creation, ownership, and deletion of objects and other data throughout Mozilla. The core of XPCOM is the nsISupports interface, which provides a contract of reference counting and runtime querying for capabilities. All XPCOM objects implement the nsISupports interface, in addition to any object-specific interfaces. Finally, XPCOM provides a language independent layer called XPConnect which allows objects implementation to be written in any supported language, and called from any supported language.
More information can be found here.
Gecko allows third party developers to use the same technology as found in Mozilla. That means you can embed a web browser inside a 3rd party application, open channels and streams through the network backend, walk through the DOM and so on. You can even construct whole new applications using chrome.
The same as for the rest of Mozilla. See the MPL page for more information.
We are slowly working towards an SDK, freezing and documenting interfaces and reshaping the build process. For the time being we recommend you get the source and build from that.
The nightly builds of the SDK for Win32 may be found here.
Embedding builds and source tarballs are produced nightly and may be obtained here. If you require stability then Mozilla builds from the 1.7.x branch are currently recommended.
Page last modified 14:16, 4 Oct 2007 by Yoshino