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
cefclient: - Add Mac support for binary resource loading (issue #198). - Simplify binary resource loading usage. More... over 14 years ago
Add persistent storage support for cookie data (issue #193). More... over 14 years ago
Fix Mac GYP configuration error. More... over 14 years ago
Add drag and drop support for Windows (issue #140). More... over 14 years ago
Increase Windows cefclient timer speed so that CefDoMessageLoopWork() is called more frequently in single-threaded message loop mode (issue #189). More... over 14 years ago
Add asserts to verify correct DOM object usage. More... over 14 years ago
Add support for accessing and modifying the DOM (issue #60). More... over 14 years ago
Simplify parsing of CEF structure types. More... over 14 years ago
Fix Mac compile errors. More... over 14 years ago
Issue #188: - Add a CefV8Context object and CefV8Value::ExecuteFunctionWithContext method to support asynchronous V8 ExecuteFunction callbacks. - Add a CefFrame::GetBrowser() method. - Ensure that V8 types are only referenced on the UI thread. - Accept a empty |object| parameter to CefV8Value::ExecuteFunction. More... over 14 years ago
Fix Mac compile error. More... over 14 years ago
Update to Chromium revision 74933. - CefRegisterPlugin now only supports a single mime type per registration. More... over 14 years ago
- Add missing files. - Fix Mac compile errors. More... over 14 years ago
- Add CefWebURLRequest implementation (issue #51). - Default new CefRequest objects to the "GET" method. - Send URL and title change notifications for CefFrame::LoadString(). - Disable the RequestTest.HistoryNav test which requires WebKit patches. More... over 14 years ago
Mac: Use NSView* instead of void* for cef_window_handle_t. More... over 14 years ago
Mac: - Add support for popup windows. - Fix select list bugs. - Add additional tests to cefclient. More... over 14 years ago
The |isMainContent| parameter to HandleLoadEnd should be true for reloads (issue #183). More... over 14 years ago
Fix a crash when closing the browser window with WebKit Inspector open (issue #182). More... over 14 years ago
Do not activate the select list window on Windows (issue #169). More... over 14 years ago
Fix Mac compile errors. More... over 14 years ago
Add support for creating and parsing URLs (issue #181). More... over 14 years ago
Introduce cef_runnable.h and cef_tuple.h and perform further thread-related cleanup (issue #175). More... over 14 years ago
Fix Mac compile errors. More... over 14 years ago
Improve thread safety and documentation and add support for thread-specific APIs (issue #175). More... over 14 years ago
Pass HTTP status code to HandleLoadEnd (issue #177). More... over 14 years ago
Fix ParseDialogResultEx to use correct page range variables (issue #179). More... over 14 years ago
Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). More... over 14 years ago
Mac: - Fix compile error (issue #176). More... over 14 years ago
Add CefHandler::HandleStatus for status messages, mouse over URLs and keyboard focus URLs (issue #61). More... over 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... over 14 years ago