Bug 204786

Summary: UserMediaCaptureManager should have independent capture factories
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, ews-watchlist, glenn, jer.noble, philipj, sergio, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2019-12-03 01:51:13 PST
UserMediaCaptureManager should have independent capture factories
Comment 1 youenn fablet 2019-12-03 01:54:13 PST
Created attachment 384698 [details]
Patch
Comment 2 Eric Carlson 2019-12-03 05:55:33 PST
Comment on attachment 384698 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=384698&action=review

> Source/WebKit/WebProcess/cocoa/UserMediaCaptureManager.cpp:101
> +        case CaptureDevice::DeviceType::Unknown:

Nit: this should ASSERT_NOT_REACHED as the constructor does.
Comment 3 youenn fablet 2019-12-03 06:14:29 PST
Created attachment 384710 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2019-12-03 11:08:04 PST
The commit-queue encountered the following flaky tests while processing attachment 384710 [details]:

imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/form-double-submit.html bug 204800 (author: cdumez@apple.com)
The commit-queue is continuing to process your patch.
Comment 5 WebKit Commit Bot 2019-12-03 11:08:47 PST
Comment on attachment 384710 [details]
Patch for landing

Clearing flags on attachment: 384710

Committed r253055: <https://trac.webkit.org/changeset/253055>
Comment 6 WebKit Commit Bot 2019-12-03 11:08:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-12-03 11:09:20 PST
<rdar://problem/57596043>