cef/libcef
Marshall Greenblatt a5544b6fb1 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 12:26:32 -04:00
..
browser Route Download bubble file open to OnOpenURLFromTab (fixes #3750) 2024-08-09 12:26:32 -04:00
common Fix path override ordering (fixes #3749) 2024-08-08 13:42:40 -04:00
features Remove libcef/features/runtime.h (see #3685) 2024-07-05 13:24:40 -04:00
renderer Enable V8 sandbox by default (fixes #3332) 2024-08-05 14:28:35 -04:00
resources Remove custom chrome scheme handling (see #3685) 2024-07-05 11:58:08 -04:00