[Webkit-unassigned] [Bug 69028] Add getSubstringFromRange() and selectionRange() for chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 15:56:09 PDT 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110547|review?                     |review-
               Flag|                            |




--- Comment #7 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-10-11 15:56:09 PST ---
(From update of attachment 110547)
View in context: https://bugs.webkit.org/attachment.cgi?id=110547&action=review

> Source/WebKit/chromium/public/WebWidget.h:154
> +    virtual WebString getSubstringFromRange(size_t location, size_t length) const { return WebString(); }

shouldn't this just be a method on WebRange?  it seems like we should be using WebRange
for more of these range related APIs.  we should also be providing ways to get a WebRange
or construct a WebRange.

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