Changes between Version 5 and Version 6 of QtWebKitForQt5


Ignore:
Timestamp:
May 31, 2011 7:39:16 PM (13 years ago)
Author:
noam.rosenthal@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v5 v6  
    8282QtWebKit 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
    8383WebProcess should be implemented in either in the QtScript library (based on V8) or another library in Qt that provides equivalent functionality.
     84
     85=== Discussion ===
     86noamr: I think that this is a good direction. A big question yet to be answered is how much hybrid support we need going forward with WebKit2. If we enable QML with WebKit2, do we enable the javaScriptWindowObjects property? or do we go with something a bit different like allowing communication with the container via channel messaging?