Bug 217705

Summary: MediaRecorder .stop should not throw in Inactive state
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, clopez, darin, eric.carlson, esprehn+autocc, ews-watchlist, glenn, jer.noble, kondapallykalyan, philipj, sergio, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/26114
Attachments:
Description Flags
Patch none

youenn fablet
Reported 2020-10-14 05:57:20 PDT
MediaRecorder .stop should not throw in Inactive state
Attachments
Patch (8.56 KB, patch)
2020-10-14 06:00 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2020-10-14 05:57:59 PDT
youenn fablet
Comment 2 2020-10-14 06:00:11 PDT
youenn fablet
Comment 3 2020-10-14 06:01:01 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/26114
EWS Watchlist
Comment 4 2020-10-14 06:01:04 PDT
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
EWS
Comment 5 2020-10-14 11:56:09 PDT
Committed r268477: <https://trac.webkit.org/changeset/268477> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411316 [details].
Radar WebKit Bug Importer
Comment 6 2020-10-14 11:57:25 PDT
Darin Adler
Comment 7 2020-10-18 12:51:00 PDT
Comment on attachment 411316 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411316&action=review > Source/WebCore/Modules/mediarecorder/MediaRecorder.cpp:216 > - return { }; > + return; Should just delete this.
Note You need to log in before you can comment on or make changes to this bug.