[Webkit-unassigned] [Bug 117794] [EFL][WK2] Implement unit test callback: onWordGuesses
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 03:54:22 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117794
--- Comment #6 from Krzysztof Wolanski <k.wolanski at samsung.com> 2013-06-20 03:53:00 PST ---
(From update of attachment 205063)
View in context: https://bugs.webkit.org/attachment.cgi?id=205063&action=review
>> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_text_checker.cpp:294
>> + Ewk_Context_Menu_Item* item = static_cast<Ewk_Context_Menu_Item*>(eina_list_nth(contextMenuItems, i));
>
> I think eina_list_nth may iterate through the list to find the nth item, in which case we would be better off using EINA_LIST_FOREACH() + i counter.
I don't want to iterate whole list, only the suggestions on the top.
--
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