[Webkit-unassigned] [Bug 45440] [FileSystem] Add File and FileWriter accessor methods in FileEntry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 13:56:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45440


Jian Li <jianli at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #66999|review?                     |review-
               Flag|                            |




--- Comment #3 from Jian Li <jianli at chromium.org>  2010-09-09 13:56:26 PST ---
(From update of attachment 66999)
View in context: https://bugs.webkit.org/attachment.cgi?id=66999&action=prettypatch

> WebCore/WebCore.vcproj/WebCore.vcproj:4826
> +				<FileConfiguration
The FileConfiguration parts should not be included because they're used to exclude the file. I think we still want the file to be included in the build target, though the feature is not enabled for Windows.

> WebCore/fileapi/FileWriterCallback.idl:33
> +        Conditional=FILE_SYSTEM&FILE_WRITER,
This condition "FILE_SYSTEM&FILE_WRITER" seems not to be consistent with "ENABLE(FILE_SYSTEM)" used in FileWriterCallback.h.

-- 
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