java-cef
java-cef copied to clipboard
Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
**Describe the bug** I'm trying to pass "--disable-web-security=1" flag to disable checking CORS but that is not working. **To Reproduce** Creating instance with following code passing flag but it is...
Can you disclose the PID of CefClient so that the pid can be killed when the rendering process cannot be released normally? When CefClieng.dispose() is called and the rendering process...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/163) by sebastian klaar (Bitbucket: sebastian klaar).** ---------------------------------------- I'd like to use JCEF with JavaFX. It seems not possible to do this via a SwingNode. The only option I...
**Describe the bug** I'm having a lot of trouble closing the browser Processes sometimes remain after closing the browser and for some reason they load the CPU by 100% browser.close...
**Describe the bug** When a java-application with embedded jcef tries to create a subprocess then it sometimes crashes (with SIGABRT). This crash is observed only in OSX Sonoma with x64...
**Describe the bug** Passing a flag that contains two '=' instances to CefApp.getInstance fails. For example, "--blink-settings=printingMaximumShrinkFactor=1", which is a workaround for a known issue where output may be scaled...
**Is your feature request related to a problem? Please describe.** 支持javafx21 **Describe the solution you'd like** 提供javafx专用接口
**Is your feature request related to a problem? Please describe.** I want to use `navigator.geolocation.getCurrentPosition` to get the geographical location, but when requesting permission, I am prompted to override `INFO:permission_prompt.cc(288)]...
Character encoding in CefResourceHandler as said in [this issue](https://github.com/chromiumembedded/java-cef/issues/461). I finally got to test it and it works.
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/382) by me.** ---------------------------------------- There are a number of issues that appear to be race conditions between the Java AWT thread and the CEF UI thread. We should come...