[Webkit-unassigned] [Bug 25868] Frame::markAllMatchesForText prematurely aborts while highlighting text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 2 19:26:43 PDT 2023


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com,
                   |                            |rniwa at webkit.org,
                   |                            |simon.fraser at apple.com

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
This looks totally different code now:

https://searchfox.org/wubkat/source/Source/WebCore/page/Page.cpp#983


unsigned Page::markAllMatchesForText(const String& target, FindOptions options, bool shouldHighlight, unsigned maxMatchCount)
{
    return findMatchesForText(target, options, maxMatchCount, shouldHighlight ? HighlightMatches : DoNotHighlightMatches, MarkMatches);
}

Anything to do here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230603/ead5694f/attachment.htm>


More information about the webkit-unassigned mailing list