[Webkit-unassigned] [Bug 153294] New: MediaKeys.createSession doesn't do case-insensitive comparison of mime type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 16:58:52 PST 2016


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

            Bug ID: 153294
           Summary: MediaKeys.createSession doesn't do case-insensitive
                    comparison of mime type
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: darin at apple.com, jer.noble at apple.com

createSession should be ignoring cases just like all other functions that check MIME types.
This results in (new WebKitMediaKeys('com.apple.fps.2_0')).createSession('KeyRelease', new Uint8Array(1))
throwing an exception instead of creating a session object.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160121/0b3b71ff/attachment.html>


More information about the webkit-unassigned mailing list