[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
Mon Oct 22 04:10:30 PDT 2012


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





--- Comment #2 from Alejandro Piñeiro <apinheiro at igalia.com>  2012-10-22 04:11:32 PST ---
(In reply to comment #0)
> WebKit-GTK ensures Accessibility support with ATK library.
> WebKit-EFL's implementation will be based on ATK as well. I think it does not make sense to
> duplicate the implementation. Core parts of the code could be shared among the ports and differences put inside
> specific platform macros. I propose to move the implementation from ./WebCore/accessibility/gtk to ./WebCore/accessibility/atk.

I agree that sharing the ATK support as much as possible makes total sense. That directory name makes sense to me.

Anyway, I think that the first step could check if there are some kind of any "pure gtk" code on current accessibility/gtk directory. If so, next step would be split that code, and check if we need to maintain a accessibility/gtk directory with that gtk-specific code, or move it to the general gtk code (as I'm thinking on gtk-widget initialization related code)

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