You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



DOM & Embedding API [ << Previous | Contents | Next >> ]
  • DOM (Document Object Model)
    • nsIDOM* interfaces provide content level manipulation and interrogation.
      • nsIDOMWindow
      • nsIDOMElement
  • Embedding API
    • @status UNDER_REVIEW, @status FROZEN
    • Not multi-threaded.
    • Provides
      • Window handling (including focus)
      • Navigation
      • UI overriding (nsIPrompt & other dialogs)
      • Progress handling
      • File/Profile location handling
      • Printing/Saving
      • more...