openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
chromiumembedded
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 100 of 109
Search / Filter on:
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).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Fix GetLocalizedString() implementation.
Marshall Greenblatt
More...
almost 14 years ago
Update to Chromium revision 102269. - Disable use of clang on Mac for the time being.
Marshall Greenblatt
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).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Add DevTools tests and resources to cefclient.
Marshall Greenblatt
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).
Marshall Greenblatt
More...
almost 14 years ago
Windows: Call make_version_header.bat from cef_create_projects.bat. Previously it was executed by the patcher project.
Marshall Greenblatt
More...
almost 14 years ago
Mac: Fix 10.6 SDK compile errors due to delegate protocol requirement.
Marshall Greenblatt
More...
almost 14 years ago
Mac: Add context menu support (issue #293).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Fix compile errors due to revision 284 Chromium update.
Marshall Greenblatt
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).
Marshall Greenblatt
More...
almost 14 years ago
Add a virtual destructor to CefBase (issue #321).
Marshall Greenblatt
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.
Marshall Greenblatt
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).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Add missing canceled_ variable to WebDropTarget.
Marshall Greenblatt
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.
Marshall Greenblatt
More...
almost 14 years ago
Support asynchronous continuation of custom scheme handler responses (issue #269).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Fix compile error.
Marshall Greenblatt
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.
Marshall Greenblatt
More...
almost 14 years ago
Improve documentation for CefBrowserSettings.user_style_sheet_location (issue #261).
Marshall Greenblatt
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).
Marshall Greenblatt
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).
Marshall Greenblatt
More...
almost 14 years ago
Windows: Add support for disabling HTML5 drag from browser by setting CefBrowserSettings.drag_drop_disabled to true (issue #284).
Marshall Greenblatt
More...
almost 14 years ago
- Clean up implementation of modal window callbacks (issue #281). - Fix CefBrowser::GoForward documentation typo (issue #291).
Marshall Greenblatt
More...
almost 14 years ago
Mac: Add support for disabling HTML5 drag&drop by setting CefBrowserSettings.drag_drop_disabled to true (issue #140).
Marshall Greenblatt
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).
Marshall Greenblatt
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).
Marshall Greenblatt
More...
about 14 years ago
Disable speech input because it is not currently implemented (issue #282).
Marshall Greenblatt
More...
about 14 years ago
Remove comment about being able to modify |request| in OnBeforeBrowse (issue #279).
Marshall Greenblatt
More...
about 14 years ago
Set WebRuntimeFeatures::enableTouch(false) to allow Google Maps API to function correctly (issue #134).
Marshall Greenblatt
More...
about 14 years ago
←
1
2
…
96
97
98
99
100
101
102
103
104
…
108
109
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree