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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 15:29:05 PDT 2010


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





--- Comment #9 from Kinuko Yasuda <kinuko at chromium.org>  2010-09-15 15:29:05 PST ---
(In reply to comment #4)
> (From update of attachment 67651 [details])
> 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.

Right right... thanks for pointing it out.  Fixed (for all non-callback interfaces).

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