[webkit-changes] [WebKit/WebKit] bb0600: Add options to run-api-tests to enable GPU process...
Cameron McCormack
noreply at github.com
Tue Jan 10 13:05:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb0600277dfc92a32c5889b282bee303368e51d1
https://github.com/WebKit/WebKit/commit/bb0600277dfc92a32c5889b282bee303368e51d1
Author: Cameron McCormack <heycam at apple.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/UIProcess/WebPageProxy.h
M Tools/Scripts/run-api-tests
M Tools/Scripts/webkitpy/api_tests/runner.py
M Tools/TestWebKitAPI/mac/mainMac.mm
Log Message:
-----------
Add options to run-api-tests to enable GPU process DOM rendering and UI side compositing
https://bugs.webkit.org/show_bug.cgi?id=250358
rdar://104060036
Reviewed by Simon Fraser.
We'll use these new options for the GPU process DOM rendering enabled
test bot.
* Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm:
(WebKit::WebPageProxy::useGPUProcessForDOMRenderingEnabled const):
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::useGPUProcessForDOMRenderingEnabled const):
(WebKit::WebPageProxy::creationParameters):
(WebKit::WebPageProxy::shouldAvoidSynchronouslyWaitingToPreventDeadlock const):
* Source/WebKit/UIProcess/WebPageProxy.h:
* Tools/Scripts/run-api-tests:
* Tools/Scripts/webkitpy/api_tests/runner.py:
(Runner.command_for_port):
* Tools/TestWebKitAPI/mac/mainMac.mm:
(main):
Canonical link: https://commits.webkit.org/258740@main
More information about the webkit-changes
mailing list