Re: Necko e10s specs
Robert O'Callahan <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | Mozilla Corporation |
| Message-ID | <[email protected]> |
On 11/09/09 1:19 AM, Boris Zbarsky wrote: > Boris Zbarsky wrote: >> Robert O'Callahan wrote: >>> The real question is what would break if close() was asynchronous? >>> It's already kind of asynchronous when you close your own window... >> >> Right. I _think_ we could make it async and see what happens.... > > Though to be clear, it's not async when closing your own window; it > happens at completion of the script. Which means no event processing > unless you do sync XHR or some such. True, but that's good enough to drop the storage mutex. Rob