[Webkit-unassigned] [Bug 43878] Linux build with FileSystem API enabled fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 14 23:17:23 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43878
red47514f7 at yandex.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64438| |review?
Flag| |
--- Comment #2 from red47514f7 at yandex.ru 2010-08-14 23:17:23 PST ---
Created an attachment (id=64438)
--> (https://bugs.webkit.org/attachment.cgi?id=64438)
A patch copying seekFie from FileSystemPOSIX to FileSystemGtk
With this addition, WebKit builds (and its test programs link OK; html5test.com show extra feature - FileReader) with --enable-file-writer on Linux.
As I understand comments in Glib, either it should work on Windows as is or it requires including <io.h> somewhere; I do not know if WebKit-GTK is supposed to work on Windows.
>From the license point of view, I copied a piece of code from BSD-licensed file inside WebKit tree to LGPL-licensed file inside WebKit tree. The only copyright holder in the original file is "Apple, Inc." - it is also copyright holder in the target file. The code copied is a straightforward wrapper. Is there need to change anything in copyright notices?
--
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