[Webkit-unassigned] [Bug 173172] New: Use Function rather than std::function for thread safety in WebsiteDataStore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 9 11:35:36 PDT 2017


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

            Bug ID: 173172
           Summary: Use Function rather than std::function for thread
                    safety in WebsiteDataStore
           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

Audit the WebsiteDataStore code for use of std::function, and switch to our safer WTF::Function version.

Also attempt to reduce copies and ref churn by using WTFMove in more places.

-- 
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/20170609/d4fb76d3/attachment-0001.html>


More information about the webkit-unassigned mailing list