[webkit-reviews] review granted: [Bug 202824] Invoke callback registered by requestIdleCallback : [Attachment 380715] Add the forgotten file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 11 22:54:39 PDT 2019


Antti Koivisto <koivisto at iki.fi> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 202824: Invoke callback registered by requestIdleCallback
https://bugs.webkit.org/show_bug.cgi?id=202824

Attachment 380715: Add the forgotten file

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




--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 380715
  --> https://bugs.webkit.org/attachment.cgi?id=380715
Add the forgotten file

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

> Source/WebCore/dom/IdleCallbackController.cpp:88
> +    auto deadline = now + 50_ms;

Where does that 50ms come from?


More information about the webkit-reviews mailing list