[Webkit-unassigned] [Bug 120421] [GTK] Missing WTR AccessibilityUIElement::addNotificationListener implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 11 16:11:08 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120421
--- Comment #6 from Denis Nomiyama (dnomi) <d.nomiyama at samsung.com> 2013-09-11 16:10:20 PST ---
(From update of attachment 211337)
View in context: https://bugs.webkit.org/attachment.cgi?id=211337&action=review
Thanks a lot for the review and sorry for the mistakes. I will fix them and I'll also apply some of the fixes for the issues found at bug 120669.
>> Tools/ChangeLog:77
>> +2013-09-11 Denis Nomiyama <d.nomiyama at samsung.com>
>
> two change log entries
Ops. I'll fix it.
>> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp:71
>> +static gboolean axObjectEventListener(GSignalInvocationHint *signalHint, guint numParamValues, const GValue *paramValues, gpointer data)
>
> * are on wrong side
Sure, I'll fix it.
>> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp:74
>> + if (numParamValues < 1)
>
> this looks like it should be if (!numParamValues) return
Nice one. I'll change it.
>> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityNotificationHandlerAtk.cpp:79
>> + return TRUE;
>
> true instead of TRUE
Ok I'll fix it.
--
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