Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
-------------------------------------------------------------------------------
Date: October 23, 2020
CEF Version: 85.3.13+gcd6cbe0+chromium-85.0.4183.121
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
@cd6cbe008b127990036945fb75e7c2c1594ab10d
Chromium Version: 85.0.4183.121
Chromium URL: https://chromium.googlesource.com/chromium/src.git
@9c29385424e19b60bbd8bbe7b1e5a6f0fc21c1a5
This distribution contains all components necessary to build and distribute an
application using CEF on the Windows platform. Please see the LICENSING
section of this document for licensing terms and conditions.
CONTENTS
--------
cmake Contains CMake configuration files shared by all targets.
Debug Contains libcef.dll, libcef.lib and other components required to
build and run the debug version of CEF-based applications. By
default these files should be placed in the same directory as the
executable and will be copied there as part of the build process.
include Contains all required CEF header files.
libcef_dll Contains the source code for the libcef_dll_wrapper static library
that all applications using the CEF C++ API must link against.
Release Contains libcef.dll, libcef.lib and other components required to
build and run the release version of CEF-based applications. By
default these files should be placed in the same directory as the
executable and will be copied there as part of the build process.
Resources Contains resources required by libcef.dll. By default these files
should be placed in the same directory as libcef.dll and will be
copied there as part of the build process.
tests/ Directory of tests that demonstrate CEF usage.
cefclient Contains the cefclient sample application configured to build
using the files in this distribution. This application demonstrates
a wide range of CEF functionalities.
cefsimple Contains the cefsimple sample application configured to build
using the files in this distribution. This application demonstrates
the minimal functionality required to create a browser window.
ceftests Contains unit tests that exercise the CEF APIs.
gtest Contains the Google C++ Testing Framework used by the ceftests
target.
shared Contains source code shared by the cefclient and ceftests targets.
USAGE
-----
Building using CMake:
CMake can be used to generate project files in many different formats. See
usage instructions at the top of the CMakeLists.txt file.
Please visit the CEF Website for additional usage information.
https://bitbucket.org/chromiumembedded/cef/
REDISTRIBUTION
--------------
This binary distribution contains the below components.
Required components:
The following components are required. CEF will not function without them.
* CEF core library.
* libcef.dll
* Crash reporting library.
* chrome_elf.dll
* Unicode support data.
* icudtl.dat
* V8 snapshot data.
* snapshot_blob.bin
* v8_context_snapshot.bin
Optional components:
The following components are optional. If they are missing CEF will continue to
run but any related functionality may become broken or disabled.
* Localized resources.
Locale file loading can be disabled completely using
CefSettings.pack_loading_disabled. The locales directory path can be
customized using CefSettings.locales_dir_path.
* locales/
Directory containing localized resources used by CEF, Chromium and Blink. A
.pak file is loaded from this directory based on the CefSettings.locale
value. Only configured locales need to be distributed. If no locale is
configured the default locale of "en-US" will be used. Without these files
arbitrary Web components may display incorrectly.
* Other resources.
Pack file loading can be disabled completely using
CefSettings.pack_loading_disabled. The resources directory path can be
customized using CefSettings.resources_dir_path.
* cef.pak
* cef_100_percent.pak
* cef_200_percent.pak
These files contain non-localized resources used by CEF, Chromium and Blink.
Without these files arbitrary Web components may display incorrectly.
* cef_extensions.pak
This file contains non-localized resources required for extension loading.
Pass the `--disable-extensions` command-line flag to disable use of this
file. Without this file components that depend on the extension system,
such as the PDF viewer, will not function.
* devtools_resources.pak
This file contains non-localized resources required for Chrome Developer
Tools. Without this file Chrome Developer Tools will not function.
* Angle and Direct3D support.
* d3dcompiler_47.dll (required for Windows Vista and newer)
* libEGL.dll
* libGLESv2.dll
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
will not function.
* SwiftShader support.
* swiftshader/libEGL.dll
* swiftshader/libGLESv2.dll
Without these files WebGL will not function in software-only mode when the GPU
is not available or disabled.
LICENSING
---------
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
this binary distribution for licensing terms and conditions. Other software
included in this distribution is provided under other licenses. Please visit
"about:credits" in a CEF-based application for complete Chromium and third-party
licensing information.
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
抖店飞鸽客服自动回复软件与源代码 (1253个子文件)
v8_context_snapshot.bin 167KB
v8_context_snapshot.bin 167KB
v8_context_snapshot.bin 167KB
snapshot_blob.bin 50KB
snapshot_blob.bin 50KB
snapshot_blob.bin 50KB
抖店自动回复软件.csprojAssemblyReference.cache 47KB
抖店自动回复软件.csprojAssemblyReference.cache 27KB
DesignTimeResolveAssemblyReferencesInput.cache 16KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferences.cache 1KB
抖店自动回复软件.csproj.GenerateResource.cache 1KB
DesignTimeResolveAssemblyReferences.cache 831B
抖店自动回复软件.csproj.CoreCompileInputs.cache 42B
抖店自动回复软件.csproj.CoreCompileInputs.cache 42B
packages.config 462B
App.config 189B
抖店自动回复软件.exe.config 189B
抖店自动回复软件.csproj.CopyComplete 0B
ClientAdapter.cpp 55KB
CefAppUnmanagedWrapper.cpp 32KB
CefBrowserHostWrapper.cpp 21KB
CefFrameWrapper.cpp 9KB
V8Serialization.cpp 9KB
RequestContext.cpp 8KB
TypeUtils.cpp 8KB
V8Serialization.cpp 8KB
ManagedCefBrowserAdapter.cpp 7KB
Frame.cpp 5KB
Primitives.cpp 5KB
JavascriptCallbackProxy.cpp 5KB
Request.cpp 5KB
CefBrowserWrapper.cpp 5KB
CefContextMenuParamsWrapper.cpp 4KB
Browser.cpp 4KB
CookieManager.cpp 3KB
JsObjectsSerialization.cpp 3KB
ObjectsSerialization.cpp 3KB
JsObjectsSerialization.cpp 3KB
CefRequestContextHandlerAdapter.cpp 3KB
WcfEnabledSubProcess.cpp 3KB
RequestContextBuilder.cpp 3KB
JavascriptAsyncMethodHandler.cpp 3KB
CefResourceHandlerAdapter.cpp 3KB
JavascriptMethodHandler.cpp 2KB
JavascriptRootObjectWrapper.cpp 2KB
JavascriptObjectWrapper.cpp 2KB
CefExtensionWrapper.cpp 2KB
NativeMethodWrapper.cpp 2KB
CefValueWrapper.cpp 2KB
CefUrlRequestClientAdapter.cpp 2KB
JavascriptAsyncMethodCallback.cpp 1KB
AssemblyInfo.cpp 1KB
JavascriptCallbackRegistry.cpp 1KB
JavascriptAsyncObjectWrapper.cpp 1KB
JavascriptPropertyWrapper.cpp 1KB
JavascriptMethodWrapper.cpp 908B
AssemblyInfo.cpp 888B
JavascriptAsyncMethodWrapper.cpp 789B
UrlRequest.cpp 646B
JavascriptCallbackFactory.cpp 528B
Stdafx.cpp 189B
Stdafx.cpp 34B
WebBrowserExtensions.cs 61KB
CefErrorCode.cs 48KB
DOM.cs 48KB
ResourceHandler.cs 45KB
Page.cs 42KB
ChromiumWebBrowser.cs 35KB
Debugger.cs 34KB
Runtime.cs 31KB
IBrowserHost.cs 29KB
Network.cs 26KB
Emulation.cs 25KB
Input.cs 24KB
JavascriptObjectRepository.cs 23KB
ResourceRequestHandler.cs 22KB
Overlay.cs 20KB
CSS.cs 20KB
ChromiumWebBrowser.Partial.cs 18KB
IMenuModel.cs 18KB
Target.cs 17KB
IRequestContext.cs 17KB
DevToolsClient.Generated.cs 17KB
RequestHandler.cs 16KB
Browser.cs 15KB
IWebBrowser.cs 14KB
ParentFormMessageInterceptor.cs 13KB
Fetch.cs 12KB
IRequestHandler.cs 11KB
HeapProfiler.cs 10KB
RequestContextExtensions.cs 10KB
ServiceWorker.cs 10KB
Profiler.cs 10KB
IResourceRequestHandler.cs 10KB
DOMNode.cs 10KB
IndexedDB.cs 10KB
CefCustomScheme.cs 10KB
DOMDebugger.cs 10KB
Node.cs 10KB
共 1253 条
- 1
- 2
- 3
- 4
- 5
- 6
- 13
资源评论
清缓
- 粉丝: 697
- 资源: 13
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- jdk - 22.0.2 - windows
- 496785224932493FLUENT_VOF&熔化_2D (不含仿真数据).zip
- jdk - 22.0.2 - macos
- 在Windows系统中管理Mac磁盘的实用工具-在Windows系统中创建并使用Mac磁盘,读取Mac磁盘中的文件
- PFC理论基础与Matlab仿真模型学习笔记(1)-PFC电路概述
- 吞食天地2马腾传.nes
- 西部数据发布的一款西数硬盘检测修复工具-支持WD-L/WD-ROYL板,能进行硬盘软复位,可识别硬盘查看或清除-供大家学习参考
- wwwwwwwwwwwwwwwwwww
- 利用恒源云在云端租用GPU服务器训练YOLOv8模型(包括Linux系统命令讲解)_恒源云跑模型-CSDN博客.html
- python自学教程-12-sql注入和防止sql注入.ev4.rar
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功