Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c322845a4a00ed5e91f9b00add48d9c1155852b0
https://github.com/WebKit/WebKit/commit/c322845a4a00ed5e91f9b00add48d9c1155852b0
Author: Devin Rousso <[email protected]>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M Source/WebCore/workers/WorkerConsoleClient.cpp
Log Message:
-----------
Web Inspector: support starting/stopping recordings from the console in a
Worker
https://bugs.webkit.org/show_bug.cgi?id=243362
rdar://98223237
Reviewed by BJ Burg.
It's been possible to capture `<canvas>` recordings in a `Worker` from the UI
for a while now (see `WorkerCanvasAgent`) so support it via `console.record()`
as well.
* Source/WebCore/workers/WorkerConsoleClient.cpp:
(WebCore::objectArgumentAt): Added.
(WebCore::WorkerConsoleClient::record):
(WebCore::WorkerConsoleClient::recordEnd):
Canonical link: https://commits.webkit.org/303230@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications