[webkit-dev] Text Box in Frame Layout

2011-07-14 Thread Soheil Servati Beiragh
Hi I'm doing a redesign on text processing. Previously I have had some discussions on the mailing list but after all I couldn't find the start place where webkit starts the inline box for text. There is a place in rendering process where webkit sees that there is paragraph of text on the webfram

[webkit-dev] [New DOM property] selectionDirection on HTMLInputElement and HTMLTextAreaElement

2011-07-14 Thread Ryosuke Niwa
Hi all, I have a patch to add selectionDirection property on HTMLInputElement and HTMLTextAreaElement on https://bugs.webkit.org/show_bug.cgi?id=60403. The purpose of this property is to let websites control base and extent of selection. The property has been added to the HTML5 spec section 4.10

[webkit-dev] WebKit2 C API

2011-07-14 Thread Carlos Garcia Campos
In the contributors meeting notes about WebKit2[1] I've read that the C API might have been a bad idea, and I've heard that there are plans to remove, or replace it by a C++ API. What are the plans for the C API? In the GTK+ port we are using the C API to implement the MiniBrowser and we are plann