[Webkit-unassigned] [Bug 185839] New: Don't load AVFoundation in the web process just to check supported MIME types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 14:17:54 PDT 2018


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

            Bug ID: 185839
           Summary: Don't load AVFoundation in the web process just to
                    check supported MIME types
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eric.carlson at apple.com

Loading AVFoundation to call +[AVURLAssetClass audiovisualMIMETypes] triggers an allocation of more than 2MB. Move the call to the UI process and pass the list of types to each new web process so we can do it once per application instead of once per web process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180521/5d8d4e21/attachment.html>


More information about the webkit-unassigned mailing list