[Webkit-unassigned] [Bug 44925] Move FileSystem related files from WebCore/storage to WebCore/fileapi.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 21:00:10 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44925
--- Comment #4 from Kinuko Yasuda <kinuko at chromium.org> 2010-08-30 21:00:10 PST ---
Thanks for reviewing.
(In reply to comment #3)
> (From update of attachment 66007 [details])
> > WebCore/CMakeLists.txt:1593
> > +if (ENABLE_FILE_SYSTEM)
> > + LIST(APPEND WebCore_SOURCES
> > + fileapi/DirectoryEntry.cpp
> > + fileapi/DirectoryReader.cpp
> > + fileapi/DOMFilePath.cpp
> > + fileapi/DOMFileSystem.cpp
> > + fileapi/Entry.cpp
> > + fileapi/EntryArray.cpp
> > + fileapi/FileEntry.cpp
> > + fileapi/FileSystemCallbacks.cpp
> > + fileapi/LocalFileSystem.cpp
> > + platform/AsyncFileSystem.cpp
> > + )
> > +ENDIF ()
> These weren't conditional before. Also, what about the existing files in fileapi? Should those be conditional too?
For now we don't need to build them if FILE_SYSTEM flag is not enabled, and there're no dependencies between existing files and files moved by this patch (yet).
> > WebCore/GNUmakefile.am:3052
> > + WebCore/fileapi/DirectoryEntry.cpp \
> > + WebCore/fileapi/DirectoryEntry.h \
> > + WebCore/fileapi/DirectoryReader.cpp \
> > + WebCore/fileapi/DirectoryReader.h \
> > + WebCore/fileapi/DOMFilePath.cpp \
> > + WebCore/fileapi/DOMFilePath.h \
> > + WebCore/fileapi/DOMFileSystem.cpp \
> > + WebCore/fileapi/DOMFileSystem.h \
> > + WebCore/fileapi/EntriesCallback.h \
> > + WebCore/fileapi/Entry.cpp \
> > + WebCore/fileapi/Entry.h \
> > + WebCore/fileapi/EntryArray.cpp \
> > + WebCore/fileapi/EntryArray.h \
> > + WebCore/fileapi/EntryCallback.h \
> > + WebCore/fileapi/ErrorCallback.h \
> > + WebCore/fileapi/FileEntry.cpp \
> > + WebCore/fileapi/FileEntry.h \
> > + WebCore/fileapi/FileSystemCallback.h \
> > + WebCore/fileapi/FileSystemCallbacks.cpp \
> > + WebCore/fileapi/FileSystemCallbacks.h \
> > + WebCore/fileapi/Flags.h \
> > + WebCore/fileapi/LocalFileSystem.cpp \
> > + WebCore/fileapi/LocalFileSystem.h \
> > + WebCore/fileapi/Metadata.h \
> > + WebCore/fileapi/MetadataCallback.h
> Should these be textually next to the other fileapi files?
Same here, they are apart from others because they're in 'if ENABLE_FILE_SYSTEM' conditional.
I'll move them next to the other fileapi files once we start to compile them by default.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list