On 09.04.2009, at 02:00, Eliot Miranda wrote:
 Talking with Andreas he says that now Squeak browser plugins run in a separate thread and project a window into the browser, which is almost what I did with my first VW browser plugin until John Baker found one can run in a completely different process and still project a window into the browser :) 

The X11 VM does in fact run in a separate process, reparenting its window into the browser's. I'm pretty sure it's the same on the other platforms, too, so probably Andreas meant "process" when he said "thread".

- Bert -