2009-06-10 Xan Lopez <xlopez@igalia.com>
Reviewed by Jan Alonzo.
https://bugs.webkit.org/show_bug.cgi?id=25415
[GTK][ATK] Please implement support for get_text_at_offset
Add new dependency on the Gail utils library, needed for our a11y
implementation.
* GNUmakefile.am:
* configure.ac:
WebCore:
2009-06-10 Xan Lopez <xlopez@igalia.com>
Reviewed by Jan Alonzo.
https://bugs.webkit.org/show_bug.cgi?id=25415
[GTK][ATK] Please implement support for get_text_at_offset
Use GailUtilText instead of my crappy partial reimplementation of
it. This should add support for LINE boundaries too, although it's
mostly untested for now.
* accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
(getGailTextUtilForAtk):
(webkit_accessible_text_get_text_after_offset):
(webkit_accessible_text_get_text_at_offset):
WebKit/gtk:
2009-06-10 Xan Lopez <xlopez@igalia.com>
Reviewed by Jan Alonzo.
https://bugs.webkit.org/show_bug.cgi?id=25415
[GTK][ATK] Please implement support for get_text_at_offset
Update test for new implementation (it fixes two bugs and adds
actual implementations for LINE boundaries).
* tests/testatk.c:
(test_webkit_atk_get_text_at_offset):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@44557
268f45cc-cd09-0410-ab3c-
d52691b4dbfc