3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mac: - Restore missing call to OnBeforeClose(). - Fix assertion when closing popup windows. More... over 13 years ago
Update to Chromium revision 91424. - Add tools/gyp_cef to satisfy grit_info.py module load requirement. - Add skia_gpu.patch to work around skia/Angle/WebGL bug. More... over 13 years ago
Add support for WebPreferences accelerated_video_enabled, accelerated_drawing_enabled and accelerated_plugins_enabled (entry #278). More... over 13 years ago
Fix OnResourceResponse spelling error (issue #270). More... over 13 years ago
Use a file URL for the DevTools path to fix a DevTools load problem on Mac (issue #265). More... over 13 years ago
- When running in multi-threaded message loop mode wait for the UI thread to exit before returning from CefContext::Shutdown() (issue #263). - Fix crash in IME handling when closing the application while content is still loading. More... over 13 years ago
Add support for IME-aware applications (issue #254). More... over 13 years ago
Fix bug when dragging to a window before mouse events have been detected (issue #262). More... over 13 years ago
Add support for modal dialogs (issue #250). More... over 13 years ago
Don't call SetFocus(NULL) from WM_KILLFOCUS in CefBrowserImpl (issue #256). More... over 13 years ago
Fix focus on navigation when no CefFocusHandler is provided. More... over 13 years ago
Restore keyboard focus on window activation (issue #256). More... over 13 years ago
Change comment format to support automatic document generation using the CppDoc application. More... over 13 years ago
Change comment format to support automatic document generation using the CppDoc application. More... over 13 years ago
Change comment format to support automatic document generation using the CppDoc application. More... over 13 years ago
Fix documentation on CefSettings.extra_plugin_paths. More... over 13 years ago
Improvements to scheme handling (issue #246). - Break CefRegisterScheme into separate CefRegisterCustomScheme and CefRegisterSchemeHandlerFactory functions. - Allow registration of handlers for built-in schemes. - Supply scheme and request information to CefSchemeHandlerFactory::Create. - Add CrossOriginWhitelist functions for bypassing the same-origin policy with both built-in and custom standard schemes. More... over 13 years ago
Add support for setting response header values (issue #246). More... over 13 years ago
Add current thread expectations to content_filter_unittest.cc More... over 13 years ago
Remove the url check from life_span_handler_on_before_popup because the URL will be NULL when clicking a link with target="_blank" (issue #247). More... over 13 years ago
Add OnResourceReponse and CefContentFilter for viewing and filtering response content (issue #241). More... over 13 years ago
Add Date type support to CefV8Value (issue #190). More... over 13 years ago
Fix compile error. More... over 13 years ago
Fix compile errors. More... over 13 years ago
Fix compile errors. More... over 13 years ago
- Fix Mac compile errors. - Fix GYP configuration errors. - Only use angle GL implementation on Windows (not supported on other platforms). More... over 13 years ago
Move cef_* header files that should not be directly included by the client to the "include/internal" folder. More... over 13 years ago
Change to using OS_* defines in cef_*.h platform files. More... over 13 years ago
Significant API changes for issue #218: - Replace CefHandler with a new CefClient interface and separate handler interfaces. - Add support for virtual inheritance to allow multiple CefBase parented interfaces to be implemented in the same class. - Replace CefThreadSafeBase with IMPLEMENT_* macros to support virtual inheritance and to only provide locking implementations when needed. - Move the CefBrowserSettings parameter from CefInitialize to CreateBrowser. - Add a new cef_build.h header that provides platform-specific and OS_* defines. - Introduce the use of OVERRIDE to generate compiler errors on Windows if a child virtual method declaration doesn't match the parent declaration. - Use NDEBUG instead of _DEBUG because _DEBUG is not defined on Mac. (issue #240). More... over 13 years ago
Add support for navigator.onLine and online/offline window events (issue #234). More... over 13 years ago