Changes between Version 5 and Version 6 of QtWebKitForQt5
- Timestamp:
- May 31, 2011, 7:39:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitForQt5
v5 v6 82 82 QtWebKit 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 83 83 WebProcess should be implemented in either in the QtScript library (based on V8) or another library in Qt that provides equivalent functionality. 84 85 === Discussion === 86 noamr: 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?