commit | c0b778e10f8a4971f14b501a277b6b505d66b84d | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Mon Mar 15 15:27:02 2010 +0000 |
committer | Leon Clarke <leonclarke@google.com> | Tue Mar 16 15:28:39 2010 +0000 |
tree | 4e96477c1f06681a05ea4fd6c7049f3a708bfa8e | |
parent | 2c62f5f433292f40550de5f7ba24b1f03d659edc [diff] |
http://b/issue?id=2501101 Create a concept of blocking messages on destruction similar to that in WebViewCore.java. This is to prevent what I think is a race condition caused by an orientation event occuring just before the frame is destroyed, resulting in the orientation listener being called back just before it is disabled, but posting its message after the messages have been removed. This results in the orientation event being delivered to a NULL native frame.