[Webkit-unassigned] [Bug 172653] New: Some WebKit clients are initializing ResourceLoadStatistics multiple times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 26 11:54:27 PDT 2017


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

            Bug ID: 172653
           Summary: Some WebKit clients are initializing
                    ResourceLoadStatistics multiple times
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The architecture of some WebKit clients cause them to create multiple process pools, causing new HashTables and message queues to be created. This also results in the potential loss of some load statistics since the old data is thrown out.

The interface to the ResourceLoadObserver should be refined to avoid 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/20170526/d7708f2f/attachment.html>


More information about the webkit-unassigned mailing list