Bug 42915

Summary: Add FILE_SYSTEM build flag for FileSystem API
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ericu, fishd, michaeln
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 42903    
Attachments:
Description Flags
Patch ojan: review+

Description Kinuko Yasuda 2010-07-23 15:52:48 PDT
Add FILE_SYSTEM build flag for FileSystem API.
Comment 1 Kinuko Yasuda 2010-07-23 16:03:51 PDT
Created attachment 62469 [details]
Patch
Comment 2 Ojan Vafai 2010-07-27 13:17:12 PDT
Comment on attachment 62469 [details]
Patch

Just a few nits about comments. Feel free to commit after fixing them.

FileSystem isn't a part of the HTML5 spec as best I can tell, so we should refer to it as HTML5 FileSystem support, right?

> +++ b/configure.ac
> @@ -536,6 +536,14 @@ AC_ARG_ENABLE(directory_upload,
>                [], [enable_directory_upload="no"])
>  AC_MSG_RESULT([$enable_directory_upload])
>  
> +# check whether to enable directory upload support

Comment copy-paste. :)
Comment 3 Kinuko Yasuda 2010-07-27 22:16:38 PDT
Committed r64189: <http://trac.webkit.org/changeset/64189>