[webkit-reviews] review granted: [Bug 76783] [GTK] Refactor GTK's accessibilitity code to be more modular : [Attachment 123492] 12. New files for the implementation of the AtkSelection interface
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 23 10:11:06 PST 2012
Martin Robinson <mrobinson at webkit.org> has granted Mario Sanchez Prada
<msanchez at igalia.com>'s request for review:
Bug 76783: [GTK] Refactor GTK's accessibilitity code to be more modular
https://bugs.webkit.org/show_bug.cgi?id=76783
Attachment 123492: 12. New files for the implementation of the AtkSelection
interface
https://bugs.webkit.org/attachment.cgi?id=123492&action=review
------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123492&action=review
> Source/WebCore/accessibility/gtk/WebKitAccessibleInterfaceSelection.cpp:166
> + return false;
It's a bit more correct to return FALSE or TRUE for functions that return
gboolean, but this won't break anything.
More information about the webkit-reviews
mailing list