Re: Differences between WebView and Webkit

2015-06-25 Thread Anton V. Tarasov
Hi Steve, You're correct, WebView doesn't include all the features that WebKit provides. This is configured at a compile time with a set of preprocessor definitions. The reason is that a feature may not work from scratch for WebView and may require additional code changes in WebView port. So,

Re: Differences between WebView and Webkit

2015-06-24 Thread Steve Hannah
To sort of answer my own question, I found out that the JavaFX webview is missing quite a few APIs that are present in Webkit. This is the result of the HTML test I ran: https://html5test.com/s/71bdbe284015d02b.html This gives me a starting point so I can create polyfills if I want to move forwar