0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix WebKit scripts path. More... almost 12 years ago
Mac: Fix compile/build errors due to Chromium update More... almost 12 years ago
Update to Chromium revision 228917. More... almost 12 years ago
Windows: Pass shell=True so Popen can run a batch file (issue #1091). More... almost 12 years ago
Update to Chromium revision 224845. More... almost 12 years ago
Update to Chromium revision 224895. More... almost 12 years ago
Mac: Fix "format string is not a string literal" error when building with clang and 10.7 SDK. More... almost 12 years ago
Remove the CEF1 trunk folder. Any future development will be in the 1453 branch. More... almost 12 years ago
Fixes to automate.py (issue #1067): - 'update_depot_tools' command fails on Linux without depot_tools in the PATH. - Always generates build log files without looking at --build-log-file. More... almost 12 years ago
Fix windows 64-bit compile errors (issue #1079). More... almost 12 years ago
Fix AssertNoURLRequests due to pending proxy connections during shutdown (issue #1037). More... almost 12 years ago
Remove unused variable (issue #1079). More... almost 12 years ago
Remove CefRenderProcessHandler::OnBeforeNavigation (issue #1076). More... almost 12 years ago
Expose CefLoadHandler in the render process (issue #1077). More... almost 12 years ago
Initial changes to allow use of CefLoadHandler in the render process (issue #1077). - Move OnLoadingStateChange from CefDisplayHandler to CefLoadHandler. - Move OnRenderProcessTerminated and OnPluginCrashed from CefLoadHandler to CefRequestHandler. More... almost 12 years ago
Add CefRequestHandler::OnBeforeBrowse callback (issue #1076). More... almost 12 years ago
- Only update back/forward state for committed navigations. - Don't change the frame URL for failed loads. More... almost 12 years ago
Linux: Fix compile error More... almost 12 years ago
Enhancements to automate.py and make_distrib.py (issue #1072): - Update the depot tools checkout if the checkout is managed by automate.py (on windows it's mandatory to run depot tools update to install svn, git and python). - Add "--no-update" switch to allow users to run only build and distrib steps without updating CEF and Chromium. This is useful when some custom actions have to be done between the checkout and build steps. - Add "--build-tests" switch to build the cef_unittests target in addition to the cefclient target. - Add "--verbose" switch to have ninja output more details while building. - Add "--build-log-file" switch to write build logs to a file on disk. - Add 7z compression support based on the presence of a CEF_COMMAND_7ZIP environment variable. - Create distrib folders using the architecture (32/64) string. More... almost 12 years ago
Expose resource type and transition type via CefRequest (issue #1071). More... almost 12 years ago
Fix compile error (issue #1064). More... almost 12 years ago
Mac: Fix compile error due to Chromium update More... almost 12 years ago
Specify a background color for tests so that they're easier to read when transparent rendering is enabled. More... almost 12 years ago
Update to Chromium revision 220934. More... almost 12 years ago
Linux: Fix compile error More... almost 12 years ago
Make CefContext non-reference-counted to clarify ownership semantics. More... almost 12 years ago
Structural improvements for request handling (issue #1044) - Add new CefRequestContext and CefRequestContextHandler classes. - Add CefRequestContext argument to CefBrowserHost static factory methods. - Move GetCookieManager from CefRequestHandler to CefRequestContextHandler. - Use BrowserContext as the root proxy object for network requests. - Move accessors for CefBrowserMainParts members from CefContext to CefContentBrowserClient. More... almost 12 years ago
Move the |use_osr_next_contents_view| attribute from CefBrowserContext to CefContentBrowserClient. More... almost 12 years ago
Fix assignment of log file path (issue #903). More... almost 12 years ago
Make CefURLRequest::GetResponse() data available before download completion (issue #956). More... almost 12 years ago