[Webkit-unassigned] [Bug 110614] [GTK][WK2] Add document-loaded signal to WebKitWebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 02:24:59 PST 2013


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #190888|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #21 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-06 02:27:23 PST ---
(From update of attachment 190888)
View in context: https://bugs.webkit.org/attachment.cgi?id=190888&action=review

Found a problem in the unit tests

> Source/WebKit2/UIProcess/API/gtk/tests/TestWebExtensions.cpp:70
> +    g_main_loop_run(test->m_mainLoop);

You should unsubscribe the signal here, or it will affect other tests finishing the main loop when document loaded is emitted. See g_dbus_connection_signal_unsubscribe().

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