[Webkit-unassigned] [Bug 45808] Add Worker support for FileSystem API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 12:48:13 PDT 2010


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





--- Comment #4 from Eric U. <ericu at chromium.org>  2010-09-15 12:48:12 PST ---
(From update of attachment 67651)
View in context: https://bugs.webkit.org/attachment.cgi?id=67651&action=prettypatch

> WebCore/ChangeLog:8
> +        Exposed requestFileSystem and Flags constructor on worker contexts.
As soon as you expose DOMFileSystem types to workers, you need to add the NoStaticTables modifier in the IDL files for any type thus exposed.  About half of the files in fileapi/ have it already [from FileReader/Blob stuff], but they all should.  See https://trac.webkit.org/wiki/IdlAttributes for more info.

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