[Webkit-unassigned] [Bug 131776] New: Find on page - extend API by providing highlighted match index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 17:16:57 PDT 2014


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

           Summary: Find on page - extend API by providing highlighted
                    match index
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alice.liu at apple.com


The API of WebPage provides a way to find and visually indicate a string in the webpage, which is the "findString" function. In response, the WebProcess responds via a "DidFindString" message containing the string, and number of matches.  We could expand the data in this response to also include, if applicable, the index of the matched string among all matches.  Since each subsequent call to "findString" results in a different occurrence being highlighted, this highlighted index data is relevant to the response.

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