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.
I am encountering this error when opening a webpage. Google Chrome and Microsoft Edge are both working fine. Please fix this bug officially. Error: Application error: a client-side exception has...
**Is your feature request related to a problem? Please describe.** I'm making a CefResourceHandler to display internal resources instead of actual http(s) resources and I can't set the character encoding...
Currently, CefClient.addLoadHandler is a bit of a misnomer - it would be more accurate to name it setLoaderHandler, as it's only possible to set one load handler, subsequent calls to...
**Is your feature request related to a problem? Please describe.** There is currently no way to execute some javascript and get the value back. For example we wanna execute this...
Sadly new CVEs have been issued for chromium, see [CVE-2024-0222](https://www.cve.org/CVERecord?id=CVE-2024-0222) [CVE-2024-0223](https://www.cve.org/CVERecord?id=CVE-2024-0223) [CVE-2024-0224](https://www.cve.org/CVERecord?id=CVE-2024-0224) [CVE-2024-0225](https://www.cve.org/CVERecord?id=CVE-2024-0225) Would you be be so kind and update to a newer Chromium release.... This would be great!...
**Describe the bug** Scroll direction is reversed on Linux when OSR is enabled. **To Reproduce** Steps to reproduce the behavior: 1. Open a web page with JCEF (make sure it's...
**Describe the bug** On windows 10. The viewport for the browser does not match the Java UI itself in dimensions. Querying the device does report the correct dimensions, but a...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/317) by Leah (Bitbucket: [Leah](https://bitbucket.org/Leah), GitHub: [Leah](https://github.com/Leah)).** ---------------------------------------- I'm trying to write a plugin for IDEA which integrates chromium as a webview, not sure if this error is on...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/408) by Francisco Vega (Bitbucket: [francisco_vega](https://bitbucket.org/francisco_vega)).** ---------------------------------------- Simple test is not loading google page when executed \(panel keeps blank\). Detailed test works. After updating to java-cef release [v1.0.10-92.0.25\+gd15cfa8\+chromium-92.0.4515.131](https://github.com/jcefbuild/jcefbuild/releases/tag/v1.0.10-92.0.25%2Bgd15cfa8%2Bchromium-92.0.4515.131) the...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/384) by Tim Lundqvist (Bitbucket: Tim Lundqvist).** ---------------------------------------- ### What steps will reproduce the problem? Trying to override `Accept-Language` in `CefResourceRequestHandler.onBeforeResourceLoad` is no longer possible as that value is...