[Webkit-unassigned] [Bug 198367] New: REGRESSION(r244182): [GTK] Web view no longer updated after re-entering AC mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 03:21:18 PDT 2019


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

            Bug ID: 198367
           Summary: REGRESSION(r244182): [GTK] Web view no longer updated
                    after re-entering AC mode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, magomez at igalia.com,
                    svillar at igalia.com, zan at falconsigh.net

This happens because we leave accelerated compositing mode when a rendering update is scheduled in RenderingUpdateScheduler. The threaded compositor display refresh monitor is destroyed without completing the frame, so that the RenderingUpdateScheduler is left scheduled forever, ignoring any new schedule request. We need to ensure we complete the frame request before destrying the display refresh monitor to leave the RenderingUpdateScheduler in a consistent state.

-- 
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/20190530/d7ad7d5d/attachment-0001.html>


More information about the webkit-unassigned mailing list