[webkit-reviews] review granted: [Bug 31066] [GTK] opening local files on win32 : [Attachment 42391] change setting of mime types on win os

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 09:44:03 PST 2009


Josip <josip at pisoj.com> has granted  review:
Bug 31066: [GTK] opening local files on win32
https://bugs.webkit.org/show_bug.cgi?id=31066

Attachment 42391: change setting of mime types on win os
https://bugs.webkit.org/attachment.cgi?id=42391&action=review

------- Additional Comments from Josip <josip at pisoj.com>
Hi!
Due to mime-share-info misconfiguration or missing dependencies on user side
local files ("file://") can not be opened. 
As g_file_info_get_content_type() returns just file extension (like ".html")
and win32 use those to determine mime type can we use
g_content_type_get_mime_type() on them like in attachment.


More information about the webkit-reviews mailing list