Bug 144783 - Don't register for Lookup notifications until needed
Summary: Don't register for Lookup notifications until needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Conrad Shultz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-05-07 20:10 PDT by Conrad Shultz
Modified: 2015-05-07 21:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.86 KB, patch)
2015-05-07 20:17 PDT, Conrad Shultz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Shultz 2015-05-07 20:10:06 PDT
WKView currently unconditionally registers for Lookup popover closure notifications when initialized, but it really doesn't need to unless lookup is invoked.
Comment 1 Conrad Shultz 2015-05-07 20:10:41 PDT
<rdar://problem/20635659>
Comment 2 Conrad Shultz 2015-05-07 20:17:06 PDT
Created attachment 252677 [details]
Patch
Comment 3 Tim Horton 2015-05-07 20:48:56 PDT
Comment on attachment 252677 [details]
Patch

Thank you!
Comment 4 Conrad Shultz 2015-05-07 21:25:05 PDT
Committed r183978: <http://trac.webkit.org/changeset/183978>