[webkit-dev] DOM Touch Event Support

Simon Hausmann hausmann at kde.org
Wed Dec 9 15:06:42 PST 2009


Hi,

Kim and I have been looking into DOM/JavaScript touch event support (see 
https://bugs.webkit.org/show_bug.cgi?id=32114 ). After some research we 
concluded that the best option for the interface is the de-facto standard 
shipped by the iPhone, Android and Palm-Pre.

So we took the BSD licensed IDL files from Android's eclaire branch, simple 
PlatformTouchEvent and PlatformTouchPoint abstraction classes, a Qt 
implementation for these and some basic layout tests to test the values and 
behaviour of the JS events.

We've uploaded the patches for review and would love to get feedback on them.


Simon


More information about the webkit-dev mailing list