3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add zoom support (issue #116). More... over 14 years ago
Add support for single sign-on (issue #148). More... over 14 years ago
Disable notification API to avoid crash due to it not being implemented (issue #170). More... over 14 years ago
Add the ability to specify log file location and severity level (issue #172). More... over 14 years ago
Add HandleProtocolExecution event for unregistered protocols (issue #155). More... over 14 years ago
- Update to Chromium revision 71081. - Add a new |isMainContent| boolean argument to HandleLoadStart and HandleLoadEnd (issue #166). - Only call HandleAddressChange and HandleTitleChange for the main content load (issue #166). - Pass the URL for new popup windows to HandleBeforeCreated (issue #5). - cefclient: Add a test for XMLHttpRequest. - cefclient: Size popup windows in ClientHandler::HandleBeforeCreated. More... over 14 years ago
- Add initial Linux implementation files. - Fix copyright years. More... over 14 years ago
Fix mac compile errors. More... over 14 years ago
- Update to Chromium revision 70742. - Fix crash when calling CefInitialize with extra_plugins_paths specified (issue #164). More... over 14 years ago
Add CefHandler::HandleAuthenticationRequest for handling authentication requests (issue #150). More... over 14 years ago
Fix a crash when calling CefShutdown() before destroying all browser windows (issue #159). More... over 14 years ago
Fix use of the default error text when returning RV_CONTINUE from HandleLoadError (issue #161). More... over 14 years ago
Add more robust download handler implementation (issue #156). More... over 14 years ago
Fix potential memory leak from calling WinHttpGetIEProxyConfigForCurrentUser (issue #160). More... over 14 years ago
Fix Mac OS X compile errors due to Chromium 69409 update. More... over 14 years ago
- Update to Chromium revision 69409. - Add cefclient tests for GPU acceleration. More... over 14 years ago
Fix text input of characters from east-asian languages (issue #152). More... over 14 years ago
Fix Linux compile errors. More... over 14 years ago
- Fix Mac compile errors due to string type changes (issue #146). - Fix Windows crash due to string type changes (issue #147). - Add missing svn:eol-style properties. More... over 14 years ago
Make comment language more consistent. More... over 14 years ago
Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). More... over 14 years ago
Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). More... over 14 years ago
Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). More... over 14 years ago
Add global and per-browser settings (issue #145). This exposes the following new capabilities: - Ability to disable drag & drop from other windows. - Ability to specify additional plugin search paths. - Ability to customize WebPreferences values, including enabling cross-site scripting. - Ability to set User-Agent or product version. - Ability to set default locale. More... over 14 years ago
Change CefContext::cache_path_ type from std::wstring to FilePath. More... over 14 years ago
- Mac: Fix cefclient app package build and execution problems. - Improve error message in ClientHandler::HandleLoadError. More... over 14 years ago
Fix bugs in CefByteReadHandler::Seek(). More... over 14 years ago
- Persist localStorage data across sessions when a cache path is specified (issue #139). - Add a localStorage test to cefclient. More... over 14 years ago
Expose popup window feature information with CefPopupFeatures argument to CefHandler::HandleBeforeCreated (issue #135). More... over 14 years ago
Update to Chromium revision 66269. - Fixes a crash with Flash-related JavaScript (issue #115). More... over 14 years ago