[Bug 22459] [Custom]: Consider explicitly emptying callback queue in more cases

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22459

--- Comment #7 from Dimitri Glazkov <dglazkov@chromium.org> ---
I spent a bit of time thinking about this and I agree that this is challenging.

My intuition is that we must keep exploring the perceived-as-synchronous
solution until we either find a sensible compromise or are certain there isn't
one.

The "perceived-as-synchronous" is defined thusly: as far as the author is
concerned, all operations look like they synchronously, measured by the
likelihood of their non-synchronousness being ever detected. The goal is to
approach (though not necessarily reach) zero.

I started documenting a few interesting cases we've thought up so far:
https://gist.github.com/dglazkov/5872110

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 26 June 2013 21:57:14 UTC