[Webkit-unassigned] [Bug 44258] [EFL] Webkit-EFL API which returns position of n-th text matches mark.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 16:35:18 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65228|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #18 from Adam Barth <abarth at webkit.org>  2010-08-30 16:35:17 PST ---
(From update of attachment 65228)
> WebKit/efl/ewk/ewk_frame.cpp:830
> +static bool _ewk_frame_rect_cmp_less_than(const WebCore::IntRect& i, const WebCore::IntRect& j)
> +{
> +    return (i.y() < j.y() || (i.y() == j.y() && i.x() < j.x()));
> +}   
We generally frown upon one letter variable names.

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