Wednesday, February 11th, 2009
One of the first things I did when I joined Collabora, NPAPI plugins support for QtWebKit, has been included in the Qt 4.5 release candidate. The release contains an update to the WebKit engine to the upstream version, so in addition to a lot of new features and improvements, most NPAPI plugins will work out […]
Adobe just released a beta of Flash Player 10. I’ve tested it with both Gtk and Qt ports of latest WebKit, r33487, compiled in release mode on Ubuntu 7.10 x86. On both versions, Flash 10 crashes when closing a window with SWF content or navigating away from it.
I hope Adobe developers will repeat these tests, […]
After doing those 3D demos, I was tasked with porting Rodney Dawes’ work on NPAPI plugins for WebKit/Gtk to QtWebKit. It wasn’t that easy as many plugins assume they’re being loaded by Mozilla, and some depend on Gtk or XPCOM being present. But after a few weeks of work and a lot of help, I […]
Tuesday, March 25th, 2008
A while ago I published a video showing WebKit rendering as an OpenSceneGraph texture. I’m now publishing the source code in case someone wants to take a look at it: osgGTK and osgWebKit demo.
There are two examples in the code. The first one shows how to implement a GTK+ viewer for OpenSceneGraph using the C++ […]
Thursday, March 20th, 2008
I have published my changes for clutter-webkit on the OpenedHand bugzilla.