[webkit-dev] Re: native entry widget in webkit-gtk

2007-12-19 Thread zaheer ahmad
Hi Alp. Thank you for the response. native entry widgets in our platform has integrated support for entry methods like T9, ITAP etc. If we need to get this in to the entry controls used by the webkit gtk port, would it mean we need to rewrite all the logic similar to what GtkEntry does ? Is there

[webkit-dev] Re: native entry widget in webkit-gtk

2007-12-19 Thread Alp Toker
zaheer ahmad wrote: hi, iam working on gtk port of webkit and i have a need to use the native gtk input widget (GtkEntry) for text entry instead of the webkits own text entry control. Hi Zaheer, Most WebKit ports including the GTK+ port now render input controls using drawing primitives pr

Re: [webkit-dev] some WebCore::String plans

2007-12-19 Thread Darin Adler
On Dec 19, 2007, at 12:53 PM, Marvin Decker wrote: This sounds good. Are there any plan to replace DeprecatedString with String when this is complete? It would make a big difference. Yes, uses of DeprecatedString should all be removed. But that doesn't need to wait for this plan. Migration f

Re: [webkit-dev] some WebCore::String plans

2007-12-19 Thread Marvin Decker
This sounds good. Are there any plan to replace DeprecatedString with String when this is complete? It would make a big difference. Marvin On 12/18/07, Darin Adler <[EMAIL PROTECTED]> wrote: > > The WebCore::String class needs some work. I have some plans to improve > it. Here's an outline of wh

[webkit-dev] native entry widget in webkit-gtk

2007-12-19 Thread zaheer ahmad
hi, iam working on gtk port of webkit and i have a need to use the native gtk input widget (GtkEntry) for text entry instead of the webkits own text entry control. Any high level design inputs of implementing it (or) a pointer to an existing related solution would be very helpful. thanks, Zaheer