yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

jcef helper process instance don't close after close jcef browser. #143

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When creating browser one instance of jcef helper is created.
2. Now I am loading the browser from another child thread than again a new jcef 
helper instance creates.
3. After closing the browser the second jcef helper instance is remove but 
first jcef helper instance is don't remove.

What is the expected output? What do you see instead?
One jcef helper instance remove but another is can't. I want two remove both 
jcef helper instance.

What version of the product are you using? On what operating system?
Version of jcef is 3.1750.1738.91
and Operating System is windows 8.

Please provide any additional information below.

Original issue reported on code.google.com by anandkti...@gmail.com on 10 Jan 2015 at 6:08

Attachments:

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/143

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:01