Mozilla Embedding FAQ
From MDC
This is a collection of frequently asked questions about Mozilla embedding.
Mailing list: mozilla-embedding@mozilla.org
- Introduction to Gecko and Embedding
- What is Gecko?
- What is Mozilla?
- What is the GRE?
- What is XPCOM?
- What does it mean to "embed" Gecko?
- What are the license terms for embedding Gecko?
- Is there an SDK?
- Is there a latest version? What version should I use?
- Who is using Gecko already?
- Embedding Gecko
- What files do I need in order to embed?
- How is the embedding distribution made?
- Why do I need to distribute XPT files with my application?
- How do I keep up with Gecko interface changes?
- Does this mean my compiled product will work with all future versions of the GRE/Gecko/Mozilla?
- What platforms are supported?
- Does the embedded build support secure protocols like HTTPS?
- How does my application communicate with Gecko?
- Can I embed without...
- Can I embed Mozilla's HTML editor?
- What widget toolkit does Mozilla use?
- Does the embedded Mozilla have Java support?
- Can I embed Mozilla in any other way?
- How do I...
- How do I embed Gecko?
- What is a service?
- How do I load a page?
- How do I block a load?
- How do I watch/intercept a load before it happens?
- How do I copy items to the clipboard?
- How do I save a document or data to disk?
- How do I save/upload a document/data to a web or ftp site?
- How do I know when saving is done, monitor progress etc.?
- How do I print a page?
- How do I print preview a page?
- How do I get popup windows working?
- I need the Javascript inside the browser window to talk to my embedding client. How do I do it?
- How do I specify alternate locations for files such as components.reg?
- How do I specify alternate locations for profiles?
- How do I change the user agent string?
- How do I display my own message, alert and prompt boxes?
- How do I get the DOM document from the web browser object?
- What is the docshell?
- How do I implement context menus?
- How do I implement tool tips?
- How do I see tool tips for nodes with ALT attributes?
- How do I set the network proxy?
- Common Problems
- TestGTKEmbed doesn't work!
- How do I build MFCEmbed?
- How do I debug MFCEmbed?
- Why won't FTP work?
- Why is my build so huge?
Categories: Embedding Mozilla | Mozilla Embedding FAQ