[webkit-reviews] review granted: [Bug 204397] MicrotaskQueue should be accessed via EventLoop : [Attachment 383948] Refactoring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 01:39:53 PST 2019


Antti Koivisto <koivisto at iki.fi> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 204397: MicrotaskQueue should be accessed via EventLoop
https://bugs.webkit.org/show_bug.cgi?id=204397

Attachment 383948: Refactoring

https://bugs.webkit.org/attachment.cgi?id=383948&action=review




--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 383948
  --> https://bugs.webkit.org/attachment.cgi?id=383948
Refactoring

View in context: https://bugs.webkit.org/attachment.cgi?id=383948&action=review

> Source/WebCore/dom/MutationObserver.cpp:163
> +// This state must be per event loop.
> +static bool mutationObserverCompoundMicrotaskQueuedFlag = false;

I suppose this is a FIXME.

> Source/WebCore/dom/WindowEventLoop.cpp:78
> +    // MicrotaskQueue must be one per event loop.

FIXME


More information about the webkit-reviews mailing list