Contents
Contents
  1. Introduction.
  2. What is embedding?
  3. Why embed Mozilla?
  4. Who's involved?
  5. Embedding examples
  6. Goals
  7. XPCOM & Utils
  8. Embedding & DOM APIs
  9. Intialisation and Shutdown
  10. Browser Interfaces
  11. Window & Listener Interfaces
  12. Creating a web browser
  13. Opening a window
  14. Registering for progress callbacks
  15. Client chrome object checklist
  16. Navigating the browser
  17. Receiving state change callbacks
  18. Receiving progress callbacks
  19. A prompt impl snippet
  20. Conclusion