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
Fix ParseDialogResultEx to use correct page range variables (issue #179). More... about 14 years ago
Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). More... about 14 years ago
Mac: - Fix compile error (issue #176). More... about 14 years ago
Add CefHandler::HandleStatus for status messages, mouse over URLs and keyboard focus URLs (issue #61). More... about 14 years ago
- Add developer tools support (issue #127). - Send title change notifications generated after page content is done loading. - Restore windows and bring to the front in BrowserWebViewDelegate::show(). More... about 14 years ago
Add zoom support (issue #116). More... about 14 years ago
Add support for single sign-on (issue #148). More... about 14 years ago
Disable notification API to avoid crash due to it not being implemented (issue #170). More... about 14 years ago
Add the ability to specify log file location and severity level (issue #172). More... about 14 years ago
Add HandleProtocolExecution event for unregistered protocols (issue #155). More... about 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... about 14 years ago
- Add initial Linux implementation files. - Fix copyright years. More... about 14 years ago
Fix mac compile errors. More... about 14 years ago
- Update to Chromium revision 70742. - Fix crash when calling CefInitialize with extra_plugins_paths specified (issue #164). More... about 14 years ago
Add CefHandler::HandleAuthenticationRequest for handling authentication requests (issue #150). More... about 14 years ago
Fix a crash when calling CefShutdown() before destroying all browser windows (issue #159). More... about 14 years ago
Fix use of the default error text when returning RV_CONTINUE from HandleLoadError (issue #161). More... about 14 years ago
Add more robust download handler implementation (issue #156). More... about 14 years ago
Fix potential memory leak from calling WinHttpGetIEProxyConfigForCurrentUser (issue #160). More... about 14 years ago
Fix Mac OS X compile errors due to Chromium 69409 update. More... about 14 years ago
- Update to Chromium revision 69409. - Add cefclient tests for GPU acceleration. More... about 14 years ago
Fix text input of characters from east-asian languages (issue #152). More... about 14 years ago
Fix Linux compile errors. More... about 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... about 14 years ago
Make comment language more consistent. More... about 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... about 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... about 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... about 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... about 14 years ago
Change CefContext::cache_path_ type from std::wstring to FilePath. More... about 14 years ago