Bug 45048

Summary: Add more FileError and FileException code for FileWriter and FileSystem API
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ericu, eric, jianli, levin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch jianli: review+

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