Bug 147062

Summary: Fix empty strings inside of UserMediaPermissionRequestProxyManager
Product: WebKit Reporter: Matthew Daiter <mdaiter>
Component: WebKit2Assignee: Anders Carlsson <andersca>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: bfulgham, eric.carlson, jonlee, mdaiter, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 147056, 147113, 147117, 147263    
Bug Blocks:    

Description Matthew Daiter 2015-07-17 17:13:46 PDT
Safari needs to pass strings back from a user decision of whether to open or not open a piece of video or audio capturing device on his or her computer.
Comment 1 Radar WebKit Bug Importer 2015-07-17 17:14:54 PDT
<rdar://problem/21884225>
Comment 2 Brent Fulgham 2015-07-20 11:11:53 PDT
(In reply to comment #0)
> Safari needs to pass strings back from a user decision of whether to open or
> not open a piece of video or audio capturing device on his or her computer.

It's not just Safari. It's any UIProcess client.
Comment 3 Eric Carlson 2016-03-18 14:42:10 PDT
This was fixed as a part of other patches.