Bug 131038

Summary: Invalidate CFNetwork connection cache on memory pressure.
Product: WebKit Reporter: Andreas Kling <kling>
Component: PlatformAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Andreas Kling 2014-04-01 08:33:30 PDT
Invalidate CFNetwork connection cache on memory pressure.
Comment 1 Andreas Kling 2014-04-01 08:34:48 PDT
Created attachment 228287 [details]
Patch
Comment 2 Geoffrey Garen 2014-04-01 09:39:09 PDT
Comment on attachment 228287 [details]
Patch

r=me

Does this help?
Comment 3 Andreas Kling 2014-04-01 10:23:38 PDT
(In reply to comment #2)
> (From update of attachment 228287 [details])
> r=me
> 
> Does this help?

Yeah, it deforests a jungle of connection objects that I discovered while trying to account for all the memory in the network process.
Comment 4 Andreas Kling 2014-04-01 10:45:31 PDT
Committed r166597: <http://trac.webkit.org/changeset/166597>