Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53ddd66bedab245f47518a79369cf4c5baed59dc
https://github.com/WebKit/WebKit/commit/53ddd66bedab245f47518a79369cf4c5baed59dc
Author: Gavin Phillips <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteImageBuffer.cpp
Log Message:
-----------
Verify resolutionScale() in GPU Process Before Calling putPixelBuffer
https://bugs.webkit.org/show_bug.cgi?id=298092
rdar://problem/78164875
Reviewed by Said Abou-Hallawa.
Verify resoultionScale is equal to 1 before calling putPixelBuffer.
Currently, this is validated on the client (WebContent) side but
not in the GPUP.
* Source/WebKit/GPUProcess/graphics/RemoteImageBuffer.cpp:
(WebKit::RemoteImageBuffer::putPixelBuffer):
Originally-landed-as: 297297.395@safari-7622-branch (03d5765621f7).
rdar://164277044
Canonical link: https://commits.webkit.org/303265@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications