Changes between Version 4 and Version 5 of QtWebKitForQt5


Ignore:
Timestamp:
May 31, 2011, 5:39:53 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v4 v5  
    7878that integrates with AC. The video texture becomes the root layer and the controls live in their own layer on top.
    7979
     80=== JavaScript ===
     81
     82QtWebKit for Qt 5 uses V8 as the underlying JS engine. The implementation of QObject bindings needed for WebKit1 as well as potentially for WebKit2's
     83WebProcess should be implemented in either in the QtScript library (based on V8) or another library in Qt that provides equivalent functionality.