0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduce locking in browser and frame implementations to avoid potential deadlocks (issue #824). More... about 12 years ago
Add CefJSDialogHandler::OnDialogClosed callback (issue #943). More... about 12 years ago
Use scoped class to implement CEF_TRACE_EVENTx (issue #971). More... about 12 years ago
Mac: Add IME support with off-screen rendering (issue #973). More... about 12 years ago
cefclient: Fix frame rate calculation (issue #987). More... about 12 years ago
Fix race condition during V8 proxy initialization (issue #912). More... over 12 years ago
Update to Chromium revision 198276. More... over 12 years ago
Linux: Update binary distrib to execute pkg-config as part of the make configuration. More... over 12 years ago
Linux: Update binary distrib to execute pkg-config as part of the make configuration. More... over 12 years ago
Linux: Fix paths in binary distrib make files that caused build errors on Debian. More... over 12 years ago
Linux: Fix paths in binary distrib make files that caused build errors on Debian. More... over 12 years ago
Support cross-origin XMLHttpRequest loads and redirects for custom standard schemes when enabled via the cross-origin whitelist (issue #950). - Call WebSecurityPolicy::registerURLSchemeAsCORSEnabled() for custom standard schemes. - Explicitly check the cross-origin whitelist in CefResourceDispatcherHostDelegate::OnRequestRedirected() and add the appropriate CORS headers. - Improve the CefAddCrossOriginWhitelistEntry() documentation to mention the top-level domain requirement for sub-domain matching. More... over 12 years ago
Improve scheme handler documentation. More... over 12 years ago
Update to Chromium revision 194165. More... over 12 years ago
Continue resource loading asynchronously to avoid issues during ResourceScheduler stack unwinding. More... over 12 years ago
Fix crash during window close when no CefClient is provided. More... over 12 years ago
Mac: Add off-screen rendering support (issue #518). - Build with the 10.7 SDK (set GYP_DEFINES='mac_sdk=10.7') to include Retina support in the cefclient OSR example. More... over 12 years ago
Destroy CefMenuCreator on the UI thread thread (issue #887). More... over 12 years ago
Update to Chromium revision 194165. More... over 12 years ago
make_distrib improvements: - Windows: Change the directory and build structure to match other platforms. - Windows: Create archives of both Debug and Release symbols. - Windows: Create a separate archive for documentation. - Add a new "client" mode flag that creates a distribution of cefclient. - Add "no-docs" and "no-archive" flags. - Break README.txt files into separate components that can be shared between platforms and distribution modes. More... over 12 years ago
Linux: Fix files included by make_distrib for cefclient mode More... over 12 years ago
Mac: Fix make_distrib.py script errors More... over 12 years ago
make_distrib improvements: - Windows: Change the directory and build structure to match other platforms. - Windows: Create archives of both Debug and Release symbols. - Windows: Create a separate archive for documentation. - Add a new "client" mode flag that creates a distribution of cefclient. - Add "no-docs" and "no-archive" flags. - Break README.txt files into separate components that can be shared between platforms and distribution modes. More... over 12 years ago
Remove V8 worker bindings (issue #451). More... over 12 years ago
Remove V8 worker bindings (issue #451). More... over 12 years ago
Linux: Simplify gtk-related dependencies in cef.gyp. More... over 12 years ago
- Fix ninja build on all platforms (issue #922). - Update make_distrib.py to support ninja builds via a new "ninja-build" flag (issue #922). - Improvements to automate.py: -- Allow specification of the depot_tools directory via a "depot-tools" flag (issue #592). -- Add ninja build support via a "ninja-build" flag (issue #922). -- Allow relative paths for download directories (issue #942). -- Add the ability to print commands without executing them via a "dry-run" flag. -- Specifying the "force-clean" flag will also remove the build output directory. -- Add support for a minimal distribution mode where only release binaries and resources are packaged. More... over 12 years ago
Mac: Fix inclusion of resource files in binary distributions. More... over 12 years ago
Add support for a minimal distribution mode where only release binaries and resources are packaged. More... over 12 years ago
Improvements to automate.py: - Allow specification of the depot_tools directory via a "depot-tools" flag (issue #592). - Add ninja build support via a "ninja-build" flag (issue #922). - Allow relative paths for download directories (issue #942). - Add the ability to print commands without executing them via a "dry-run" flag. More... over 12 years ago