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.
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/26) by Anonymous.** ---------------------------------------- Original [issue 26](https://code.google.com/p/javachromiumembedded/issues/detail?id=26) created by leichtenfels on 2014-01-13T09:26:16.000Z: **What steps will reproduce the problem?** 1. Start the demo with run.bat win64 Release 2. Search for...
**Describe the bug** [Web GPU](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API) is supported on chromium since chromium 113, but it can't be found on JCEF. **To Reproduce** Steps to reproduce the behavior: Run on the JCEF...
**Describe the bug** The videos that are encrypted using video.js library or netflix are not playing in JCEF Browser with 4032 undefined error. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Hey, I'm trying to integrate JCEF into an existing application, which is highly multithreaded. Due to its nature, we cannot change that. JCEF crashes with SIGSEGV when...
My fix for #398 1. Add two private methods to CefQueryCallback_N.java, makePersistent and getIsPersistent, and a private boolean variable persistent_ 2. In MessageRouterHandler::OnQuery (message_router_handler.cpp:28), check the value of persistent, if...
**Describe the bug** Seems to be an issue with the gsutil version used, python2 has been removed and the library six used to managed compatability is not being imported properly...
Code: `CefSettings settings = new CefSettings(); settings.windowless_rendering_enabled = true; cefApp_ = CefApp.getInstance(settings); client_ = cefApp_.createClient(); browser_ = client_.createBrowser("xxx.html", true, true); browserUI_ = browser_.getUIComponent();` the background of a browser should be...
**Describe the bug** Cannot start more than one browser processus since CEF 121 (https://github.com/cefsharp/CefSharp/issues/4668) I understood it is because of the CefSettings.root_cache_path parameter, but what is the good solution to...
After migrating from "JCEF 0b8e42e + CEF 122.1.10" to "JCEF 7a13412 + CEF 126.2.0" there remains one (the others get closed) of the jcef_helper.exe processes with high load, that never...
**Is your feature request related to a problem? Please describe.** Alloy runtime will be phased out in 127. Alloy style can still be used. **Describe the solution you'd like** Add...