[webkit-changes] [WebKit/WebKit] 6dc38e: WebPageProxy::forceRepaint should repaint all site...

Alex Christensen noreply at github.com
Mon Aug 14 14:10:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6dc38ee2dea8ff4d79020d4f95b4c77ef61ef4df
      https://github.com/WebKit/WebKit/commit/6dc38ee2dea8ff4d79020d4f95b4c77ef61ef4df
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  WebPageProxy::forceRepaint should repaint all site isolated processes
https://bugs.webkit.org/show_bug.cgi?id=260168
rdar://113869278

Reviewed by Simon Fraser.

This matches a pattern in WebPageProxy::callAfterNextPresentationUpdate.
This function is called after running a layout test but before pixels are collected for pixel tests.

This is likely a step towards getting http/tests/site-isolation/basic-iframe.html working reliably.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::forceRepaint):

Canonical link: https://commits.webkit.org/266874@main




More information about the webkit-changes mailing list