[webkit-changes] [WebKit/WebKit] e0dffb: Add test function to expose if in UI-side composit...

Nikos Mouchtaris noreply at github.com
Sun Mar 26 13:21:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e0dffb1d363adaafa15acaadff7272d3af1d62a4
      https://github.com/WebKit/WebKit/commit/e0dffb1d363adaafa15acaadff7272d3af1d62a4
  Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
  Date:   2023-03-26 (Sun, 26 Mar 2023)

  Changed paths:
    A LayoutTests/fast/scrolling/ios/ui-side-compositing-check-expected.txt
    A LayoutTests/fast/scrolling/ios/ui-side-compositing-check.html
    M Source/WebCore/page/ChromeClient.h
    M Source/WebCore/testing/Internals.cpp
    M Source/WebCore/testing/Internals.h
    M Source/WebCore/testing/Internals.idl
    M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h

  Log Message:
  -----------
  Add test function to expose if in UI-side compositing mode
https://bugs.webkit.org/show_bug.cgi?id=254288
rdar://107078044

Reviewed by Simon Fraser.

Add test function to expose if in UI-side compositing mode.

* LayoutTests/fast/scrolling/ios/ui-side-compositing-check-expected.txt: Added.
* LayoutTests/fast/scrolling/ios/ui-side-compositing-check.html: Added.
* Source/WebCore/page/ChromeClient.h:
(WebCore::ChromeClient::isUsingUISideCompositing const):
* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::isUsingUISideCompositing const):
* Source/WebCore/testing/Internals.h:
* Source/WebCore/testing/Internals.idl:
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::isUsingUISideCompositing const):
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h:

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




More information about the webkit-changes mailing list