zhlihappy / javachromiumembedded

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

Forward switches and parameters from Java to the CEF #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start JCEF and append switches or params to the run.[sh|bat] script.

What is the expected output? What do you see instead?
The switches/params should be passed to CEF, but this feature isn't implemented 
yet.

Please provide any additional information below.

So I've created a patch (see attached file) which forwards parameters from Java 
to CEF. You can pass all kind of params and switches (starting with -, -- or on 
Windows with /) to CEF now.

Please see attached patch file for details.

Original issue reported on code.google.com by k...@censhare.de on 24 Jan 2014 at 11:03

Attachments:

GoogleCodeExporter commented 9 years ago
Added in revision 24 with minor changes.

Original comment by magreenb...@gmail.com on 30 Jan 2014 at 7:38