[Webkit-unassigned] [Bug 180885] New: Plugin processes are repeatedly spun up to do nothing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 14:49:03 PST 2017


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

            Bug ID: 180885
           Summary: Plugin processes are repeatedly spun up to do nothing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The code in 'WebsiteDataStore::removeData' calls State::deleteData, even if there are no hostnames with data to be deleted.

This causes a PluginProcess to be spun up for each plugin type, which is told to delete data from no websites. The processes then shut down.

We shouldn't be doing this.

-- 
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/20171215/f258b714/attachment.html>


More information about the webkit-unassigned mailing list