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+

Kinuko Yasuda
Reported 2010-07-23 15:52:48 PDT
Add FILE_SYSTEM build flag for FileSystem API.
Attachments
Patch (23.54 KB, patch)
2010-07-23 16:03 PDT, Kinuko Yasuda
ojan: review+
Kinuko Yasuda
Comment 1 2010-07-23 16:03:51 PDT
Ojan Vafai
Comment 2 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. :)
Kinuko Yasuda
Comment 3 2010-07-27 22:16:38 PDT
Note You need to log in before you can comment on or make changes to this bug.