[Webkit-unassigned] [Bug 117934] [EFL] Unable to load and render .mht file from local filesystem, Instead it gets download

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 03:28:23 PDT 2013


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


Santosh Mahto <santosh.ma at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |santosh.ma at samsung.com




--- Comment #8 from Santosh Mahto <santosh.ma at samsung.com>  2013-06-27 03:30:18 PST ---
After looking at https://bugs.webkit.org/show_bug.cgi?id=89978
it seems mimetype for .mht file is decided by deep platform code
WKGTK -> libsoup -> GIO -> GVFS -> GNOME-VFS -> shared-mime-info (from freedesktop.org)

and it looks previously "messgae/rfc822 " was correct mimeType for some platform.

but from  https://bugs.webkit.org/show_bug.cgi?id=116442 
it looks the actual issue in platform is fixed  this year.
by : http://cgit.freedesktop.org/xdg/shared-mime-info/commit/?id=5dc7a385dfde27baabbe7384e69605c48adbf1e4.

and so GTK port have removed "messgae/rfc822 " as mimetype  for mht file.



So I doubt mht file is not loading in my PC becasue my pc has old OS. Can anyone try in latest ??

Can we still add this patch for backward-compatibilty?? as platform fix is made recently, so i had a thought

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