[Bug 21962] [Custom]: Running lifecycle callbacks should be integrated with microtask processing

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

--- Comment #1 from Dominic Cooney <dominicc@chromium.org> ---
Also note that microtask processing runs in a loop until they are all gone:

"3. If any MutationObserver object in scripting environment's list of
MutationObserver objects has a non-empty record queue at this point, run these
steps again (indeed, all of them)."

<http://dom.spec.whatwg.org/#mutation-observers>

Lifecycle events should do the same, I think.

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

Received on Wednesday, 8 May 2013 06:00:52 UTC