On 1/27/15 5:46 PM, Josh Matthews wrote:
We don't have the notion of a global event loop or anything. We effectively have an event loop per script task (ie. event loop per TLD), but no ability to spin it arbitrarily at the moment.
How do you plan to implement alert()? Do you plan to allow an alert model like Firefox, where the alert doesn't freeze the entire UI?
Realistically, I think you actually want multiple event queues even per script task (akin to the task queues in the HTML spec) and the ability to selectively shut them off temporarily...
-Boris _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo