[Webkit-unassigned] [Bug 109422] [Qt] Add Page Visibility API support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 05:50:53 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109422





--- Comment #21 from Simon Hausmann <hausmann at webkit.org>  2013-02-19 05:53:15 PST ---
(From update of attachment 189060)
View in context: https://bugs.webkit.org/attachment.cgi?id=189060&action=review

> Source/WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp:153
> +    view.show();
> +    QTest::qWait(5);

I think this is likely to fail with different windowing systems. I think it would be better to use functionality like qWaitForWindowExposed. Now I suppose we'd need a similar function in QTestLib for waitForWindowObscured or Hidden?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list