[Webkit-unassigned] [Bug 100219] [WK2][WTR] Text input controller needs firstRectForCharacterRange implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 02:58:15 PDT 2012


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





--- Comment #6 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2012-10-31 02:59:34 PST ---
(In reply to comment #5)
> (From update of attachment 171459 [details])
> I do not think that this is the right approach. the goal here is to test API on UI process side. If you add a separate implementation just for testing, and then break the one in WebPageProxy, the regression test won't notice that.

This is done for WebKitTestRunner. See discussion on https://bugs.webkit.org/show_bug.cgi?id=99438. All functions in TextInputController uses WKBundle... functionality which uses WebPage. For API on UI process (in mac) everything should be the same. There is a lot of functions like setTracksRepaints which are accessible from API and through bundle. Do you suggest to make all my changes as functionForTesting ?

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