3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the make_distrib tool for automated creation of CEF binary distributions (issue #260). More... almost 14 years ago
Mac: Fix GetLocalizedString() implementation. More... almost 14 years ago
Update to Chromium revision 102269. - Disable use of clang on Mac for the time being. More... almost 14 years ago
- Fix memory leaks in V8 usage (issue #323). - Improve performance of V8 string conversions (issue #323). - Add V8 performance test to cefclient (issue #323). - Add the ability to return exceptions from V8 accessors (issue #327). - Return undefined instead of null from a V8 handler if no return value is specified (issue #329). More... almost 14 years ago
Mac: Add DevTools tests and resources to cefclient. More... almost 14 years ago
Rename char16_t to char16 to fix VS2010 compiler errors due to char16_t becoming a built-in type (issue #243). More... almost 14 years ago
Windows: Call make_version_header.bat from cef_create_projects.bat. Previously it was executed by the patcher project. More... almost 14 years ago
Mac: Fix 10.6 SDK compile errors due to delegate protocol requirement. More... almost 14 years ago
Mac: Add context menu support (issue #293). More... almost 14 years ago
Mac: Fix compile errors due to revision 284 Chromium update. More... almost 14 years ago
Update to Chromium revision 100584. - Add a new CefSettings.graphics_implementation option for using different GL implementations. - Disable accelerated compositing by default due to multiple issues (issue #334, issue #335, issue #337). - Eliminate the "patcher" project and perform all patching during GYP project generation. - Fix references to non-existent files in cef.gyp. - Move BrowserWebKitInit method implementations to a separate .cc file. - Add support for Flash on Mac (issue #305). More... almost 14 years ago
Add a virtual destructor to CefBase (issue #321). More... almost 14 years ago
Issue #307: - Add a CefBrowser::HasDocument() method that tests if a document has been loaded in the browser window. - Modify ClientHandler::GetDownloadHandler() to demonstrate how to close a download popup window. More... almost 14 years ago
- [mac] Add selector implementations for edit commands (issue #276). - [mac] Don't generate character events for arrow key presses (issue #294). - Call OnSetFocus when the browser view receives focus/becomes first responder (issue #314). More... almost 14 years ago
Mac: Add missing canceled_ variable to WebDropTarget. More... almost 14 years ago
- Add CefDragHandler to support examination of drag data and cancellation of drag requests (issue #297). - Mac: Fix dragging of URLs by providing a default image if no drag image is supplied. More... almost 14 years ago
Support asynchronous continuation of custom scheme handler responses (issue #269). More... almost 14 years ago
Mac: Fix compile error. More... almost 14 years ago
Mac: - Don't show the "drop" icon outside of valid drop regions. - Fix a crash if the WebViewHost is destroyed before the BrowserWebView. - Remove unused/unnecessary code. More... almost 14 years ago
Improve documentation for CefBrowserSettings.user_style_sheet_location (issue #261). More... almost 14 years ago
Check the return value of UIT_CreatePopupWindow() in UIT_ShowDevTools() to avoid a crash when canceling the popup window (issue #285). More... almost 14 years ago
In CefContext::RemoveBrowser() allow the call to webkit_glue::ClearCache() to be executed immediately if we're already on the UI thread (which is the case when called "from" CefShutdown()), instead of being posted as a delayed task to avoid a thread death race condition (issue #277). More... almost 14 years ago
Windows: Add support for disabling HTML5 drag from browser by setting CefBrowserSettings.drag_drop_disabled to true (issue #284). More... almost 14 years ago
- Clean up implementation of modal window callbacks (issue #281). - Fix CefBrowser::GoForward documentation typo (issue #291). More... almost 14 years ago
Mac: Add support for disabling HTML5 drag&drop by setting CefBrowserSettings.drag_drop_disabled to true (issue #140). More... almost 14 years ago
Mac: - Add HTML5 drag&drop support (issue #140). - Client application must now provide NSApplication implementing CefAppProtocol and call CefRunMessageLoop() (issue #248). More... almost 14 years ago
Set the net::LOAD_IGNORE_LIMITS flag when executing synchronous load requests to avoid a deadlock in SyncRequestProxy (issue #192). More... about 14 years ago
Disable speech input because it is not currently implemented (issue #282). More... about 14 years ago
Remove comment about being able to modify |request| in OnBeforeBrowse (issue #279). More... about 14 years ago
Set WebRuntimeFeatures::enableTouch(false) to allow Google Maps API to function correctly (issue #134). More... about 14 years ago