[EMAIL PROTECTED] wrote: > When user loads a page using mozilla, I assume the following events > happens: > 1. download the html files > 2. parse the html files to build a dom > 3. start layout the dom
They happen in parallel, but the result should be similar to what would happen if they were done in series, yes. > Can you please tell me where is the code which is the entry point of > the mozilla rendering engine? You mean step 3 above? See PresShell::InitialReflow and PresShell::ContentAppended/ContentInserted. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

