Bug 94413

Summary: AsyncFileSystemCallbacks.h is missing in webkit tarball
Product: WebKit Reporter: Jeremy Huddleston Sequoia <jeremyhu>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Jeremy Huddleston Sequoia 2012-08-18 00:29:12 PDT
AsyncFileSystemCallbacks.h is not included in the 1.8.2 tarball.  compilation fails at:

Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:26:38: error: AsyncFileSystemCallbacks.h: No such file or directory

---


~/src/macports/dports/www/webkit-gtk/work/webkit-1.8.2 $ find . -name AsyncFileSystemCallbacks.h

~/src/macports/dports/www/webkit-gtk/work/webkit-1.8.2 $ grep -R AsyncFileSystemCallbacks.h .
./Source/WebCore/fileapi/FileSystemCallbacks.h:#include "AsyncFileSystemCallbacks.h"
./Source/WebCore/platform/AsyncFileSystem.cpp:#include "AsyncFileSystemCallbacks.h"
./Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:#include "AsyncFileSystemCallbacks.h"
Comment 1 Jeremy Huddleston Sequoia 2012-10-28 13:41:33 PDT
This is still the case in 1.10.1

We must build with --disable-file-system
Comment 2 Martin Robinson 2013-02-21 09:52:03 PST
This was fixed in http://trac.webkit.org/changeset/143618

Please don't ship with the filesystem API turned on. It's not complete. :)