0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid crash when building Chrome with CEF patches applied. More... over 11 years ago
Avoid crash when building Chrome with CEF patches applied. More... over 11 years ago
Fix completion status for asynchronous custom resource handler requests (issue #1066, issue #1187). More... over 11 years ago
Add missing patch file for revision 1592 changes. More... over 11 years ago
Update to Chromium revision 248478. - Add new CefSettings.windowless_rendering_enabled value that must be enabled when using windowless (off-screen) rendering. - Improve naming and documentation for CefWindowInfo members. - CefBeginTracing now completes asynchronously. - Rename CefEndTracingAsync to CefEndTracing. - Rename CefCompletionHandler to CefCompletionCallback. More... over 11 years ago
Mac: Fix compile errors. More... over 11 years ago
Revert unintended changes from revision 1582. More... over 11 years ago
Revert unintended changes from revision 1582. More... over 11 years ago
- Add MayBlock() method to stream classes which is used as a hint when determining the thread to access the stream from (issue #1187). - In cases where MayBlock() returns true have CefStreamResourceReader perform the reads on the FILE thread (issue #1187). More... over 11 years ago
Fix crash when using asynchronous continuation with a custom resource handler (issue #1066). More... over 11 years ago
Add a new CefURLParts.origin member for retrieving the origin when parsing a URL. More... over 11 years ago
Add a CefGetMimeType function for retrieving the mime type of a file extension (issue #1098). More... over 11 years ago
Windows: Fix 64-bit compile errors (issue #1184). More... over 11 years ago
Provide a generic JavaScript message router implementation (issue #1183). More... over 11 years ago
Add <algorithm> include required by VS2013 (issue #1094). More... over 11 years ago
Mac: Fix loading of media libraries (issue #1176) More... over 11 years ago
Add <algorithm> include required by VS2013 (issue #1094). More... over 11 years ago
Send the kProductVersion flag to all processes (issue #1149). More... over 11 years ago
Mac: Allow customization of background color (issue #1161) More... over 11 years ago
Windows: Allow customization of background color (issue #1161). More... over 11 years ago
Fix C compiler errors when using the C API (issue #1165). - Replace 'bool' with 'int' in cef_types[_*].h. - Typedef enums in cef_types.h - Add includes and struct forward declarations in C API header files. More... over 11 years ago
Update copyright year in generated files. More... over 11 years ago
Update to Chromium revision 242756. More... over 11 years ago
Windows: Improve "view source" implementation. More... over 11 years ago
Update to Chromium revision 241258. - Update tracing implementation to use the new file-based approach (issue #1157). More... over 11 years ago
Update the CEF logo image in cefclient. More... over 11 years ago
Add a CEF_ENABLE_SANDBOX define in cefclient and cefsimple to make disabling the sandbox easier for non-VS2010 builds of the binary distribution (issue #524). More... over 11 years ago
Fix crash when browser window creation is canceled (issue #1147). More... over 11 years ago
Windows: Switch to aura/views architecture for content window creation (issue #180). More... over 11 years ago
Mac: Fix creation of dSYM files for the Release target by enabling the |mac_strip_release| GYP variable which was disabled in Chromium revision 235601. More... over 11 years ago