https://bugs.winehq.org/show_bug.cgi?id=30988
--- Comment #10 from Hin-Tak Leung htl10@users.sourceforge.net --- Created attachment 54643 --> https://bugs.winehq.org/attachment.cgi?id=54643 Screen shot of win32 mono running System.Windows.Forms.WebBrowser using a webkit backend, instead of libgluezilla
Screen shot of win32 mono running System.Windows.Forms.WebBrowser using a webkit backend, instead of libgluezilla. Success! This is mono-webbrowser's own test case, running under win32 mono.
I have some success with win32 mono using webkit for System.Windows.Forms.WebBrowser . This was an unfinished alternative to libgluezilla , which the mono folk didn't quite finish apparently, but I just did, so I am issuing a pull:
https://github.com/mono/mono-webbrowser/pull/1
Under wine, I needed to grab about 40 dll's from my mingw32 stashes of dlls which win32 webkit depends on to get this to work... but at least it is working, mostly.