Embedding & DOM APIs
- Embedding API
- @status UNDER_REVIEW, @status FROZEN
- Provides
- Window handling (including focus)
- Navigation
- UI overriding (nsIPrompt & other dialogs)
- Progress handling
- File/Profile location handling
- Printing/Saving
- more...
- DOM (Document Object Model)
- nsIDOM* interfaces provide content level manipulation and interrogation.
- nsIDOMWindow
- nsIDOMElement
|