[Webkit-unassigned] [Bug 70717] [GTK] Remove g_thread_init() calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 06:30:53 PDT 2011


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





--- Comment #3 from Xan Lopez <xan.lopez at gmail.com>  2011-10-24 06:30:53 PST ---
(In reply to comment #1)
> Created an attachment (id=112174)
 --> (https://bugs.webkit.org/attachment.cgi?id=112174&action=review) [details]
> Patch

YFTR:

- The MiniBrowser is not calling gtk_init right now, so this patch would be wrong as it is. We need to call gtk_init there (as we should have since day 0 anyway, it's a gtk app).

- Calling g_thread_init very late in the game is only officially accepted since http://git.gnome.org/browse/glib/commit/?id=0df3ca8f9bbb624b219ecdb25d3fe8aa4a51d953. With this patch we'll rely an g_type_init doing it, as Carlos says.

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