Bootstrapping: How does it all start?
- Open your XUL file
- Menu item calls window.open("chrome://...",..)
- Command-line: ./mozilla -url chrome://..
- Preference
- RDF templates query datasources, generate content
- JavaScript onload handers fire
- Any global services start lazily during (2) and (3)
- User starts to interact with the window
Alec Flett
Last modified: Fri Jul 7 00:20:24 PDT 2000
|