[Webkit-unassigned] [Bug 32290] can't input korean into lower all input box except adress input box in webkit gtk launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 04:47:47 PST 2010


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





--- Comment #8 from Gustavo Noronha (kov) <gns at gnome.org>  2010-02-02 04:47:46 PST ---
(From update of attachment 47782)
 67     gchar* newPreedit = 0;

You may want to use GOwnPtr for these, I guess?

 60         void updatePendingComposition(const gchar*);
 61         void updatePendingPreedit(const gchar*);

Just make these take const char*, there's no good reason to use gchar* unless
it's API we're exposing (so keeping consistency with what's used on most APIs
is useful). I understand the gchar typedef is required for the GOwnPtr, though.

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