0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
Remove old project file generation now that CMake generation is stable (issue #1404). More... over 10 years ago
Linux: Fix command line for GNU linker (issue #1430). More... over 10 years ago
Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). More... over 10 years ago
Add CefBrowserHost::GetNavigationEntries for retrieving a snapshot of navigation history (issue #1442). More... over 10 years ago
Fix spelling error. More... over 10 years ago
Update xmlhttprequest.html to use an async request since sync requests are now deprecated. More... over 10 years ago
Call OnTitleChange after navigation/reload even if the title has not changed (issue #1441). More... over 10 years ago
Linux: Fix compile error due to revision 1916 (issue #1440). More... over 10 years ago
Make CefBrowserHost::CloseDevTools behave like CefBrowserHost::Close was called on the DevTools browser (issue #1439). More... over 10 years ago
Hide the DelegatedFrameHost when RenderProcessGone() is called. This avoids a crash due to DelegatedFrameHost calling GetHost() after RenderProcessGone() has been called. More... over 10 years ago
Fix rendering of off-screen popup windows (issue #1437). More... over 10 years ago
Fix missing include in cef_scoped_ptr.h. More... over 10 years ago
Windows: Define CEF_USE_ATL and CEF_USE_SANDBOX for integrated builds of sample applications. More... over 10 years ago
Windows: Don't draw a resize frame around the browser (issue #1401). More... over 10 years ago
Update to Chromium revision 40af916d (#303546). - Standardize usage of virtual/override specifiers in CEF internals (see http://crbug.com/417463). More... over 10 years ago
Windows/Linux: Fix positioning of select popups and dismissal on window move/resize by calling new CefBrowserHost::NotifyMoveOrResizeStarted() method from client applications (issue #1208). More... over 10 years ago
Improvements to CMake configuration for the binary distribution (issue #1404). - Remove libcef_dll/CMakeLists.txt dependency on the parent CMakeLists.txt file. More... over 10 years ago
Fix configuration of the User-Agent string during startup (issue #1275). More... over 10 years ago
Linux: Fix drag&drop in windows with zero or more parents (issue #1258). More... over 10 years ago
Windows: Fix reporting of WM_MOUSELEAVE coordinates by the cefclient OSR example (issue #1133). More... over 10 years ago
Use CMake configuration to detect ATL support (issue #1328). More... over 10 years ago
Improvements to CMake configuration for the binary distribution (issue #1404). - Add LIBCEF_APPEND_PLATFORM_SOURCES macro definition in libcef_dll/CMakeLists.txt to remove dependency on macros.cmake. - Don't add the default "lib" prefix to the libcef_dll_wrapper output library name. - Fix a documentation error in CMakeLists.txt. More... over 10 years ago
Improvements to CMake configuration for the binary distribution (issue #1404). - Linux: Fix unrecognized command line option "-Wno-literal-suffix" error. - Linux: Fix "_FORTIFY_SOURCE" redefined error. - Mac: Warn about undefined PROJECT_ARCH value. - Provide default CMAKE_BUILD_TYPE value when unspecified in combination with Ninja or Unix Makefiles generator. More... over 10 years ago
Generate CMake configuration for the binary distribution (issue #1404). More... over 10 years ago
Further improvements to spell checking support (issue #137). - Add "Add to dictionary" context menu option. - Use available translations for "Add to dictionary" and "No spelling suggestions". - Fix placement of context menu separators. - Display the "No spelling suggestions" option as grayed out. More... over 10 years ago
Fix CefPoint.IsEmpty implementation (issue #1405). More... over 10 years ago
Fix type conversion compile error (issue #1397). More... over 10 years ago
Mac: Fix nsview_additions.mm compile error More... over 10 years ago
Add support for DevTools inspect element via a new |inspect_element_at| parameter added to CefBrowserHost::ShowDevTools (issue #586). More... over 10 years ago
Update LICENSE.txt copyright date. More... over 10 years ago