[Webkit-unassigned] [Bug 31066] New: [GTK] opening local files on win32

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


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

           Summary: [GTK] opening local files on win32
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: josip at pisoj.com



Josip <josip at pisoj.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42391|                            |review+
               Flag|                            |


Created an attachment (id=42391)
 --> (https://bugs.webkit.org/attachment.cgi?id=42391)
change setting of mime types on win os

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.

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