Embedding Mozilla
From MDC
Gecko allows third party developers to use the same technology as found in Mozilla. That means you can embed a web browser inside a third-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.
Documentation
- Mozilla Embedding FAQ
- An extensive collection of frequently asked questions about Mozilla embedding.
- Gecko Embedding Basics
- An introduction to embedding the Gecko rendering engine.
- Embedding the Editor
- This document describes the current state of editor embeddability, problems with the existing implementation, some possible embedding scenarios that we need to deal with, and an embedding solution that will fulfill them.
- Roll your own browser - An embedding HowTo
- A quick introduction to embedding Mozilla.
View All...
|
Community
- View Mozilla forums...
- as a mailing list
- as a newsgroup
- as a Google Group
- as a Web feed
Related Topics
- Gecko, XPCOM
|
Categories: Embedding Mozilla