Files
frameworks_base/core/java/android/webkit
Shimeng (Simon) Wang dc9f2b6668 DO NOT MERGE
Use a static variable and methods for the current WebView.

sJavaBridge may not exist by the time onWindowFocusChanged is called.
To avoid an NPE, just static methods that modify a global field.
JWebCoreJavaBridge is a global object anyway so using a static field
will be fine.  To avoid any garbage collection issues, store the
WebView in a WeakReference.

Bug: 2908023
Change-Id: I05e9261f2c3d13c10c73c9b34f3aeea1d12a08a6
2010-09-13 10:47:58 -07:00
..
2009-12-01 16:37:59 -08:00
2010-01-20 16:27:36 -05:00
2010-04-01 16:19:39 +01:00
2010-09-13 10:47:58 -07:00
2010-05-05 15:57:42 -07:00
2009-12-07 12:36:05 -08:00
2009-08-13 13:07:48 +01:00
2009-12-07 12:36:05 -08:00
2010-09-13 10:47:58 -07:00
2010-04-01 16:19:39 +01:00