-
Notifications
You must be signed in to change notification settings - Fork 69
Update to cef_binary_126.2.18+g3647d39+chromium-126.0.6478.183 #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Theres these 2 other repos: |
|
"Open Dev Tools" is broken for Avalonia/WPF demos, any ideas? Edit: might be related to this ThinBridge/Chronos@efbeb31#diff-62b66b5116e3e70c2a991899db0ba77b0bee41543e09a6aaf9b6e1f014f206f9 |
* Add previous attempts back * Update README.md * Minor fixes - Removed unnecessary stuff on CefGlue.Common.targets - Removed removal of important Avalonia stuff on the CefGlue.Demo.Avalonia project. - Added an exception for the case of libcef not found on CefRuntime.cs (still crashes on Linux). * load libcef before version check * Update README.md * Update README.md * Linux support * Missing check _needDispose. * Fix DevTools in Linux. * Update README.md * Update README.md * Update README.md Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/AvaloniaControl.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/AvaloniaControl.cs Co-authored-by: João Neves <[email protected]> * Update README.md * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Apply suggestions from code review Co-authored-by: João Neves <[email protected]> * Create LINUX.md * Update README.md * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update README.md * Update README.md * Update CefGlue.CopyLocal.props Co-authored-by: João Neves <[email protected]> * Update BrowserCefApp.cs * Update AvaloniaControl.cs * Put properties after the constructor * Apply suggestions from code review * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs * Simplified platform detection logic * Update CefRuntime.cs * Update CefGlue/CefRuntime.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue/CefRuntime.cs Co-authored-by: João Neves <[email protected]> * Apply suggestions from code review Co-authored-by: João Neves <[email protected]> * Update BrowserCefApp.cs --------- Co-authored-by: Shaojun Li <[email protected]> Co-authored-by: João Neves <[email protected]> Co-authored-by: João Neves <[email protected]>
* Add previous attempts back * Update README.md * Minor fixes - Removed unnecessary stuff on CefGlue.Common.targets - Removed removal of important Avalonia stuff on the CefGlue.Demo.Avalonia project. - Added an exception for the case of libcef not found on CefRuntime.cs (still crashes on Linux). * load libcef before version check * Update README.md * Update README.md * Linux support * Missing check _needDispose. * Fix DevTools in Linux. * Update README.md * Update README.md * Update README.md Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/AvaloniaControl.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/AvaloniaControl.cs Co-authored-by: João Neves <[email protected]> * Update README.md * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Apply suggestions from code review Co-authored-by: João Neves <[email protected]> * Create LINUX.md * Update README.md * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs Co-authored-by: João Neves <[email protected]> * Update README.md * Update README.md * Update CefGlue.CopyLocal.props Co-authored-by: João Neves <[email protected]> * Update BrowserCefApp.cs * Update AvaloniaControl.cs * Put properties after the constructor * Apply suggestions from code review * Update CefGlue.Avalonia/Platform/Linux/XWindow.cs * Simplified platform detection logic * Update CefRuntime.cs * Update CefGlue/CefRuntime.cs Co-authored-by: João Neves <[email protected]> * Update CefGlue/CefRuntime.cs Co-authored-by: João Neves <[email protected]> * Fix build and update packages * Raise version --------- Co-authored-by: haltroy <[email protected]> Co-authored-by: Shaojun Li <[email protected]>
* Single targetting .NET 8 in CefGlue * Update CefGlue.CopyLocal.props * Increased timeout
* Increase stack size for cef browser * testing pipelines * testing pipelines * testing pipelines * Test ADO * Test ADO * Test ADO * Test ADO * Test ADO * Test ADO * PR improvements * Enable by default * Increase version * Check dirs on pipelines * Debug pipelines * Debug pipelines without sdk attr * Debug pipelines with sdk attr * Comment out code * revert * revert * dumpbin * Add edit bin * Parameterize exe name * Revert changes
* Fix nuget restore and parameterize build * Add comment * Fix command * PR improvements * Raise version
* Fix demo when launching multiple times * Add comment * Fix wpf demo
* add windows cef locales file * add windows cef locales file for demo * fix tabs --------- Co-authored-by: yangxuilyx <[email protected]>
|
Hi @vrimar, thanks for your work on this! Just wanted to let you know that we're also currently working on bumping the CEF support to Looking forward to seeing how this evolves! |

I wasn't sure where/how to update the osx binaries.