[Webkit-unassigned] [Bug 47936] New: Renumber FileError/FileException error codes per latest File API spec changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 15:05:31 PDT 2010


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

           Summary: Renumber FileError/FileException error codes per
                    latest File API spec changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: jianli at chromium.org, ericu at chromium.org


Renumber FileError/FileException error codes per latest File API spec changes

http://dev.w3.org/2006/webapi/FileAPI/#dfn-FileException
http://dev.w3.org/2009/dap/file-system/file-writer.html#the-fileerror-interface
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#the-fileerror-interface

    const unsigned short NOT_FOUND_ERR = 1;
    const unsigned short SECURITY_ERR = 2;
    const unsigned short ABORT_ERR = 3;
    const unsigned short NOT_READABLE_ERR = 4;
    const unsigned short ENCODING_ERR = 5;
    const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
    const unsigned short INVALID_STATE_ERR = 7;
    const unsigned short SYNTAX_ERR = 8;
    const unsigned short INVALID_MODIFICATION_ERR = 9;
    const unsigned short QUOTA_EXCEEDED_ERR = 10;
    const unsigned short TYPE_MISMATCH_ERR = 11;
    const unsigned short PATH_EXISTS_ERR = 12;

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