[Webkit-unassigned] [Bug 73923] [Qt] QQuickWebView missing titleChanged signal tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 00:22:17 PST 2011


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118054|review?                     |review+
               Flag|                            |




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2011-12-07 00:22:17 PST ---
(From update of attachment 118054)
View in context: https://bugs.webkit.org/attachment.cgi?id=118054&action=review

> Source/WebKit2/UIProcess/API/qt/tests/qmltests/common/test3.html:8
> +    var t = setTimeout("changeTitle('New Title')",3000);

If you want you can write this without an extra function I think, just setTimeout("document.title = 'New Title', 3000)

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