DescriptionDon't leak ContentViewCores via ImeAdapter
The existing strong ref from native to java forms a GC root which
thwarts GC of ImeAdapter.java or any object referenced by it, which
includes ContentViewCore by dint of ViewEmbedder subclass being a
non-static inner class of CVC and hence binding it.
This is problematic for WebView as it requires reliable finalizer
based cleanup of CVC.
BUG=b/7697692
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188584
Patch Set 1 #Patch Set 2 : ws #
Total comments: 2
Messages
Total messages: 10 (0 generated)
|