23 Commits

Author SHA1 Message Date
Daniel Nitsche
879911b721 Update to Chromium version 75.0.3749.0 () 2019-04-16 14:38:48 +00:00
Marshall Greenblatt
85c34c4dcf Add CookieManagerImpl for NetworkService (see issue ).
To test: Run `ceftests --gtest_filter=CookieTest.*:-CookieTest.GetCookieManager*
                       --enable-network-service`

There should be no functional change when running without the NetworkService
enabled.

Known issues:
- CefCookieManager::SetSupportedSchemes is not yet implemented.
2019-03-25 15:35:59 -04:00
Alexander Guettler
725ed88529 Update to Chromium version 74.0.3729.0 ()
- Windows: 10.0.17763.0 SDK is now required.
- Mac: 10.13 SDK is now required.
- Removed CefRequestContext::ResolveHostCached which is no longer supported by Chromium.
2019-03-13 21:27:37 +00:00
Marshall Greenblatt
5a1c642431 Update to Chromium version 74.0.3706.0 () 2019-02-25 12:09:54 -05:00
Mike Wiedenbauer
4b5c38eeb4 Improve CefURLRequestJob redirect handling (issue ) 2019-01-11 15:12:06 +00:00
Marshall Greenblatt
3e06fa8271 Revert "Improve CefURLRequestJob redirect handling (issue )"
This reverts commit 7ea19d740d61525db50abd78b203af414a7374f4 which was added
prematurely.
2018-11-15 15:26:48 -05:00
Mike Wiedenbauer
7ea19d740d Improve CefURLRequestJob redirect handling (issue ) 2018-11-14 16:27:06 -05:00
Marshall Greenblatt
2d48a07bec Update to Chromium version 69.0.3476.0 () 2018-07-03 13:48:07 -04:00
Mike Wiedenbauer
90863b8c5d Add ability to stop CefURLRequest on redirect (issue ) 2018-04-10 13:05:18 -04:00
Marshall Greenblatt
7a59914f97 Update to Chromium revision 66afc5e5 () 2018-03-22 16:56:23 -04:00
Mike Wiedenbauer
39ccd85d77 Fixes encoding issues when using a custom resource handler (issue ). 2018-02-22 19:05:54 +00:00
Marshall Greenblatt
d34d3d1b3b Add callbacks for network request access to cookies (issue ) 2018-02-06 16:06:44 -05:00
Marshall Greenblatt
8d51acb9be Update to Chromium revision 5fdc0fab ()
- Windows now builds with clang by default.
2017-12-14 15:31:07 -05:00
Marshall Greenblatt
9334a09176 Set the correct response status on internal redirects 2017-10-26 15:58:43 -04:00
Marshall Greenblatt
31d9407ee2 Apply clang-format to all C, C++ and ObjC files (issue ) 2017-05-18 12:30:05 +02:00
Marshall Greenblatt
05ee60b7b4 Update to Chromium revision 318e6f54 () 2016-06-21 12:41:21 -04:00
Marshall Greenblatt
958618359c Add error code to CefResponse (issue ) 2016-05-11 15:36:15 -04:00
Marshall Greenblatt
243a9c26d7 Update to Chromium revision 0bfd25d4 ()
- Delete include/cef_runnable.h (issue ).
- Build the cef_unittests target using all Chromium headers. Add a
  USING_CHROMIUM_INCLUDES define and libcef_dll_wrapper_unittests
  target to support this. This change avoids compile errors due to
  the divergence of CEF and Chromium base/ header implementations.
  The libcef_dll_wrapper sources must now compile successfully with
  both CEF and Chromium base/ headers (issue ).
- The onbeforeunload message specified via JavaScript is no longer
  passed to the client (see http://crbug.com/587940).
2016-03-17 13:01:21 -04:00
Marshall Greenblatt
f7aa98fe69 Update to Chromium revision 088f14a0 ()
- Building on Windows now requires the Windows 10.0.10586 SDK.
- Remove CefParseCSSColor which was implemented using Blink code in the
  browser process. This is longer advisable now that the Oilpan GC is enabled.
- Avoid potential renderer process crashes by disabling script actions
  on the CefV8Context passed to CefRenderProcessHandler::OnContextReleased.
2016-02-08 13:16:11 -05:00
Marshall Greenblatt
5dec0c5f57 Update to Chromium revision c78c0ad7 () 2015-12-10 12:45:26 -05:00
Marshall Greenblatt
f207a555a3 Add support for response filtering (issue ).
- Add a new CefRequestHandler::GetResourceResponseFilter method and
  CefResponseFilter class.
2015-12-08 13:47:52 -05:00
Marshall Greenblatt
626fc561ca Add new CefRequestHandler::OnResourceLoadComplete callback (issue ) 2015-12-04 13:59:14 -05:00
Marshall Greenblatt
269aaa2c3c Move network-related code to net/ folder 2015-11-25 21:53:12 -05:00