yueying0083 / 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 8 years ago

GoogleCodeExporter commented 8 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 8 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 8 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

GoogleCodeExporter commented 8 years ago
Hello Marshall,please with regards how do i use your -> 
23_issue127_allow_configuration_of_CefSettings.patch to configure and enable 
jcef 2014 browser cache  .my email :thecodewarlock@gmail.com

please i hope i hear from you soon.i need it urgently.thanks in advance.

Original comment by thecodew...@gmail.com on 11 Aug 2015 at 4:38

GoogleCodeExporter commented 8 years ago
the current  JAVA CefApp class does not take CefSetting parameter.it takes only 
one parameter (args) as used in the detailed example.

Original comment by thecodew...@gmail.com on 11 Aug 2015 at 4:41