-
On Linux, java-cef requires adding symlinks to JDK/JRE internal directories after install:
sudo ln -s (JAVA_CEF)/linux64-g/Resources/icudtl.dat (JDK18)/jre/bin/icudtl.dat
sudo ln -s (JAVA_…
-
For geolocation to work it is required to implement CefGeoLocationHandler (and to obtain and set google api keys, as explained further): https://bitbucket.org/chromiumembedded/cef/src/b660893c6e800374…
-
```
What steps will reproduce the problem?
1. Run the cefclient.exe app.
2. Run the popup window test under the Tests menu.
3. Examine the browser process memory growth with each popup window.
Wh…
-
```
What steps will reproduce the problem?
1. Run the cefclient.exe app.
2. Run the popup window test under the Tests menu.
3. Examine the browser process memory growth with each popup window.
Wh…
-
Hi!
After adding SubMenu to standard menu, this menu appears at correct position only first time. But next time it always appears in the upper left corner of the screen. Please see the video below.…
-
* (Windows?) Software captures video on any headless chrome tab, probably via chrome-specific webrtc tab-capture if possible, otherwise in a fraps-ish way maybe via hidden docker container
* Software…
cretz updated
6 years ago
-
```
The browser displays a default context menu on right-click. CEF has an API for
customizing natively this menu. It would be nice to have it in CEF Python.
A workaround for hiding this menu:
…
-
```
The browser displays a default context menu on right-click. CEF has an API for
customizing natively this menu. It would be nice to have it in CEF Python.
A workaround for hiding this menu:
…
-
```
Introduce a new CefCookieHandler interface that can be implemented by the
client and passed to a CefCookieManager static factory method. This interface
will allow the client to handle all logic …
-
```
The browser displays a default context menu on right-click. CEF has an API for
customizing natively this menu. It would be nice to have it in CEF Python.
A workaround for hiding this menu:
…