Sheen Tian

Results 71 comments of Sheen Tian

```cpp QJsonObject proxy{ { "mode", "fixed_servers" }, // { "server", "192.168.1.100:8000" }, // }; QString error; qcefview->setPreference("proxy", QVariant(proxy), error); ``` 需要在底层Browser已经创建完成之后

先别试OSR了,感觉OSR模式快残了。无论是software还是hardware rendering,都有一些问题,还在改进中,但是不保证能彻底解决。

I can confirm this is a bug, after calling WasResized there is no the expected callback of CefRenderHandler::GetViewRect. Starts from CEF 127

add one comment in this PR: https://github.com/CefView/CefViewCore/pull/37

before M128, if you set chrome_runtime = true, then _cef_settings_t.resources_dir_path doesn't work at all. starting from M128, _cef_settings_t.resources_dir_path never work again, I think this is a bug introduced from chrome...

Hi @magreenblatt, from my side I see CEF just released focus from Browser when we navigate new page. 1. create CEF browser with target www.google.com, 2. the methods in CefFocusHandler...