-
Creating this issue to investigate changes introduced by https://bitbucket.org/chromiumembedded/cef/commits/54dd34e19b56a2b7f0d6cb8d473ce36288dcf8e2
> BFCache navigations do not trigger the same Ch…
-
```
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…
-
```
What steps will reproduce the problem?
1. Setup a CefRequestHandler and override OnBeforeResourceLoad
2. Note that this callback gets called for subresource loads (e.g. resources
specified in .
3…
-
**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/317) by Leah (Bitbucket: [Leah](https://bitbucket.org/Leah), GitHub: [Leah](https://github.com/Leah)).**
-------------------…
-
command line switch touch-events http://peter.sh/experiments/chromium-command-line-switches/
ghost updated
9 years ago
-
```
Steps:
1. Launch CEF client in OSR enabled mode (cefclient.exe
--off-screen-rendering-enabled)
2. Open the attached file and try to render it in OSR enabled mode
Expected Result:
The plugin shou…
-
Hi,
I'm trying to register custom callback from JS to C++ using this tutorial: https://bitbucket.org/chromiumembedded/cef/wiki/JavaScriptIntegration#markdown-header-using-js-callbacks. I wrote somet…
-
```
I've only looked on linux and it's fun because of the switch to aura.
First you copy the new cef header files.
In earlier lincef I built cef with tcmalloc enabled and it was fine, but I
couldn'…
-
```
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…