commit | 00d5bf7e44d44510d0828c473619c95a9ea783e3 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Jul 21 09:46:17 2011 -0700 |
committer | John Reck <jreck@google.com> | Thu Jul 21 12:42:40 2011 -0700 |
tree | 5969740bace560b6b5d4087faa3ae3c389d1fb7f | |
parent | caed51bcc23303182ffffb8b2db04647845bc1f5 [diff] |
Fixup handling destroy Bug: 5002925 White list certain messages that can be handled after WebViewCore was destroyed (specificially pause/resumeTimers, which are per process) and reject all other messages. This avoids using the undocumented removeCallbacksAndMessages(null) trick, as well as makes sure PAUSE_TIMERS and RESUME_TIMERS are processed in the correct order the correct number of times. Change-Id: I8c51172e015f923ffeb0816a8ee2ab63219d0f96