mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
d0a45cfbbbabc6d0054755d66b13f2cb1e8f2d49
- Always set the browser process VSync rate (frame rate) to CefSettings.windowless_frame_rate. - When the `enable-begin-frame-scheduling` command-line flag is specified the VSync rate for all processes will be synchronized to CefSettings.windowless_frame_rate. This flag cannot be used in combination with windowed rendering. - When the `disable-gpu` and `disable-gpu-compositing` command-line flags are specified the CefRenderHandler::OnPaint method will be called directly from the compositor instead of requiring an additional copy for each frame. - CefRenderHandler::OnPopupSize now passes view coordinates instead of (potentially scaled) pixel coordinates. - Add OSR unit tests for 2x (HiDPI) pixel scaling. - Improve CefRenderHandler documentation. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1960 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
Add support for begin frame scheduling and direct rendering when GPU compositing is disabled (issue #1368).
Add support for begin frame scheduling and direct rendering when GPU compositing is disabled (issue #1368).
Add support for begin frame scheduling and direct rendering when GPU compositing is disabled (issue #1368).
Add support for begin frame scheduling and direct rendering when GPU compositing is disabled (issue #1368).
Add CefBrowserHost::GetNavigationEntries for retrieving a snapshot of navigation history (issue #1442).
Add support for begin frame scheduling and direct rendering when GPU compositing is disabled (issue #1368).
Description
Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Languages
C++
83.4%
Python
7.9%
C
3%
Objective-C++
2.4%
HTML
2.2%
Other
1%