mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-28 18:41:24 +01:00
f7aa98fe69
- 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.
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
# The Chromium Embedded Framework (CEF) project is built on top of the Chromium
|
|
# project source tree. Chromium should be updated to the URL and revision listed
|
|
# below before building CEF. Chromium compatibility information for older CEF
|
|
# revisions is available by viewing this file's change history.
|
|
#
|
|
# Instructions for building CEF are available at:
|
|
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
|
|
|
{
|
|
'chromium_checkout': '088f14a08fb102ca523424290965c04052eca325',
|
|
}
|