0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 05, 2024 — May 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Linux: Remove unused build.sh file from the binary distribution. More... about 10 years ago
Linux: Remove unused build.sh file from the binary distribution. More... about 10 years ago
Implement improvements for request handling (issue #1327). - Add a new CefRequestHandler::OnResourceResponse() method for inspecting the request/response headers and potentially restarting or redirecting the request. - Add a new CefRequest::GetIdentifier() method for tracking a request across multiple CefRequestHandler callbacks. - Pass a CefRequest object instead of just the old URL to CefRequestHandler::OnResourceRedirect(). More... about 10 years ago
Linux: cefclient: Fix suggested file name display in the save file dialog (issue #1572). More... about 10 years ago
Move natives_blob.bin and snapshot_blob.bin files to the build configuration directory in the binary distribution (issue #1554). More... about 10 years ago
Windows: Fix display of default JavaScript dialogs (issue #760). More... about 10 years ago
Support selection of WebRTC audio/video source (issue #1335). More... about 10 years ago
Add a new CefRequestHandler::OnRenderViewReady method which is called when a browser is ready to receive/handle IPC messages in the render process (issue #1564). More... about 10 years ago
Add a new CefRequestHandler::OnOpenURLFromTab method for handling certain limited cases where navigating a new or different browser might be desirable (issue #1526). More... about 10 years ago
Add target disposition and user gesture parameters to CefLifeSpanHandler::OnBeforePopup (issue #1525). More... about 10 years ago
Pass the scroll offset to CefRenderHandler::OnScrollOffsetChanged (issue #1561). More... about 10 years ago
Fix heap-use-after-free in CefBrowserMessageFilter::OnFrameFocused (issue #1567). More... about 10 years ago
Add missing initializer to CefStreamResourceHandler constructor (issue #1187). More... about 10 years ago
Remove an unused patch to ContentBrowserClient (issue #1161). More... about 10 years ago
Update to Chromium revision 47fb4821 (#318735). - Remove the in-process PDF plugin implementation. A new implementation is now required (issue #1565). More... about 10 years ago
Fix heap-use-after-free when shutting down CEF with DevTools remote debugging enabled (issue #1557). More... about 10 years ago
Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). - CefRequestContext instances can be configured using a new CefRequestContextSettings structure passed to CefRequestContext::CreateContext. - Scheme registration is now per-request-context using new CefRequestContext::RegisterSchemeHandlerFactory and ClearSchemeHandlerFactories methods. - Cookie managers are now per-request-context by default and can be retrieved using a new CefRequestContext::GetDefaultCookieManager method. - CefURLRequest::Create now accepts an optional CefRequestContext argument for associating a URL request with a context (browser process only). - The CefRequestContextHandler associated with a CefRequestContext will not be released until all objects related to that context have been destroyed. - When the cache path is empty an in-memory cache ("incognito mode") will be used for storage and no data will be persisted to disk. - Add CefSettings.user_data_path which specifies the location where user data such as spell checking dictionary files will be stored on disk. - Add asynchronous callbacks for all CefCookieManager methods. - Add PK_LOCAL_APP_DATA and PK_USER_DATA path keys for retrieving user directories via CefGetPath. - cefclient: Add "New Window" test that creates a new window unrelated to existing windows. When used in combination with `--request-context-per-browser` the new window will be given a new and isolated request context. More... about 10 years ago
Linux: Fix heap-buffer-overflow when passing command-line arguments to cef_unittests (issue #1458). More... about 10 years ago
Windows: Add natives_blob.bin and snapshot_blob.bin to binary distribution (issue #1554). More... about 10 years ago
Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). More... about 10 years ago
Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). More... about 10 years ago
Fix issues related to request and context object lifespan (issue #1037, issue #1044). - Simplify and document the relationship between the various context object types. See browser_context.h for a description of the new relationships. - cefclient: Add `request-context-per-browser` command-line flag for testing multiple CefRequestContext instances. - cefclient: Add a CefURLRequest example. More... about 10 years ago
Fix documentation for CefBrowserSettings::javascript_close_windows (issue #1407). More... about 10 years ago
- Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530). - cefclient: Improve error message text and use a data: URI instead of LoadString for loading error messages (issue #579). - Add functions in cef_url.h for base64 and URI encoding/decoding (issue #579). More... about 10 years ago
Improvements to automate-git.py: - Mac: 32-bit builds are no longer support with 2272 branch and newer (issue #1517). - Add `--dry-run-platform` flag to simulate execution on a different platform. - Print the value of all build-related environment variables. More... about 10 years ago
Linux: Apply simpler solution for multiple definition of 'AtomicOps_Internalx86CPUFeatures' error More... about 10 years ago
Update to Chromium revision beafd8cb (#314338). - Remove unused CefContextMenuHandler::GetMisspellingHash() method. More... about 10 years ago
cefclient: Fix/improve source code documentation (issue #1500). More... over 10 years ago
cefclient: Move files containing the main() program entry point to the top-level cefclient directory (issue #1500). More... over 10 years ago
cefclient: Restructure file lists in CMakeLists.txt.in to generate nicer output (issue #1500). More... over 10 years ago