I don’t mean “on the road” too literal, but I think we’re on track for a good release, as the following summary of recent changes shows:
- Kenneth and Antonio fixed the inconsistent behaviour of
setHtml()to sometimes change the history and sometimes not. Simply put,setHtml()should not have any side-effects to the back-forward history. - Joe, Kristian and Janne fixed support for input methods on S60, so for example logging into facebook from Anomaly on a 5800 Xpressmusic works.
- Alexis renamed
QWebGraphicsItemtoQGraphicsWebView, and Raider is now called Twix
- J-P Nurmi fixed support for plugins returned by
QWebPluginFactorywhen used withQGraphicsWebViewin a canvas:QGraphicsWidgetto the rescue. - Girish joined the jungle of WebKit hacking and landed initial support for windowless plugins on X11!
- Jocelyn found out why nspluginwrapper wasn’t working properly on Linux and fixed it.
- After a long period of review (sorry buddy) we finally landed Jakubs split of the XSLT processor in WebCore to support libxslt as well as QXmlPatterns.
- Carol fixed various bugs in GraphicsContextQt for better CSS shadow support.
- Holger landed his rewrite of
ImageDecoderQtthat significantly improves the memory footprint. You can find some background for his work at http://trac.webkit.org/wiki/QtWebKitPerformanceWork
Not all of the above changes are in Qt’s 4.6 branch yet, as we’re trying to reduce the number of changes for the upcoming beta. But rest assured they’ll be in the final release. In the meantime you can always check out from WebKit’s trunk
I for one am now looking forward to meet many of you readers at the upcoming Developer Days in Munich and San Francisco.
No related posts.
10 comments
Are there any plans to use the system style for QtWebKit widgets? Currently all of the widgets in QtWebKit don’t follow the rest of my system and it bugs me. Why are these drawn separately? The following images are all taken with the same theme set. The other UI widgets in the WebKit browsers do get changed to look like everything else.
Konqueror:
http://benboeckel.net/khtml-konqueror.png
Arora:
http://benboeckel.net/webkit-arora.png
Rekonq:
http://benboeckel.net/webkit-rekonq.png
–Ben
Great news!
Have all unaligned memory access on sparc hardware been fixed? The 4.5.3 version wasn’t really working at all…
“and Raider is now called Twix
”
That joke made my day.
ROFL about the Raider/Twix joke… for us older at least… kudos for the rest! Awesome work!
A blog comment is not a replacement for a bug report. Please see http://webkit.org/quality/reporting.html for how to report WebKit bugs.
Is there any effort to unify QWebElement and QDom*? Currently QWebElement is more awesome I’d like to have these features in QtXml, because my document processing services don’t need a GUI or other browser tech, but I do need the enhanced QWebElement stuff.
Adobe Flash does not work in webkit Qt 4.6 under Windows.
id like to know if QWebElement will be part of 4.6?
@Simon Wentley Flash works just fine for me under Windows 7 , Qt.4.6b1.
I was wondering if there are any examples on how to use windowless plugins anywhere?
And of course, AWESOME WORK you all!
Would it be a mighty undertaking to enable WebKit to display QWidgets inside the DOM? Perhaps in a tag? It would be pretty cool to mash up an html app with the ability to embed and control widgets using just JavaScript.
Comments on this entry are closed.