[Webkit-unassigned] [Bug 158961] New: WKContextGetInfoForInstalledPlugIns() should be asynchronous under the hood

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 17:39:03 PDT 2016


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

            Bug ID: 158961
           Summary: WKContextGetInfoForInstalledPlugIns() should be
                    asynchronous under the hood
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: conrad_shultz at apple.com

WKContextGetInfoForInstalledPlugIns() currently is exposed as asynchronous SPI, but it synchronously calls PluginInfoStore::plugins() internally, which can trigger synchronous loading of plug-ins. A corresponding asynchronous function should be introduced on PluginInfoStore and adopted by WKContextGetInfoForInstalledPlugIns().

-- 
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/20160621/ea6bc6f8/attachment.html>


More information about the webkit-unassigned mailing list