[Webkit-unassigned] [Bug 199140] New: Platform font class gets needlessly initialized in the Networking process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 23 17:27:59 PDT 2019


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

            Bug ID: 199140
           Summary: Platform font class gets needlessly initialized in the
                    Networking process
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org

typeFromObject() in ArgumentCodersCocoa.mm calls [PlatformFont class] which invokes the class’s initializer. This is wasteful to do in the Networking process, which doesn’t use the class otherwise.

-- 
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/20190624/b4ae3bfc/attachment.html>


More information about the webkit-unassigned mailing list