[Webkit-unassigned] [Bug 45724] New: Add custom binding code for DirectoryEntry to allow JSON parameters for Flags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 18:18:12 PDT 2010


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

           Summary: Add custom binding code for DirectoryEntry to allow
                    JSON parameters for Flags
           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
                CC: fishd at chromium.org, abarth at webkit.org,
                    levin at chromium.org, dumi at chromium.org,
                    ericu at chromium.org


Add custom binding code for DirectoryEntry to allow JSON parameters for Flags.

DirectoryEntry.getFile() and getDirectory() need to be able to take Flags parameters in JSON format as in the example code:

http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#examples-1
4.2 Flags interface, 4.2.2 Examples:
> lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});

Until we add some generic code in the generator (bug 45237) we need a short-term solution to make it work.

-- 
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