[webkit-changes] [WebKit/WebKit] 73b90f: REGRESSION(279833 at main): [ macOS iOS ] 4 TestWebKi...
Kimmo Kinnunen
noreply at github.com
Mon Jun 10 13:25:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 73b90f15221afd87fbd8e6cf1f0db6021e851acc
https://github.com/WebKit/WebKit/commit/73b90f15221afd87fbd8e6cf1f0db6021e851acc
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp
Log Message:
-----------
REGRESSION(279833 at main): [ macOS iOS ] 4 TestWebKitAPI.GPUProcess tests are constant failure
https://bugs.webkit.org/show_bug.cgi?id=275324
rdar://129515722
Reviewed by Cameron McCormack.
Add back early returns that avoid creating a connection to GPUP
for messages that do not need to be sent if the connection does not
exist.
Fixes tests:
TestWebKitAPI.GPUProcess.OnlyLaunchesGPUProcessWhenNecessarySVG
TestWebKitAPI.GPUProcess.OnlyLaunchesGPUProcessWhenNecessaryMediaFeatureDetection
TestWebKitAPI.GPUProcess.ExitsUnderMemoryPressureVideoCase
TestWebKitAPI.GPUProcess.OnlyLaunchesGPUProcessWhenNecessary
* Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp:
(WebKit::RemoteRenderingBackendProxy::releaseImageBuffer):
(WebKit::RemoteRenderingBackendProxy::releaseRemoteImageBufferSet):
(WebKit::RemoteRenderingBackendProxy::releaseAllDrawingResources):
(WebKit::RemoteRenderingBackendProxy::releaseRenderingResource):
(WebKit::RemoteRenderingBackendProxy::releaseAllImageResources):
(WebKit::RemoteRenderingBackendProxy::finalizeRenderingUpdate):
Canonical link: https://commits.webkit.org/279886@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list