[Webkit-unassigned] [Bug 58456] Expose factory function for creating FileEntry and DirectoryEntry instances from Chromium side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:21:21 PDT 2011


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





--- Comment #7 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-04-13 14:21:20 PST ---
(From update of attachment 89435)
View in context: https://bugs.webkit.org/attachment.cgi?id=89435&action=review

> Source/WebKit/chromium/public/WebFrame.h:266
>      virtual v8::Handle<v8::Value> createFileSystem(int type,

Wow, this createFileSystem API is really unusual.  Why do we have a method
like this returning a V8 object?  What are the allowed values for the int
type?  Peeking at the implementation, there should have been an enum defined
here.

I'm confused about why we need either of these APIs.  Can't you do roughly the
same thing with executeScriptAndReturnValue in both of these cases?

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