Bug 107999

Summary: [Mac] Defer loading the Web Inspector bundle until it's necessary.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web InspectorAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2013-01-25 21:05:30 PST
We currently instantiate an NSBundle below WebPage construction to look for the localized strings file.
This leaves the bundle metadata resident in memory, even if the Web Inspector is never used.
Comment 1 Radar WebKit Bug Importer 2013-01-25 21:05:41 PST
<rdar://problem/13091861>
Comment 2 Andreas Kling 2013-01-25 21:07:41 PST
Created attachment 184852 [details]
Proposed patch
Comment 3 Anders Carlsson 2013-01-25 21:19:59 PST
Comment on attachment 184852 [details]
Proposed patch

r=bogs
Comment 4 WebKit Review Bot 2013-01-25 21:43:36 PST
Comment on attachment 184852 [details]
Proposed patch

Clearing flags on attachment: 184852

Committed r140903: <http://trac.webkit.org/changeset/140903>
Comment 5 WebKit Review Bot 2013-01-25 21:43:40 PST
All reviewed patches have been landed.  Closing bug.