Re: [webkit-qt] Reviving QtWebKit

2015-12-30 Thread Coda Highland
On Wed, Dec 30, 2015 at 4:00 AM, Konstantin Tokarev wrote: > Hello everyone, > > I'd like to upgrade QtWebKit to modern WebKit code base. > > One particular goal is to obtain modern browser engine capable of running in > low memory conditions on MIPS device, which would have

Re: [webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
30.12.2015, 20:01, "Coda Highland" : > I'm interested but contractually prohibited from contributing. :( I > wish you the best of luck. Thank you! Let's hope there will be something for you to test eventually :) -- Regards, Konstantin

[webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
Hello everyone, I'd like to upgrade QtWebKit to modern WebKit code base. One particular goal is to obtain modern browser engine capable of running in low memory conditions on MIPS device, which would have relatively small binary size. I'd like to support the next configurations: * OS: Linux

Re: [webkit-qt] Reviving QtWebKit

2015-12-30 Thread Konstantin Tokarev
30.12.2015, 15:00, "Konstantin Tokarev" : > In case anyone does not follow WebKit development, here are several > highlights of what has changed since last QtWebKit branch-off: > > * Partial ES6 support in JavaScriptCore > (https://webkit.org/blog/4054/es6-in-webkit/) > *