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: Fix cefclient app package build and execution problems. - Improve error message in ClientHandler::HandleLoadError. More... about 14 years ago
Fix bugs in CefByteReadHandler::Seek(). More... about 14 years ago
- Persist localStorage data across sessions when a cache path is specified (issue #139). - Add a localStorage test to cefclient. More... about 14 years ago
Expose popup window feature information with CefPopupFeatures argument to CefHandler::HandleBeforeCreated (issue #135). More... about 14 years ago
Update to Chromium revision 66269. - Fixes a crash with Flash-related JavaScript (issue #115). More... about 14 years ago
Mac: - Fix patcher target. More... about 14 years ago
Mac: - Add resource files. More... about 14 years ago
Mac: - Complete basic functionality in libcef. - Port cefclient and unittests. More... about 14 years ago
- Fix a reference leak in CefXmlReaderImpl due to xml_close_callback not always being called. - Make include guards consistent in browser_web_worker.h More... over 14 years ago
Add web worker stub implementation to avoid crash (issue #138). More... over 14 years ago
libcef_dll_wrapper: - Include cef_logging.h instead of base/logging.h to avoid link errors. More... over 14 years ago
Fix bug in ClientHandler::SendNotification(). More... over 14 years ago
Changes to cefclient in preparation for porting. More... over 14 years ago
Update to Chromium revision 64233. - Enable the WebGL desktop implementation which is now working in combination with accelerated compositing (issue #136). More... over 14 years ago
Allow creation of the 3d graphics context in order to support 3D CSS accelerated compositing. (issue #136). More... over 14 years ago
Update to Chromium revision 63876. More... over 14 years ago
More changes to disable WebGL support. More... over 14 years ago
Expose zip archive reading support (issue #30). Move ClientReadHandler to CefByteReadHandler in cef_wrapper.h. Add support for the time_t data type to cef_parser.py. More... over 14 years ago
WebGL performance with osmesa is unusably slow. Disable WebGL support until a working desktop or egl implementation is available. More... over 14 years ago
Add initial Mac implementation files. More... over 14 years ago
Update to Chromium revision 63396. Fix crash in browser database system (issue #132). More... over 14 years ago
Fix problem with <select> pull-down lists not displaying (issue #133). More... over 14 years ago
Rename CefXmlReader::MoveToNextElement to CefXmlReader::MoveToNextNode to better represent its purpose. More... over 14 years ago
Expose XML parsing support (issue #28). More... over 14 years ago
- Add createGraphicsContext3D() method which is required for WebGL support. - Add debug mode check that CefDownloadHandler objects are being cleaned up properly. More... over 14 years ago
- Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). - Fix parsing error in cef_parser.py due to space between angle brackets in template type definitions, and add support for int64 type. - Update copyright messages in Python and generated files. More... over 14 years ago
Update to Chromium revision 62731. - Introduce BrowserFileWriter implementation. - ResourceLoaderBridge::ResponseInfo renamed to ResourceResponseInfo. - StatsTable and SplitString moved to "base" namespace. More... over 14 years ago
Fix various Mac compile errors. More... over 14 years ago
Fix various Mac and Linux compile errors. More... over 14 years ago
Initial header for Mac and Linux support. More... over 14 years ago