[Webkit-unassigned] [Bug 44417] Added WebCore::DocumentMarkerController API which returns vector describing all markers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 06:09:26 PDT 2011


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





--- Comment #18 from Kamil Blank <k.blank at samsung.com>  2011-04-21 06:09:25 PST ---
(In reply to comment #17)
> (From update of attachment 82253 [details])
> What is this for, and why is it different from renderedRects?

It's needed to be used by below patch:
https://bugs.webkit.org/show_bug.cgi?id=44258 - due to missing function from this patch currently EFL port uses renderedRectsForMarkers() but should used firstRectsForMarkers() (which is implemented here).

The difference between both functions is that renderedRectsForMarkers() returns only rects in visible part of document but I need all rects from document to be able to return n-th 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