Bug 37217

Summary: Add skeleton FileStream module for providing sync file operations for FileAPI
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dimich, ericu, fishd, jeffschiller, jianli
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 32624, 36567, 37218    
Attachments:
Description Flags
Patch
none
Patch jianli: review+, jianli: commit-queue-

Description Kinuko Yasuda 2010-04-07 10:26:17 PDT
We need a platform-independent module that supports synchronous file operations for FileAPI.  The operations provided by FileStream are supposed to run on worker or file threads.
Comment 1 Kinuko Yasuda 2010-04-07 10:35:55 PDT
Created attachment 52750 [details]
Patch
Comment 2 Jian Li 2010-04-07 10:53:33 PDT
Comment on attachment 52750 [details]
Patch

You need to add new files to other projects, like the following:
  WebCore.vcproj/WebCore.vcproj
  WebCore.gypi
  WebCore.pro
  GNUmakefile.am

Also you do not need to list all the new methods for the new files in ChangeLog.
Comment 3 Kinuko Yasuda 2010-04-07 11:26:11 PDT
Created attachment 52759 [details]
Patch
Comment 4 Kinuko Yasuda 2010-04-07 11:37:37 PDT
Comment on attachment 52759 [details]
Patch

Thanks, updated the patch (so did I for 37218).
Comment 5 Jian Li 2010-04-07 13:20:45 PDT
Comment on attachment 52759 [details]
Patch

Looks good. Need to land it manually due to potential xcodeproj conflict when applying the patch.

r=me
Comment 6 Jian Li 2010-04-07 13:50:30 PDT
Landed for kinuko at http://trac.webkit.org/changeset/57229.