Bug 131038 - Invalidate CFNetwork connection cache on memory pressure.
Summary: Invalidate CFNetwork connection cache on memory pressure.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 08:33 PDT by Andreas Kling
Modified: 2014-04-01 10:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2014-04-01 08:34 PDT, Andreas Kling
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>