[Development] QtWebKit: Turning off NPAPI plugin

2015-03-30 Thread Ilya Kowalewski
Hello! Recently I was wondering how to unload specific NPAPI-based plugin (e.g. flash player) via QtWebKit and haven't succeed so far. Do you guys have any ideas on is it possible or not? Ideally, I'd like to propogate a method to QWebView, which will unload() npapi module there, but I am not sur

[Development] How to QNAM from the WebCore jungles?

2015-02-26 Thread Ilya Kowalewski
Hiho, I am looking for a way to fetch some resources from WebCore sources (QtWebKit) with QNAM. I want it to be associated with user-agent of QWebView and referrer of QWebPage. Is there a way to handle this? Thanks! ___ Development mailing list Developm

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

2015-02-03 Thread Ilya Kowalewski
at 9:37:33 PM Ilya Kowalewski < illya.kovalevs...@gmail.com> wrote: > 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 we

[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?

Re: [Development] QSystemTrayIcon label (so-called title) on OS X

2015-01-25 Thread Ilya Kowalewski
PI is absolutely fine to me, but as far as I understood from what Thiago said, this won't get accepted, since it's a platform-wise feature, not available on other platforms. On Mon Jan 26 2015 at 1:46:39 AM Allan Sandfeld Jensen wrote: > On Monday 26 January 2015, Ilya Kowalewski wro

[Development] QSystemTrayIcon label (so-called title) on OS X

2015-01-25 Thread Ilya Kowalewski
Hiho there, I was wondering how to implement support for QSystemTrayIcon label feature we have here on OS X in Qt. For those of you who are not familiar with this feature it's an optional text label on the right to the tray icon ( http://i.imgur.com/c98Nn08.png — red rectangle). After a discussio