Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
-------------------------------------------------------------------------------
Date: July 01, 2020
CEF Version: 83.4.2+gc8d4f85+chromium-83.0.4103.106
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
@c8d4f85687388ad1d2ef246c831e4f8fac963510
Chromium Version: 83.0.4103.106
Chromium URL: https://chromium.googlesource.com/chromium/src.git
@9fecb6416875fabd888454bfa3498c693ea6f5d3
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.
没有合适的资源?快使用搜索试试~ 我知道了~
WinForm窗体程序中使用CefSharp获取加载后的资源、截取request参数、拦截response数据、注入jquery...
共718个文件
cs:273个
pak:174个
h:112个
4星 · 超过85%的资源 需积分: 29 319 下载量 185 浏览量
2020-07-10
02:37:59
上传
评论 6
收藏 371.21MB ZIP 举报
温馨提示
环境:vs2019、.net 4.6。 WinForm窗体程序中使用CefSharp获取加载后的资源、截取request参数、拦截response数据、注入jquery文件和js代码。有问题可联系q369628105
资源推荐
资源详情
资源评论
收起资源包目录
WinForm窗体程序中使用CefSharp获取加载后的资源、截取request参数、拦截response数据、注入jquery文件和js代码。 (718个子文件)
v8_context_snapshot.bin 167KB
v8_context_snapshot.bin 166KB
v8_context_snapshot.bin 166KB
snapshot_blob.bin 49KB
snapshot_blob.bin 49KB
snapshot_blob.bin 49KB
WindowsFormsApp1.csprojAssemblyReference.cache 19KB
DesignTimeResolveAssemblyReferencesInput.cache 16KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
WindowsFormsApp1.csproj.GenerateResource.cache 1012B
DesignTimeResolveAssemblyReferences.cache 819B
WindowsFormsApp1.csprojAssemblyReference.cache 424B
WindowsFormsApp1.csproj.CoreCompileInputs.cache 42B
packages.config 376B
WindowsFormsApp1.exe.config 187B
App.config 187B
ClientAdapter.cpp 52KB
CefAppUnmanagedWrapper.cpp 30KB
CefBrowserHostWrapper.cpp 21KB
CefFrameWrapper.cpp 9KB
V8Serialization.cpp 9KB
RequestContext.cpp 8KB
TypeUtils.cpp 8KB
V8Serialization.cpp 7KB
ManagedCefBrowserAdapter.cpp 6KB
Frame.cpp 5KB
Primitives.cpp 5KB
Request.cpp 5KB
CefBrowserWrapper.cpp 5KB
JavascriptCallbackProxy.cpp 4KB
CefContextMenuParamsWrapper.cpp 4KB
Browser.cpp 4KB
ObjectsSerialization.cpp 3KB
CookieManager.cpp 3KB
JsObjectsSerialization.cpp 3KB
JsObjectsSerialization.cpp 3KB
WcfEnabledSubProcess.cpp 3KB
JavascriptAsyncMethodHandler.cpp 3KB
CefResourceHandlerAdapter.cpp 3KB
JavascriptMethodHandler.cpp 2KB
JavascriptRootObjectWrapper.cpp 2KB
JavascriptObjectWrapper.cpp 2KB
CefExtensionWrapper.cpp 2KB
NativeMethodWrapper.cpp 2KB
CefRequestContextHandlerAdapter.cpp 2KB
CefValueWrapper.cpp 2KB
CefUrlRequestClientAdapter.cpp 2KB
JavascriptAsyncMethodCallback.cpp 1KB
JavascriptCallbackRegistry.cpp 1KB
AssemblyInfo.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 58KB
ChromiumWebBrowser.cs 49KB
CefErrorCode.cs 48KB
ResourceHandler.cs 45KB
IBrowserHost.cs 29KB
JavascriptObjectRepository.cs 22KB
ResourceRequestHandler.cs 22KB
ResourceRequestHandler.cs 22KB
IMenuModel.cs 18KB
IRequestContext.cs 17KB
RequestHandler.cs 16KB
RequestHandler.cs 16KB
IWebBrowser.cs 13KB
ParentFormMessageInterceptor.cs 13KB
DefaultRequestHandler.cs 12KB
IRequestHandler.cs 11KB
IResourceRequestHandler.cs 10KB
CefCustomScheme.cs 10KB
ResourceHandler.cs 9KB
DependencyChecker.cs 9KB
IResourceHandler.cs 9KB
IBrowserSettings.cs 9KB
IFrame.cs 8KB
ILifeSpanHandler.cs 8KB
AsyncExtensions.cs 7KB
IRenderWebBrowser.cs 7KB
IExtensionHandler.cs 7KB
FolderSchemeHandlerFactory.cs 6KB
LimitedConcurrencyLevelTaskScheduler.cs 6KB
DefaultBinder.cs 6KB
CursorType.cs 6KB
DefaultFocusHandler.cs 6KB
DevToolsExtensions.cs 6KB
ConcurrentMethodRunnerQueue.cs 6KB
PostDataExtensions.cs 6KB
ResourceRequestHandlerFactory.cs 6KB
ICookieManager.cs 5KB
TaskExtensions.cs 5KB
IRequest.cs 5KB
IBrowser.cs 5KB
IDisplayHandler.cs 5KB
共 718 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8
开山怪不怪
- 粉丝: 2
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【Java设计模式】微服务聚合器模式
- java实现攻击拦截,独立服务, 处理SYN Flood攻击检测等
- 基于SpringBoot+Vue.JS前后端分离的课程管理平台 源码+数据库(毕业设计)
- 鲁棒优化的原理及应用.pdf
- 基于SpringBoot+Vue.JS前后端分离的加油站管理系统 源码+数据库(毕业设计)
- 蒙特卡洛模拟python实例.pdf
- Delphi的网络通信控件:JSocket (改进升级支持Delphi XE12版)
- 基于SpringBoot+Vue.JS前后端分离的在线办公系统 源码+数据库(毕业设计)
- 材料重量计算器V2.3
- 博途V15.1 PLC模拟量滤波程序,西门子1200和1500通用,有电压或者电流或者热电偶选择,高低位和高高低低位报警,有滤波
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页