[Webkit-unassigned] [Bug 60174] Fix getUserMedia callback bindings for JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 05:51:34 PDT 2011


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


Adam Bergkvist <adam.bergkvist at ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92619|0                           |1
        is obsolete|                            |
  Attachment #92619|review?                     |
               Flag|                            |
  Attachment #93112|                            |review?
               Flag|                            |




--- Comment #10 from Adam Bergkvist <adam.bergkvist at ericsson.com>  2011-05-11 05:51:34 PST ---
Created an attachment (id=93112)
 --> (https://bugs.webkit.org/attachment.cgi?id=93112&action=review)
Updated patch

I agree. I made the mistake of trying to get an existing test to pass instead of checking the specification for the correct behavior. According to the specification there should never be any type mismatch errors and getUserMedia should fail silently if successCallback is null. If options end up being "undefined" a NOT_SUPPORTED_ERR exception will be thrown at a later stage. I have created a separate bug to fix this (see http://webkit.org/b/60622).

-- 
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