[Webkit-unassigned] [Bug 32163] Provide a choose-file signal to allow implementing a custom file chooser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 11:00:23 PST 2009


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





--- Comment #1 from Christian Dywan <christian at twotoasts.de>  2009-12-17 11:00:22 PST ---
Created an attachment (id=45093)
 --> (https://bugs.webkit.org/attachment.cgi?id=45093)
Implement WebKitFileChooser and choose-file

So I implemented a choose-file signal. It passes a WebKitFileChooser object
that has a select-multiple property and a uris GSList* property.

I'm not sure whether the object's name is ideal. I couldn't think of a better
name. I'm open to suggestions if someone has a different idea.

It seems WebCore can't handle URIs, or at least the internal interface only
expects local filenames. So the patch works but will fail if remote files are
selected. I'm not sure if the current code would support that.

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