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.
- Gecko Embedding Basics
- An introduction to embedding the Gecko rendering engine.
- Mozilla Embedding FAQ
- An extensive collection of frequently asked questions about Mozilla embedding.
- Mozilla embedding APIs overview
- Introduction to the Mozilla embedding APIs.
- 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
Related Topics
- Gecko, XPCOM
|