Bug 131513

Summary: [iOS WebKit2]: Share NSURLCache directory for webkit processes
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: New BugsAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: psolanki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ap: review+

Description Pratik Solanki 2014-04-10 16:23:53 PDT
[iOS WebKit2]: Share NSURLCache directory for webkit processes
Comment 1 Pratik Solanki 2014-04-10 16:24:25 PDT
<rdar://problem/16420859>
Comment 2 Pratik Solanki 2014-04-10 16:26:11 PDT
Created attachment 229087 [details]
Patch
Comment 3 Pratik Solanki 2014-04-10 16:33:28 PDT
Created attachment 229088 [details]
Patch
Comment 4 Alexey Proskuryakov 2014-04-10 17:23:42 PDT
Comment on attachment 229088 [details]
Patch

I'd have put both branches in NetworkProcessCocoa.mm, matching WebProcessCocoa.mm - it's unfortunate that the code is structured differently between the two.

r=me either way.
Comment 5 Pratik Solanki 2014-04-11 10:44:25 PDT
(In reply to comment #4)
> (From update of attachment 229088 [details])
> I'd have put both branches in NetworkProcessCocoa.mm, matching WebProcessCocoa.mm

Okay.

> - it's unfortunate that the code is structured differently between the two.

Yeah.

> r=me either way.

Thanks!
Comment 6 Pratik Solanki 2014-04-11 13:34:44 PDT
Committed r167143: <http://trac.webkit.org/changeset/167143>