cef/tests
Marshall Greenblatt 6d7a680187 Add permission callback for user-initated downloads (fixes issue #3183)
This change adds a CefDownloadHandler::CanDownload callback for optionally
blocking user-initiated downloads (e.g. alt + link click or link click that
returns a `Content-Disposition: attachment` response from the server).

To test:
- Run `ceftests --gtest_filter=DownloadTest.*`.
- Run `cefclient --hide-controls`. User-initiated downloads will be blocked.
2022-03-22 17:46:44 -04:00
..
cefclient Add permission callback for user-initated downloads (fixes issue #3183) 2022-03-22 17:46:44 -04:00
cefsimple Delete cef_web_plugin.h and plugin-related APIs (see issue #3047) 2022-02-18 16:23:11 -05:00
ceftests Add permission callback for user-initated downloads (fixes issue #3183) 2022-03-22 17:46:44 -04:00
gtest Check in fused GTest files 2021-08-24 17:43:02 -04:00
shared chrome: Add setting for controlling the status bubble (fixes isse #3279) 2022-03-21 17:25:40 -04:00