Files
frameworks_base/core/java/android/webkit
Leon Scroggins III 901a7c230c Remove call to rebuildWebTextView from handling selection change.
The call was originally added to fix bug 2431351, where touching
a <textarea> sent a message with the new selection, but the UI
thread had not yet updated the WebTextView, so the new selection
was ignored.  However, since then,
https://android-git.corp.google.com/g/#change,45476 was submitted
to pass the selection and open the keyboard at the same time. So
when UPDATE_TEXT_SELECTION_MSG_ID is received, we no longer need
to worry about the case where the WebTextView is not set up yet.

Bug 2600847

Change-Id: I19eb102a7188e6edafaa5ac17b19ebd4ab5764f0
2010-04-21 12:37:39 -04:00
..
2010-04-01 16:19:39 +01:00
2009-12-01 16:37:59 -08:00
2010-01-20 16:27:36 -05:00
2010-04-01 16:19:39 +01:00
2009-12-07 12:36:05 -08:00
2009-08-13 13:07:48 +01:00
2009-12-07 12:36:05 -08:00
2010-04-01 16:19:39 +01:00