[Webkit-unassigned] [Bug 36896] New: Add FileThread for async file operation support in FileReader and FileWriter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 12:02:22 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36896

           Summary: Add FileThread for async file operation support in
                    FileReader and FileWriter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


To support async file operations in FileReader/FileWriter, let's add a file
thread that performs blocking read/write on a separate execution context.

FileReader: http://www.w3.org/TR/FileAPI/  (bug 32624)
FileWriter: http://dev.w3.org/2009/dap/file-system/file-writer.html (bug 36567)
FileWriter implementation design doc:
http://docs.google.com/View?docID=0AWoCez0NQ60KZG5jaGhkZ18xZ25rZ3RxY3A&revision=_latest&hgd=1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list