[Webkit-unassigned] [Bug 44258] New: Added WebCore::Document and Webkit-EFL API which returns position of n-th text matches mark.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 07:02:42 PDT 2010


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

           Summary: Added WebCore::Document and Webkit-EFL API which
                    returns position of n-th text matches mark.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: k.blank at samsung.com
                CC: gyuyoung.kim at samsung.com


I need functionality which returns the position of n-th marker so I could be able to show it in browser.

First of all I needed WebCore::Document functionality which returns a vector of IntRects describing text matches markers.
Unfortunately Webcore::Document::renderedRectsForMarkers() returns only rects in the visible part of document.
I added new functionality WebCore::Document::firstRectsForMarkers() which returns needed vector. 
Prefix "first" means that function only return first IntRect for every marker.

I also added functionality to WebKit-EFL port using above functionality which returns the position of n-th text matches marker.

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