Bug 42915 - Add FILE_SYSTEM build flag for FileSystem API
Summary: Add FILE_SYSTEM build flag for FileSystem API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 42903
  Show dependency treegraph
 
Reported: 2010-07-23 15:52 PDT by Kinuko Yasuda
Modified: 2010-07-27 22:16 PDT (History)
3 users (show)

See Also:


Attachments
Patch (23.54 KB, patch)
2010-07-23 16:03 PDT, Kinuko Yasuda
ojan: 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-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>