Last 2 weeks (7/8) in QtWebKit trunk

Posted by Simon Hausmann on February 26, 2010 · 5 comments

Looots of things happened while I was on vacation :) . Among other things a new backend for audio/video elements using the Qt Multimedia framework and initial work on WebGL support.

  • Antti implemented a QGraphicsWebView::resizesToContents property (34885).
  • Robert added Web Inspector support to the Qt DRT, adding another 27 more tests (33096).
  • Jedrzej fixed QScriptValue::toIntXXX methods (34847).
  • Noam implemented support for passing QWebElement objects though JavaScript (34901) and fixed a Canvas clipping bug in GraphicsContextQt (r32405).
  • Ariya implemented QWebFrame::scrollToAnchor (29856).
  • Yael fixed a bug with SVGs not being rendered when used as background-image from a data URI (33630).
  • Noam fixed support for perspective and 3D transforms with the Qt implementation of GraphicsLayer (34960).
  • Diego fixed Qt DRT issues (35131, 34955).
  • Andras added support for text zooming to Qt DRT’s EventSender (35159).
  • Nicholas implemented a new backend for Video and Audio elements based on the Qt Multimedia Framework (34631).
  • Afterwards Noam connected this new backend to the Qt GraphicsLayer implementation, to allow the QGraphicsVideoItem of the MediaControl to become part of the GraphicsLayer’s scene (35276).
  • Laszlo made the Qt DRT compile on Symbian (31589).
  • Jesus removed QGVLauncher from the tree. It’s all been merged now into WebKitTools/QtLauncher (35292).
  • Jarkko landed a first version of WebGL support for the Qt build (35153).
  • Jocelyn and Lars created a script that allows a build of the combined WebKit sources on Symbian, allowing us to work around bugs in the toolchain and finally create debug builds for arm with rvct (https://lists.webkit.org/pipermail/webkit-qt/2010-February/000149.html).
QShare(this)

Possibly related posts:

  1. Last two weeks (13, 14) in QtWebKit trunk
  2. This week (9) in QtWebKit trunk
  3. This week (11) in QtWebKit trunk

5 comments

1 Anonymous February 26, 2010 at 7:55 pm
 

Is anybody from the Qt team ever going to look at: https://bugs.webkit.org/show_bug.cgi?id=34164

2 zak89 February 26, 2010 at 8:10 pm
 

Any chance we’ll see this bug get some attention? https://bugs.webkit.org/show_bug.cgi?id=35125

This is a big blocker to Firefox/Firebug users for all qtWebkit browsers (rekon, Aora, etc).

3 Benjamin February 27, 2010 at 12:52 am
 

Andreas has also done some nice performance optimizations.
A simple yet powerful one: https://bugs.webkit.org/show_bug.cgi?id=35233 :)

4 NOX February 27, 2010 at 11:31 pm
 

And one more :)
Bug with QWebView::setPage()
https://bugs.webkit.org/show_bug.cgi?id=35106

5 lamoscawince March 2, 2010 at 12:44 pm
 

I’m using the version of qt4.6.2. Anybody here could say me how I can update my qt version with the last changes
changes?? thanks

Comments on this entry are closed.

Previous post:

Next post: