-
```
I've submitted a patch to add an OnFullscreenModeChange callback to CEF
http://code.google.com/p/chromiumembedded/issues/detail?id=562#c16
This is the corresponding patch for cefpython, in the ho…
-
```
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…
-
```
To enable touch screen support for CEF 1 we would have to introduce
a CEF command line option and call WebKit::WebRuntimeFeatures::enableTouch()
with false/true according to the value in libcef/br…
-
```
To enable touch screen support for CEF 1 we would have to introduce
a CEF command line option and call WebKit::WebRuntimeFeatures::enableTouch()
with false/true according to the value in libcef/br…
-
```
I've submitted a patch to add an OnFullscreenModeChange callback to CEF
http://code.google.com/p/chromiumembedded/issues/detail?id=562#c16
This is the corresponding patch for cefpython, in the ho…
-
```
I've submitted a patch to add an OnFullscreenModeChange callback to CEF
http://code.google.com/p/chromiumembedded/issues/detail?id=562#c16
This is the corresponding patch for cefpython, in the ho…
-
```
In CEF 3 Windows and Mac already support off-screen rendering,
soon Linux will also be supported, see comment #126:
https://code.google.com/p/chromiumembedded/issues/detail?id=518#c126
```
Origi…
-
```
In CEF 3 Windows and Mac already support off-screen rendering,
soon Linux will also be supported, see comment #126:
https://code.google.com/p/chromiumembedded/issues/detail?id=518#c126
```
Origi…
-
There are a few breaking changes on Mac in v70. There are also several issues reported on CEF Forums with latest CEF and Mojave update for Mac, so it needs to be thoroughly tested on the latest Mac OS…