[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 04:22:08 PDT 2022


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

--- Comment #14 from Miguel Gomez <magomez at igalia.com> ---
(In reply to Miguel Gomez from comment #13)
> 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.

On a second thought, there's the possibility that the browser is playing video while the window is not visible, so that's a case we should handle as well.

-- 
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/432d9e8e/attachment-0001.htm>


More information about the webkit-unassigned mailing list