OSDN Git Service

reset select/copy state if key is pressed while shift is down
authorCary Clark <cary@android.com>
Mon, 20 Apr 2009 20:03:31 +0000 (16:03 -0400)
committerCary Clark <cary@android.com>
Thu, 23 Apr 2009 14:40:28 +0000 (10:40 -0400)
commit843bbb8597d561c2541f86d1f391ae65261cf743
tree4a1d6c15e036f1fb23e4091e15960698caf23c8b
parentb4bf56202299deaef9d6c61300f1a05d9f4afca9
reset select/copy state if key is pressed while shift is down

If a webpage suppresses keys from getting echoed back to the
browser app, then also disable select/copy when a key follows
a shift key press.

Also add in missing debug string to permit debug builds.
core/java/android/webkit/WebView.java
core/java/android/webkit/WebViewCore.java