zhlihappy / javachromiumembedded

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

Add CefSettings class to support advanced configuration options #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CefSettings.cache_path value must be set to persist browser settings across 
application runs. It should be configurable in JCEF.

Original issue reported on code.google.com by magreenb...@gmail.com on 17 Oct 2014 at 3:48

GoogleCodeExporter commented 9 years ago
Hi Marshall,
here you are. Attached you find a patch, based on r105 which adds the ability 
to pass CefSettings from java to the native code.

Regards, Kai

Original comment by k...@censhare.de on 23 Oct 2014 at 6:53

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, added in revision 109. I removed a few settings that I don't think it 
makes sense to configure via Java because the JCEF implementation requires them 
to have certain values: single_process, no_sandbox, multi_threaded_message_loop.

Original comment by magreenb...@gmail.com on 24 Oct 2014 at 5:11