Re: [Development] Reimplementation of HTML5 support (QtWebKit)

2015-02-03 Thread Ilya Kowalewski
I had been working on some support for a while when I realized that javascript events are not being sent properly. Can anyone please gimme a tip, what's the class that takes care of dispatching events for javascript object and where could the problem possibly be? Thanks! On Fri Jan 30 2015 at 9:

Re: [Development] Reimplementation of HTML5 support (QtWebKit)

2015-01-31 Thread Konstantin Tokarev
30.01.2015, 22:37, "Ilya Kowalewski" : > Hey there! > > My main purpose here is to reimplement some behaviour of QtWebKit on HTML5 > Video support. Am I right that there is an abstract layer between actual > context rendering / processing and webkit abstraction for HTML5 Video > standart? > >

[Development] Reimplementation of HTML5 support (QtWebKit)

2015-01-30 Thread Ilya Kowalewski
Hey there! My main purpose here is to reimplement some behaviour of QtWebKit on HTML5 Video support. Am I right that there is an abstract layer between actual context rendering / processing and webkit abstraction for HTML5 Video standart? So what's the best place to start with there?