[webkit-reviews] review granted: [Bug 114871] [GTK] Reimplement atk_text_get_text_*_offset for WORD boundaries : [Attachment 207115] Patch proposal plus new Unit test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 2 03:17:05 PDT 2013


Martin Robinson <mrobinson at webkit.org> has granted Mario Sanchez Prada
<mario at webkit.org>'s request for review:
Bug 114871: [GTK] Reimplement atk_text_get_text_*_offset for WORD boundaries
https://bugs.webkit.org/show_bug.cgi?id=114871

Attachment 207115: Patch proposal plus new Unit test
https://bugs.webkit.org/attachment.cgi?id=207115&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=207115&action=review


> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:645
> +static gchar* webkitAccessibleTextGetChar(AtkText* text, gint offset,
GetTextRelativePosition textPosition, gint* startOffset, gint* endOffset)

gchar -> char, gint -> int


More information about the webkit-reviews mailing list