[Webkit-unassigned] [Bug 112016] [EFL] accessibility/textarea-selected-text-range.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 04:48:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112016


Mario Sanchez Prada <mario at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #215481|review?                     |review+
               Flag|                            |




--- Comment #3 from Mario Sanchez Prada <mario at webkit.org>  2013-10-30 04:47:13 PST ---
(From update of attachment 215481)
View in context: https://bugs.webkit.org/attachment.cgi?id=215481&action=review

Lgtm, besides some small style nits.

> LayoutTests/ChangeLog:7
> +

We normally put a brief and generic description such as "Removed failure expectations" or the like

> Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:1026
> +    gint start, end;
> +    g_free(atk_text_get_selection(ATK_TEXT(m_element), 0, &start, &end));

This g_free(...) thing is a weird idiom, but I guess it's fine here since you are only interested in the offsets. Ok

> Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:1029
> +

Extra blank line not needed

> Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:1169
> +

Extra line

-- 
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