Later than I had hoped I have got a working version of a wxWebView
backend using Chromium uploaded. Rather than adding a static patch to
a wiki page I forked the wxWidgets repository on GitHub as it will be
easier to keep up to date with changes both in wxWebView and the
Chromium Embedded Framework [1]. You can see the repository here [2]
and the wiki page detailing how to get it working on Windows using
Visual Studio here [3].
In summary the backend is almost completely functional, there are a
few things missing, most notably the history related functions. I plan
to to add a custom history implementation shortly however. Also the
custom scheme handling only works with absolute links, but I have a
work around for that planned too. For full details see the wiki page.
Build instructions for Linux and OSX and testing on those platforms is
also required. It is simply a case of getting the build set up as the
code (apart from the OnSize function) is completely generic.
Regards,
Steve
[1] http://code.google.com/p/chromiumembedded/
[2] https://github.com/steve-lamerton/wxWidgets-wxWebViewChromium
[3] https://github.com/steve-lamerton/wxWidgets-wxWebViewChromium/wiki
This is great! Thank you Steve.
Regards,
Bryan Petty