[Webkit-unassigned] [Bug 96481] [Qt][WK2] Add API to find text from page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 06:55:50 PST 2013


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





--- Comment #20 from Simon Hausmann <hausmann at webkit.org>  2013-01-02 06:57:51 PST ---
(From update of attachment 179068)
Since this is the first change of the API after the initial release, there are two things that need to be done I think:

    (1) The API unit test needs to be adapted to not fail. (It fails when new API is added, to prevent accidental publishing of properties)

    (2) The new functionality needs to be versioned properly. If you do "import QtWebKit 3.0" none of the new API must be visible, if you do "import QtWebKit 3.1" only then it should be accessible.

This can be done in a separate patch, but I don't think it's a good idea to at least land a change that we know is going to cause the API test to fail.

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