mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-17 03:48:49 +01:00
81f8883b4a
- Add new libpdf.so library on Linux and PDF.plugin app bundle on OS X. - Move scaled resources from cef.pak into separate cef_100_percent.pak and cef_200_percent.pak files. - Password-protected PDF files are not currently supported. - No fallback is provided for PDF files that contain unsupported features. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1758 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
REDISTRIBUTION
|
|
--------------
|
|
|
|
This binary distribution contains the below components. Components listed under
|
|
the "required" section must be redistributed with all applications using CEF.
|
|
Components listed under the "optional" section may be excluded if the related
|
|
features will not be used.
|
|
|
|
Required components:
|
|
|
|
* CEF core library
|
|
libcef.so
|
|
|
|
* Unicode support
|
|
icudtl.dat
|
|
|
|
Optional components:
|
|
|
|
* Localized resources
|
|
locales/
|
|
Note: Contains localized strings for WebKit UI controls. A .pak file is loaded
|
|
from this folder based on the value of environment variables which are read
|
|
with the following precedence order: LANGUAGE, LC_ALL, LC_MESSAGES and LANG.
|
|
Only configured locales need to be distributed. If no locale is configured the
|
|
default locale of "en-US" will be used. Locale file loading can be disabled
|
|
completely using CefSettings.pack_loading_disabled. The locales folder path
|
|
can be customized using CefSettings.locales_dir_path.
|
|
|
|
* Other resources
|
|
cef.pak
|
|
cef_100_percent.pak
|
|
cef_200_percent.pak
|
|
devtools_resources.pak
|
|
Note: Contains WebKit image and inspector 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.
|
|
|
|
* FFmpeg audio and video support
|
|
libffmpegsumo.so
|
|
Note: Without this component HTML5 audio and video will not function.
|
|
|
|
* PDF support
|
|
libpdf.so
|