Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27fdf13d22fd344568ddd8a2a99cc6a552c29457
https://github.com/WebKit/WebKit/commit/27fdf13d22fd344568ddd8a2a99cc6a552c29457
Author: Devin Rousso <[email protected]>
Date: 2026-08-04 (Tue, 04 Aug 2026)
Changed paths:
M LayoutTests/inspector/canvas/recording-webgpu-expected.txt
M LayoutTests/inspector/canvas/recording-webgpu.html
M Source/WebInspectorUI/UserInterface/Models/Recording.js
M Source/WebInspectorUI/UserInterface/Views/RecordingActionTreeElement.js
Log Message:
-----------
REGRESSION(318407@main): Web Inspector: Canvas: swizzle recorded WebGPU
object arguments
https://bugs.webkit.org/show_bug.cgi?id=320951
Reviewed by Mike Wyrzykowski.
* Source/WebInspectorUI/UserInterface/Models/Recording.js:
(WI.Recording.displayNameForSwizzleType):
(WI.Recording.prototype.swizzle):
(WI.Recording.Swizzle):
Pass WebGPU object identifiers through without looking them up in the recording
data table.
Drive-by: add the missing `DOMPointInit` entry to keep the frontend enum
synchronized with `RecordingSwizzleType`.
* Source/WebInspectorUI/UserInterface/Views/RecordingActionTreeElement.js:
(WI.RecordingActionTreeElement._generateDOM):
Display WebGPU object arguments using the same object names as action receivers.
Drive-by: append `()` when a function has no parameters instead of displaying
it like an attribute.
* LayoutTests/inspector/canvas/recording-webgpu.html:
* LayoutTests/inspector/canvas/recording-webgpu-expected.txt:
Canonical link: https://commits.webkit.org/318545@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications