[webkit-changes] [WebKit/WebKit] 9f54cb: [WPE][GTK][GPUP] Prevent unconditional GPUProcess ...
Philippe Normand
noreply at github.com
Wed Jan 22 09:03:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9f54cbf5cded38067bed590aed9c34e4b780fe5a
https://github.com/WebKit/WebKit/commit/9f54cbf5cded38067bed590aed9c34e4b780fe5a
Author: Philippe Normand <philn at igalia.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebKit/UIProcess/API/C/WKPage.cpp
Log Message:
-----------
[WPE][GTK][GPUP] Prevent unconditional GPUProcess creation from mediastream tests
https://bugs.webkit.org/show_bug.cgi?id=286359
Reviewed by Michael Catanzaro.
When calling `testRunner.setMockCaptureDevicesInterrupted()` and
`testRunner.triggerMockCaptureConfigurationChange()` a runtime check was missing, leading to the
creation of a GPUProcess even if the UseGPUProcessForMediaEnabled preference was disabled. The GTK
and WPE ports don't ship a complete GPUProcess implementation yet, so runtime checks are necessary.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebKit/UIProcess/API/C/WKPage.cpp:
(WKPageSetMockCaptureDevicesInterrupted):
(WKPageTriggerMockCaptureConfigurationChange):
Canonical link: https://commits.webkit.org/289239@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