Files
frameworks_base/core/java/android
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-14 21:21:52 -07:00
2009-09-11 14:12:48 -07:00
2009-09-10 18:01:01 -07:00
2009-09-15 15:26:42 -04:00
2009-09-11 17:15:15 -07:00
2009-09-15 13:00:49 -07:00