[Webkit-unassigned] [Bug 132901] New: [getUserMedia] getUserMedia() errorCallback MUST be validated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 14 03:56:16 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132901

           Summary: [getUserMedia] getUserMedia() errorCallback MUST be
                    validated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kiran.guduru at samsung.com
                CC: demarchi at webkit.org


Validation for getUserMedia() errorCallback is missing.
According to spec, successCallBack and errorCallBack are non-nullable and mandatory [1].
But code is validating successCallBack but missing to validate errorCallBack.

[1] http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-NavigatorUserMedia-getUserMedia-void-MediaStreamConstraints-constraints-NavigatorUserMediaSuccessCallback-successCallback-NavigatorUserMediaErrorCallback-errorCallback

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list