As far as I can see everything that goes on in the layout process happens in
a single thread - am I right?
This seems to include loading resources like stylesheets.
Thanks ,
Tali
Mostly, yes.
> This seems to include loading resources like stylesheets.
Define "loading"? The actual socket access doesn't happen on the main
thread.
-Boris
I now see that the actual trasport (like nsSocketTransport) is in another
thread.
"Boris Zbarsky" <bzba...@mit.edu> wrote in message
news:OOadnS_EQPUhz2XX...@mozilla.org...