cef/libcef
Marshall Greenblatt 62b2b5a80f Route Download bubble file open to OnOpenURLFromTab (fixes #3750)
Some downloaded file types [1] default to opening in a Browser. Open
requests for these file types originating from the Download bubble UI
should route to the source Browser (call OnOpenURLFromTab). If
OnOpenURLFromTab is unhandled proceed with the default Chrome behavior
of opening the URL in a new default Browser.

[1] PDF, html, etc. For the complete list of file types see
ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile.
2024-08-09 13:32:42 -04:00
..
browser Route Download bubble file open to OnOpenURLFromTab (fixes #3750) 2024-08-09 13:32:42 -04:00
common Fix path override ordering (fixes #3749) 2024-08-08 13:45:27 -04:00
features Add DISABLE_ALLOY_BOOTSTRAP to cef_config.h (see #3681, see #3685) 2024-05-01 14:34:32 -04:00
renderer Rewrite raw pointers reported by clang plugin (see #3239) 2024-06-21 13:00:52 -04:00
resources alloy: Add callback for already running app relaunch (fixes #3615) 2023-12-06 11:50:08 -05:00