3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Update to Chromium revision 85305. - Use the angle library for GL support (issue #136). - Add a workaround for the SyncRequestProxy deadlock problem (issue #192). More... about 14 years ago
- Explicitly load the URL after calling UIT_CreatePopupWindow (issue #215). More... about 14 years ago
Force Flash and Silverlight plugins to use opaque (windowless) mode when rendering off-screen (issue #214). More... about 14 years ago
Force Flash and Silverlight plugins to use opaque (windowless) mode when rendering off-screen (issue #214). More... about 14 years ago
Add CefDOMNode::IsSame() method. More... about 14 years ago
- Don't load URLs twice for popup windows (issue #215). - Make the |url| parameter to HandleBeforeCreated constant (issue #215). More... about 14 years ago
Handle the WM_GETDLGCODE message on Windows so that the browser receives all keyboard input when used as a dialog window (issue # 223). More... about 14 years ago
Fix plugin enabled check in ShouldDownload (issue #227). More... about 14 years ago
Add make_version_header tool for populating libcef.dll version number and copyright year via version.h header file (issue #108). More... about 14 years ago
Allow custom schemes to cause redirects (issue #98). More... over 14 years ago
- Add support for returning an HTTP status code from HandleBeforeResourceLoad and custom scheme handlers via the CefResponse class (issue #202). - Add unit tests for custom scheme handlers (issue #221). - Fix reversed enable/disable of stop and reload buttons in cefclient. More... over 14 years ago
Give cookie unit tests a far future test date. More... over 14 years ago
Support parsing of virtual methods with default implementations. More... over 14 years ago
Add standard argument checks as part of translator code generation. More... over 14 years ago
Mac: - Implement the WebExternalPopupMenu interface to fix select popup menu display. - Remove the kCFRunLoopBeforeTimers option from CFRunLoopObserverCreate to reduce CPU usage (issue #211). More... over 14 years ago
- Add cookie get/set support (issue #88). - Move classes that extend structures to cef_types_wrappers.h and implement using the new CefStructBase template class. - Change the HandleProtocolExecution |allow_os_execution| argument to pass by reference to maintain consistency with other API functions. More... over 14 years ago
Make modal popup windows behave the same as non-modal popup windows (issue #216). More... over 14 years ago
- Add support for entering a V8 context asynchronously (issue #203). - Add support for V8 accessors (issue #203). More... over 14 years ago
- Use libjpeg_turbo instead of libjpeg (fixes Mac GYP error). - Fix incorrect assertion in cefclient_mac.mm. More... over 14 years ago
Update to Chromium revision 80310. More... over 14 years ago
Fix incorrect screen size information (issue #189). More... over 14 years ago
Fix bug in WebWidgetHost::DidInvalidateRect(). More... over 14 years ago
Slow down the off-screen rendering timer to avoid excessive CPU usage. More... over 14 years ago
Fix GYP file typo. More... over 14 years ago
- Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. - Add CefRunMessageLoop() for efficient message loop usage and modify cefclient to use it. - Add CefHandler::HandleNavStateChange() for back/forward state notifications and modify cefclient to use it. More... over 14 years ago
Add support for retrieving values from DOM form elements. More... over 14 years ago
Add a history entry when navigating to anchors within the same page (issue #207). More... over 14 years ago
Fix next browser ID value reset (issue #204). More... over 14 years ago
Fix Mac settings to allow both Xcode debugging and app execution (issue #199). More... over 14 years ago
Fix CHROMIUM_BUILD_COMPATIBILITY.txt dates (issue #206). More... over 14 years ago