RESOLVED FIXED Bug 37217
Add skeleton FileStream module for providing sync file operations for FileAPI
https://bugs.webkit.org/show_bug.cgi?id=37217
Summary Add skeleton FileStream module for providing sync file operations for FileAPI
Kinuko Yasuda
Reported 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.
Attachments
Patch (16.37 KB, patch)
2010-04-07 10:35 PDT, Kinuko Yasuda
no flags
Patch (17.79 KB, patch)
2010-04-07 11:26 PDT, Kinuko Yasuda
jianli: review+
jianli: commit-queue-
Kinuko Yasuda
Comment 1 2010-04-07 10:35:55 PDT
Jian Li
Comment 2 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.
Kinuko Yasuda
Comment 3 2010-04-07 11:26:11 PDT
Kinuko Yasuda
Comment 4 2010-04-07 11:37:37 PDT
Comment on attachment 52759 [details] Patch Thanks, updated the patch (so did I for 37218).
Jian Li
Comment 5 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
Jian Li
Comment 6 2010-04-07 13:50:30 PDT
Note You need to log in before you can comment on or make changes to this bug.