Files
frameworks_base/core/java/android/webkit
Patrick Scott 8a5d335a55 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: 2894682
Change-Id: I73de9237ddbbdc55841a9b2639437e26856439c8
2010-08-18 11:00:42 -04: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
2009-12-07 12:36:05 -08:00
2010-04-01 16:19:39 +01:00