Bug 45048 - Add more FileError and FileException code for FileWriter and FileSystem API
Summary: Add more FileError and FileException code for FileWriter and FileSystem API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 12:26 PDT by Kinuko Yasuda
Modified: 2010-09-02 02:23 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2010-09-01 12:36 PDT, Kinuko Yasuda
no flags Details | Formatted Diff | Diff
Patch (2.67 KB, patch)
2010-09-01 12:52 PDT, Kinuko Yasuda
jianli: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2010-09-01 12:26:33 PDT
Add more FileError and FileException code for FileWriter and FileSystem API

http://dev.w3.org/2009/dap/file-system/file-writer.html
SYNTAX_ERR

http://dev.w3.org/2009/dap/file-system/file-dir-sys.html
INVALID_STATE_ERR
INVALID_MODIFICATION_ERR
QUOTA_EXCEEDED_ERR

For both
NO_MODIFICATION_ALLOWED_ERR
Comment 1 Kinuko Yasuda 2010-09-01 12:36:27 PDT
Created attachment 66244 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-09-01 12:49:46 PDT
Attachment 66244 [details] did not build on mac:
Build output: http://queues.webkit.org/results/3912027
Comment 3 Kinuko Yasuda 2010-09-01 12:52:59 PDT
Created attachment 66249 [details]
Patch
Comment 4 Kinuko Yasuda 2010-09-01 18:21:00 PDT
Committed r66629: <http://trac.webkit.org/changeset/66629>
Comment 5 WebKit Review Bot 2010-09-02 02:23:32 PDT
http://trac.webkit.org/changeset/66629 might have broken Leopard Intel Debug (Tests)
The following changes are on the blame list:
http://trac.webkit.org/changeset/66629
http://trac.webkit.org/changeset/66630
http://trac.webkit.org/changeset/66631