[Webkit-unassigned] [Bug 30032] [Gtk] Creation of a WebkitWebView widget is very slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 21 09:51:35 PST 2009


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





--- Comment #4 from Krzysztof Kotlenga <pocek at users.sf.net>  2009-11-21 09:51:35 PST ---
Created an attachment (id=43653)
 --> (https://bugs.webkit.org/attachment.cgi?id=43653)
Make EnchantBroker a singleton

According to
http://sourceforge.net/tracker/?func=detail&aid=2642198&group_id=7896&atid=107896
EnchantBroker should be a singleton. This patch:
- solves the issue, obviously
- simplifies things (removal of SpellLanguage struct)
- renames some variables to better reflect what they are
- gives a more meaningful name to get_spell_languages method
(get_enchant_dicts)
- adds a missing g_free()
- removes "spell-checking-languages-list" from the _copy() thing, because it's
not even a property (?)
- applies to trunk too
- is written by an annoyed user, so please bear with me :)

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