Skip to content

Conversation

@vrimar
Copy link

@vrimar vrimar commented Jul 21, 2024

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

@joaompneves
Copy link
Contributor

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

Theres these 2 other repos:
https://github.com/OutSystems/cef.redist.win
https://github.com/OutSystems/cef.redist.osx

@vrimar
Copy link
Author

vrimar commented Jul 23, 2024

"Open Dev Tools" is broken for Avalonia/WPF demos, any ideas?

Edit: might be related to this ThinBridge/Chronos@efbeb31#diff-62b66b5116e3e70c2a991899db0ba77b0bee41543e09a6aaf9b6e1f014f206f9

Haltroy and others added 13 commits November 12, 2024 17:20
* 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 published artifacts

* Raise version

* Review comments
* 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]>
@heldergoncalves92
Copy link
Contributor

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 v134.3.9 here. Great to see others contributing in the same direction — we’re happy to collaborate or coordinate efforts if it helps move things forward smoothly.

Looking forward to seeing how this evolves!

@heldergoncalves92
Copy link
Contributor

Not sure if you're having this issue, but when I ran the Avalonia Demo App from this branch, I had these console errors. I'm still figuring out, how to solve them. Believe they may be related also with the issues on the DevTools
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants