Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 689ebe5973bafc70d4f7bb1dd2c61b36739f4c3d
https://github.com/WebKit/WebKit/commit/689ebe5973bafc70d4f7bb1dd2c61b36739f4c3d
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M
LayoutTests/http/tests/webgpu/webgpu/api/operation/uncapturederror-expected.txt
M Source/WebCore/Modules/WebGPU/GPUDevice.cpp
M Source/WebCore/Modules/WebGPU/GPUDevice.h
M Source/WebCore/Modules/WebGPU/GPUDevice.idl
M Source/WebCore/Modules/WebGPU/GPUDeviceUncapturedError.idl
Log Message:
-----------
[WebGPU] device.onuncapturederror = ... does not work
https://bugs.webkit.org/show_bug.cgi?id=291775
radar://149577124
Reviewed by Tadeu Zagallo.
As noted in https://github.com/gpuweb/cts/issues/4361 we did
not correctly handle device.onuncapturederror = syntax which
works in Chrome and FireFox.
uncapturederror.html is now all passing
*
LayoutTests/http/tests/webgpu/webgpu/api/operation/uncapturederror-expected.txt:
* Source/WebCore/Modules/WebGPU/GPUDevice.cpp:
(WebCore::GPUDevice::addEventListener):
(WebCore::GPUDevice::listenForUncapturedErrors):
* Source/WebCore/Modules/WebGPU/GPUDevice.h:
* Source/WebCore/Modules/WebGPU/GPUDevice.idl:
* Source/WebCore/Modules/WebGPU/GPUDeviceUncapturedError.idl:
Canonical link: https://commits.webkit.org/312043@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications