cef/tests
Marshall Greenblatt 3c85154faf Remove renderer process CefURLRequest support
The CefFrame::CreateURLRequest method is no longer supported in the renderer
process. Usage of this method was already limited to same-origin requests due
to renderer process CORS restrictions, and the underlying Blink API has now
been removed in https://crbug.com/1413912 (M112+).

Existing alternatives include CefURLRequest usage in the browser process, or
JavaScript XMLHttpRequest/fetch API usage in the renderer process.
2023-02-28 13:36:15 -05:00
..
cefclient views: mac: Fix frameless window behavior (fixes issue #3189) 2023-02-28 18:34:12 +00:00
cefsimple Update source files for bracket style 2023-01-04 17:47:17 -05:00
ceftests Remove renderer process CefURLRequest support 2023-02-28 13:36:15 -05:00
gtest Update source files for bracket style 2023-01-04 17:47:17 -05:00
shared views: mac: Fix frameless window behavior (fixes issue #3189) 2023-02-28 18:34:12 +00:00