[webkit-qt] Forcing Software mode with flash?

2011-11-10 Thread Ken Perkins
We are trying to render web content including Adobe Flash on a headless server (using webkit2png), flash content only renders if it is running with wmode=transparent which forces it to render in software and not hardware and the content we are rendering doesn't always have this flag set in the

[webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread simon . hausmann
Hi, I think we can eliminate this boolean altogether. Why don't we always have the interaction engine around (might be nice to get it working on desktop computers with an attached touch screen)? It should act only on touch events. One remaining point is the resizeToContents behaviour, which in

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Alexis Menard
On Thu, Nov 10, 2011 at 6:35 PM, simon.hausm...@nokia.com wrote: Hi, I think we can eliminate this boolean altogether. Why don't we always have the interaction engine around (might be nice to get it working on desktop computers with an attached touch screen)? It should act only on touch

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Keith Kyzivat
On 11/10/2011 04:35 PM, ext simon.hausm...@nokia.com wrote: One remaining point is the resizeToContents behaviour, which in turn will toggle whether to show scrollbars or indicators (missing atm). We clearly need a way to forcibly enable/disable resizeToContents, at least for WTR. But ideally

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Alexis Menard
On Thu, Nov 10, 2011 at 7:57 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: I think we should always use resizeToContents (except for the testing system) and then do what is needed to make it rock on the desktop as well: a) add wheel support b) fix the viewport meta

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Kenneth Rohde Christiansen
On Fri, Nov 11, 2011 at 12:04 AM, Alexis Menard alexis.men...@openbossa.org wrote: On Thu, Nov 10, 2011 at 7:57 PM, Kenneth Rohde Christiansen c) draw scrollbars/indicators using a separate layer https://bugs.webkit.org/show_bug.cgi?id=72064 waiting for review :D. Reviewed :-) though more

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Alexis Menard
On Thu, Nov 10, 2011 at 8:06 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: On Fri, Nov 11, 2011 at 12:04 AM, Alexis Menard alexis.men...@openbossa.org wrote: On Thu, Nov 10, 2011 at 7:57 PM, Kenneth Rohde Christiansen c) draw scrollbars/indicators using a separate layer

Re: [webkit-qt] on QQWVP::initializeDesktop and ::initializeTouch and d-useTraditionalDesktopBehaviour

2011-11-10 Thread Kenneth Rohde Christiansen
Reviewed :-) though more work is needed to make it work with resizeToContents True but it works very well for desktop :D. Yes, but resizesToContents is needed for a true non-blocking experience and that would also mean that the scrollbar values would need to be updated on the UI side. Such a