-
```
It would be nice to have automated tests, so we can detect
some feature breaks.
Take a look at the CEF unit tests:
https://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/tests/unitt…
-
```
It would be nice to have automated tests, so we can detect
some feature breaks.
Take a look at the CEF unit tests:
https://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/tests/unitt…
-
```
It would be nice to have automated tests, so we can detect
some feature breaks.
Take a look at the CEF unit tests:
https://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/tests/unitt…
-
```
The CEF context menu implementation on Linux currently requires that a
GtkWidget be passed to CefWindowInfo::SetAsOffScreen(). With Java integration
it's possible to get an X11 Window handle but…
-
```
The CEF context menu implementation on Linux currently requires that a
GtkWidget be passed to CefWindowInfo::SetAsOffScreen(). With Java integration
it's possible to get an X11 Window handle but…
-
```
Observed in branch 1650 when running the wx.chromectrl sample2.py example.
Reported here:
http://www.magpcss.org/ceforum/viewtopic.php?p=22227#p22227
It might be an edge case, as there is someth…
-
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/376) by Nikita Gubarkov (Bitbucket: [YaaZ](https://bitbucket.org/YaaZ), GitHub: [YaaZ](https://github.com/YaaZ)).**
--------…
-
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/297) by me.**
----------------------------------------
**What steps will reproduce the problem?**
1. Create a JCEF applica…
-
CEF does not appear to support routing of audio, there is a PR to add it but it is stale and not near being merged: https://bitbucket.org/chromiumembedded/cef/pull-requests/18/adding-audio-support/dif…
-
```
This is more of query than a bug.
In javachromiumembedded, there is a provision to send msg to Java world.
By invoking "window.cefQuery", it is possible to send a string to Java world in
the abo…