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
2010-09-13 10:47:58 -07:00
2010-09-10 17:24:15 +08:00
2010-09-08 11:50:55 -07:00
2010-03-16 09:59:06 -07:00
2010-09-09 11:53:17 -07:00
2010-03-29 18:12:24 -07:00
2010-08-20 13:17:12 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%