Files
frameworks_base/core/java/android/webkit
Cary Clark 674a844f6d synchronize access to pictureReady, copyContentPicture
Two methods in WebViewCore are called from WebView. The C
underpinnings were synchronized with a mutex, but the Java
shell was not, so under rare cirumstances, the Java side might
delete the native class. Add Java synchronization to
protect against this.

Fixes http://b/issue?id=2121684
2009-09-15 16:29:50 -04:00
..
2009-09-15 10:53:44 -07:00
2009-08-11 13:45:28 -04:00
2009-08-13 13:07:48 +01:00