Alex Maitland

Results 361 comments of Alex Maitland

> There is this ominous warning in the official documentation for CachePath (https://cef-builds.spotifycdn.com/docs/129.0/structcef__settings__t.html#ad1644a7eb23cad969181db010f007710) that seems preserved in the CefSharp docs. I've seen a few reports on ceforum that make me...

Technically this is possible already via the `DevTools Protocol`. For ease of use I've just released [WebView2.DevTools.Dom](https://www.nuget.org/packages/WebView2.DevTools.Dom/) to nuget.org It's a `DevTools Protocol` based framework for JavaScript execution, DOM access/manipulation....

> ```c++ > so: target->windowless_frame_rate = src->windowless_frame_rate; throws a read error > ``` This suggests that window less rendering is still enabled. Does it make a difference if you disable...

Testing with `cef_binary_129.0.11+g57354b8+chromium-129.0.6668.90_windows64_client`, ``` cefclient.exe cefclient.exe --off-screen-rendering-enabled cefclient.exe --multi-threaded-message-loop --off-screen-rendering-enabled --enable-gpu cefclient.exe --multi-threaded-message-loop --use-alloy-style ``` Loaded https://webglsamples.org/aquarium/aquarium.html using the different command line options. The webgl demo loaded, ran for a...

Does the browser start redrawing if you resize the window? Did you check the log for errors? Popups are shown in a new window by default, the example demos hosting...

Closing due to lack of feedback.

@mol Apologies for the delay. If i understood correctly this is what you were proposing?

Spawn another instance of your application on shutdown that waits a short amount of time then performs the cleanup. You just pass in a set of command line args saying...

It's a reliable and achievable option that ppl are currently using.

Adding a submodule for a project that is effectively a dependency of this project seems like it will be problematic. I'd actually prefer to bring the `HwndHost` source into this...