Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 919642bf433d001fac3d84632615cedb6243be85
https://github.com/WebKit/WebKit/commit/919642bf433d001fac3d84632615cedb6243be85
Author: Fady Farag <[email protected]>
Date: 2026-08-08 (Sat, 08 Aug 2026)
Changed paths:
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
A
Tools/TestWebKitAPI/Tests/WebCore/cocoa/MediaRecorderPrivateWriterTests.cpp
Log Message:
-----------
Introduce an API test for MediaRecorder dropping a frame whenever the writer
input reports not ready
https://bugs.webkit.org/show_bug.cgi?id=321373
rdar://184425255
Reviewed by Darin Adler.
This is a follow-up to 318778@main. This asserts that a frame whose writeFrame()
returned NotReady is written by a subsequent writeFrames() retry call.
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WebCore/cocoa/MediaRecorderPrivateWriterTests.cpp:
Added.
(TestWebKitAPI::makeSampleBlock):
(TestWebKitAPI::TEST(MediaRecorderPrivateWriter, WritesAllFramesInOrder)):
(TestWebKitAPI::TEST(MediaRecorderPrivateWriter,
NoFrameIsLostWhenWriterIsNotReady)):
Canonical link: https://commits.webkit.org/318850@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications