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.
Wednesday, March 19th, 2008
I’ve been looking at the experimental OpenVG backend for Cairo using ShivaVG. One thing I wanted to try was using Cairo to directly generate OpenGL textures without having to use any copying, but this has proven more difficult than I first thought:
ShivaVG does not yet support EGL, the platform independent library that the Khronos group […]