[Webkit-unassigned] [Bug 198367] 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:44:56 PDT 2019


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

Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #370932|review?                     |review+
              Flags|                            |

--- Comment #2 from Sergio Villar Senin <svillar at igalia.com> ---
Comment on attachment 370932
  --> https://bugs.webkit.org/attachment.cgi?id=370932
Patch

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

Nice catch!

> Source/WebKit/ChangeLog:9
> +        RenderingUpdateScheduler. The threaded compositor display refresh monitor is destroyed without completing the

Mind replacing "threaded compositor display refresh monitor" by ThreadedDisplayRefreshMonitor ? The former is a bit difficult to read.

> Source/WebKit/ChangeLog:11
> +        need to ensure we complete the frame request before destrying the display refresh monitor to leave the

Nit: destrying -> destroying

> Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp:94
> +        DisplayRefreshMonitor::handleDisplayRefreshedNotificationOnMainThread(this);

Looks like DisplayReferehMonitor already protects client notifications so it should be safe to call this even when the object is about to be destroyed. Could you confirm that?

-- 
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/7a4b853b/attachment.html>


More information about the webkit-unassigned mailing list