[Webkit-unassigned] [Bug 246330] [GTK][WPE] Add API to check for web process responsiveness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 03:57:00 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246330

--- Comment #13 from Miguel Gomez <magomez at igalia.com> ---
I don't think enabling the timer just when the video plays is enough. There can be situations where there's no user interaction but no video is playing, and we should check for responsiveness in that case too. Also, I'm not sure whether pausing/resuming a video would trigger WebPageProxy::updatePlayingMediaDidChange.

Ideally we should intercept changes in the activity state flags, and disable the timer only when the page is not visible or not isInWindow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221017/cb262301/attachment.htm>


More information about the webkit-unassigned mailing list