[Webkit-unassigned] [Bug 281130] New: [WPE] Improve buffer handling in HeadlessViewBackendFdo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 02:55:06 PDT 2024


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

            Bug ID: 281130
           Summary: [WPE] Improve buffer handling in
                    HeadlessViewBackendFdo
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

It currently has a timer running every 16ms to check if there's any pending buffer to process. Instead of having the timer running even when there aren't pending buffers, we could start the timer only when a new buffer is pending and process it after 16ms since the previous one.

-- 
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/20241009/e3410f3f/attachment.htm>


More information about the webkit-unassigned mailing list