[Webkit-unassigned] [Bug 143115] New: NSFontPanel should be initialized lazily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 15:16:30 PDT 2015


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

            Bug ID: 143115
           Summary: NSFontPanel should be initialized lazily
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: enrica at apple.com

In http://trac.webkit.org/changeset/180768 we added an observer to track visibility of the NSFontPanel to ensure we could fetch the font information for the current selection when the panel first became visible.
It turns out that adding the observer requires the shared font panel object to be created. That is apparently a very expensive operation that is regressing the initialization time for the WKWebView.
We should do that lazily.

rdar://problem/20233711

-- 
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/20150326/89efbdd3/attachment-0002.html>


More information about the webkit-unassigned mailing list