Leon Scroggins 6679f2f708 Pass clicks to webkit's textfield to determine the new selection.
Requires a corresponding change to external/webkit.  We were previously
letting WebTextView handle clicks, determine the change in selection,
and pass that down to webkit.  This sometimes resulted in a different
placement of the caret if the WebTextView and the webkit-rendered
textfield did not line up exactly.  Now, we pass the click directly
to webkit, which determines the new selection and passes that info
back to the WebTextView.  This also has the benefit of letting
the WebTextView reflect changes in the selection that originated from
webkit. Also remove some unused parameters.
2009-08-13 14:21:24 -04:00
2009-08-13 13:07:48 +01:00
2009-08-06 03:14:09 -07:00
2009-08-12 18:50:44 -07:00
2009-08-12 21:25:15 -07:00
2009-07-15 18:08:10 -07:00
2009-08-12 15:48:31 -07:00
2009-08-12 15:48:31 -07:00
2009-08-13 13:07:48 +01:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%