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

Andreas Kling
Reported 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.
Attachments
Proposed patch (3.87 KB, patch)
2013-01-25 21:07 PST, Andreas Kling
no flags
Radar WebKit Bug Importer
Comment 1 2013-01-25 21:05:41 PST
Andreas Kling
Comment 2 2013-01-25 21:07:41 PST
Created attachment 184852 [details] Proposed patch
Anders Carlsson
Comment 3 2013-01-25 21:19:59 PST
Comment on attachment 184852 [details] Proposed patch r=bogs
WebKit Review Bot
Comment 4 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>
WebKit Review Bot
Comment 5 2013-01-25 21:43:40 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.