Marshall Greenblatt
Marshall Greenblatt
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/109) by Anonymous.** ---------------------------------------- Original [issue 109](https://code.google.com/p/javachromiumembedded/issues/detail?id=109) created by christophe.cornu on 2014-08-15T18:35:40.000Z: Congrats on the work for revision 99 with the adoption of CEF 3.1916.1749 and the Mac fix...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/395) by Marvin (Bitbucket: [Marvin](https://bitbucket.org/Marvin), GitHub: [Marvin](https://github.com/Marvin)).** ---------------------------------------- Invoking the reloadIgnoreCache\(\) method on a CefBrowser instance does not cause all files to be reloaded from the server. This is...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/392) by Nike rulez (Bitbucket: [Jentec](https://bitbucket.org/Jentec), GitHub: [Jentec](https://github.com/Jentec)).** ---------------------------------------- inside CefResourceHandler getResourceHandler is missing the post informations this.wretch.url\("/auth/thin/sessions"\).post\(\{ … \}\).json\(\); im not sure if this a bug of JCEF...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/15) by me.** ---------------------------------------- Original [issue 15](https://code.google.com/p/javachromiumembedded/issues/detail?id=15) created by magreenblatt on 2013-10-31T21:11:50.000Z: Windows 64-bit **What steps will reproduce the problem?** 1. Run the MainFrame application. 2. Right-click to display...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/364) by Anton Tarasov (Bitbucket: Anton Tarasov).** ---------------------------------------- CefClient.doClose\(\) javadoc says that: > > If CEF created an OS window for the browser **returning false will send an OS...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/175) by Dominic E. (Bitbucket: Dominic E.).** ---------------------------------------- **What steps will reproduce the problem?** * create a jcef project. implement some handler, e.g. downloadhandler * run project * create/open...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/342) by David Tanzer (Bitbucket: [dtanzer](https://bitbucket.org/dtanzer), GitHub: [dtanzer](https://github.com/dtanzer)).** ---------------------------------------- Now, java-CEF emits the “window closing” even a second time to call back into user code during close. An optional...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/290) by Joe Lauer (Bitbucket: [jlauer](https://bitbucket.org/jlauer), GitHub: [jlauer](https://github.com/jlauer)).** ---------------------------------------- Hey @magreenblatt, In Java-Cef's onBeforePopup() method, the native code checks this first: ``` if (browser->GetHost()->IsWindowRenderingDisabled()) { // Cancel popups in...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/372) by Jan Rabek (Bitbucket: [janrabek](https://bitbucket.org/janrabek)).** ---------------------------------------- Hello, I’ve created an application with Java CEF and MacOS support. Unfortunately on my Hackintosh the GPU process crashes but this crash...
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/378) by solo turn (Bitbucket: solo turn).** ---------------------------------------- if you could please add how one could start java-cef for wayland, or if it is better to wait. i only...