Simon
Qt
WebKit
Posted by Simon
 in Qt, WebKit
 on Friday, November 30, 2007 @ 08:28

It’s been a while since the last update and a few things happened that are worth reporting.

  • George and Adam visited us in Oslo for a week. We’ve spent a fair amount of time discussing all sorts of topics and we have moved our Git repository over to http://code.staikos.net. The new machine setup makes it possible to give contributors push access.
  • Adam did a lot of great cleanup work in the QtWebKit Wiki pages, including instructions on the use of Git with WebKit’s Subversion repository for example
  • We have started reworking the API on the class level. You can follow the work in the shared/api-changes branch. Right now we want to have a toplevel QWebView class that is a QWidget and provides all the convenience to cover most use-cases. Below that we place QWebPage which contains page related functionality like the actions and the history. The page then provides access to the QWebFrame objects, which deal with the per-frame scrollbars and allow rendering into a given QPainter.
  • Thiago integrated the new network access API into Qt and work has started in the shared/network-access branch to port QtWebKit over to use that API. This will completely replace the existing public networking API in QtWebKit when compiled against Qt 4.4. Of course we will keep the old QWebNetworkInterface API around when compiling against Qt 4.3.

One Response to “QtWebKit Development Update”

» Posted by Diederik van der Boor
 on Friday, November 30, 2007 @ 09:00

Cool stuff! And I really like it to see blogs about browser changes! (which happened too few with KHTML in the past).



© 2008 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners.