Bug 144950

Summary: Network Cache: Make Data::adoptMap take the ownership of the file descriptor
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 144380    
Attachments:
Description Flags
Patch
koivisto: review+
with xcode project file changes
none
with xcode project file changes
none
again with xcode project file changes none

Description Carlos Garcia Campos 2015-05-13 02:01:30 PDT
It will be required to implement ShareableResource for soup network backend. Also move the common code of Data to a common file and add mapToFile.
Comment 1 Carlos Garcia Campos 2015-05-13 02:10:37 PDT
Created attachment 253028 [details]
Patch

This will fail to build in mac, since I need someone with a mac who add the new file to xcode file.
Comment 2 Antti Koivisto 2015-05-15 06:33:00 PDT
Created attachment 253196 [details]
with xcode project file changes
Comment 3 Antti Koivisto 2015-05-15 06:34:15 PDT
Created attachment 253197 [details]
with xcode project file changes
Comment 4 Antti Koivisto 2015-05-15 08:43:20 PDT
Created attachment 253198 [details]
again with xcode project file changes
Comment 5 Carlos Garcia Campos 2015-05-17 23:31:40 PDT
Committed r184449: <http://trac.webkit.org/changeset/184449>