Marshall Greenblatt
Marshall Greenblatt
**Describe the bug** The [documentation](https://github.com/chromiumembedded/cef/blob/14f02f5bf4ecd1b6a1364ed16bc1424568f41bf2/include/cef_download_handler.h#L108) says: > Return true and execute |callback| either asynchronously or in this method to continue or cancel the download. However, [CefBeforeDownloadCallback](https://github.com/chromiumembedded/cef/blob/14f02f5bf4ecd1b6a1364ed16bc1424568f41bf2/include/cef_download_handler.h#L49) has no obvious means...
Google has posted [official instructions](https://chromium.googlesource.com/chromium/src/+/master/docs/win_cross.md) on how to cross-compile Chromium for Windows on a Linux host. It would be nice to get this working for CEF builds as well. Some...
Similar to #3935 but for macOS. Enhance `CefScopedLibraryLoader` to check code signing status and load "Chromium Embedded Framework" from an arbitrary location (related to [#3749](https://github.com/chromiumembedded/cef/issues/3749#issuecomment-2902732597) and #3836). We can verify...
Chrome has a fallback crash handler that will report crashes in the crash handler process itself. It adds crashpad metadata and places the dump in the crashpad database for eventual...