0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cefclient: Add missing include (issue #1518). More... over 10 years ago
cefclient: Split ClientApp into process-specific types (issue #1500). More... over 10 years ago
cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). More... over 10 years ago
cefclient: Mac: Move the mac/ folder to resources/mac/ (issue #1500) More... over 10 years ago
cefclient: Windows: Move icon files to a new resources/win folder (issue #1500). More... over 10 years ago
cefclient: Rename the res/ folder to resources/ (issue #1500). More... over 10 years ago
cefclient: Mac: Reduce helper process file dependencies (issue #1500) More... over 10 years ago
cefclient: Simplify TempWindow usage (issue #1500). More... over 10 years ago
cefclient: Remove ClientHandler abstraction that is no longer necessary now that all platforms use RootWindow (issue #1500). More... over 10 years ago
cefclient: Mac: Clean up ClientAppDelegate initialization (issue #1500) More... over 10 years ago
cefclient: Mac: Introduce RootWindow concept and associated window/client object hierarchy (issue #1500). More... over 10 years ago
cefclient: Add missing include (issue #1500) More... over 10 years ago
- cefclient: Linux: Introduce RootWindow concept and associated window/client object hierarchy (issue #1500). More... over 10 years ago
cefclient: Windows: Fix type conversion error (issue #1511). More... over 10 years ago
- cefclient: Windows: Introduce RootWindow concept and associated window/client object hierarchy (issue #1500). - cefclient: Remove locking from ClientHandlerShared that was only required for the Windows implementation (issue #1500). - Add CefDeleteOnThread helper for deleting ref-counted types on a named CEF thread. More... over 10 years ago
cefclient: Mac: Fix compile error (issue #1500). More... over 10 years ago
- cefclient: Split ClientHandler into an abstract base class and a concrete implementation for shared usage (issue #1500). - cefclient: Show an alert box when selecting Tests > Popup Window while running in off-screen rendering mode. - cefclient: Mac: Enable/disable UX buttons to match loading state. More... over 10 years ago
Add missing include statement (issue #1502). More... over 10 years ago
Check that the return value of CefClient::GetRenderHandler is non-NULL (issue #1504). More... over 10 years ago
cefclient: Linux: Move GTK dialog handlers from ClientHandler into a separate class (issue #1500). More... over 10 years ago
cefclient: Move all remaining files to the `client` namespace (issue #1500). More... over 10 years ago
cefclient: Move all remaining files to the `client` namespace (issue #1500). More... over 10 years ago
cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). cefclient: Windows: Move OSRWindow static methods to util_win (issue #1500). More... over 10 years ago
cefclient: Don't specify `virtual` in combination with `OVERRIDE` since it's redundant (issue #1500). More... over 10 years ago
cefclient: Don't specify `virtual` in combination with `OVERRIDE` since it's redundant (issue #1500). More... over 10 years ago
cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). More... over 10 years ago
cefclient: Use test_runner::Alert instead of platform-specific notifications (issue #1500). More... over 10 years ago
- cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). More... over 10 years ago
cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). More... over 10 years ago
Rename .cpp file extensions to .cc for consistency (issue #1500). More... over 10 years ago