[Webkit-unassigned] [Bug 99578] [EFL] Share WebKit-Gtk's Accessibility implementation with others WebKit ports.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 18:20:23 PDT 2012


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





--- Comment #10 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-10-31 18:21:42 PST ---
I think you have to change glib data type with common things in order to move from gtk to atk.

For example, 

g_value_init(gValue, G_TYPE_FLOAT);
GValue* gValue
gboolean
g_value_set_float
gchar
g_return_val_if_fail

and so on.

Those files you are moving are using above data types or glib macros. In my humble opinion, we can't move from gtk to atk without this glib dependency.

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