[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 08:39:57 PDT 2012


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





--- Comment #11 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2012-10-31 08:41:16 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > Maybe it's worth also modifying of WebPageProxy so that firstRectForCharacterRange is declared and defined there for all the WK2 ports, since you've added common implementation already on WebProcess side.
> > 
> > The problem is that TextInputController is in WebProcess, so cannot use UIProcess' api, but injected bundle one. So we have 2 ways to achieve WebPage class' implementation. 
> > 1. application -> API -> WebPageProxy -> WebPage
> > 2. WebKitTestRunner -> TextInputController -> WKBundle -> WebPage
> 
> I'm not telling to use WebPageProxy from test runner but just make the patch more consistent by modifying UI process code as well.

So as I understand you want to make common implementation for WebPageProxy class. Is it for future plans? Still only one port which will use this, and export to API will be Mac.

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