[Webkit-unassigned] [Bug 29467] [Qt] QWebPage::findText() should allow to find text from the beginning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 16:07:52 PDT 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85356|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #9 from Andreas Kling <kling at webkit.org>  2011-04-26 16:07:52 PST ---
(From update of attachment 85356)
View in context: https://bugs.webkit.org/attachment.cgi?id=85356&action=review

> Source/WebKit/qt/Api/qwebpage.cpp:3587
> +        if ((subString.isEmpty()) || (options & FindFromBeginning))  {

Style, two spaces before {

> Source/WebKit/qt/ChangeLog:5
> +        [Qt] QWebPage::findText() should allow to find text from the beginning

We should do this with a QWebElement-like API that exposes all nodes, not just elements.
Please see the webkit-qt discussion about the topic.

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