Incorporate latest version of Dullahan that is built using CEF 139 and target the Universal Mac build branch #4633
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Description
This commit is focused on updating CEF to the latest version (v139 as of August 2025). This is captured in Issue #4498.
Originally this work was targeted against the
Developbranch but because this work depends on the Apple Silicon work that is being tested in a separate branch, this PR is now targeted against that branch.Note: It's not strictly true that the CEF update depends on the Apple Silicon work. The macOS Viewer with the updated CEF does work but because Chromium/CEF does not play well with Rosetta 2, it performs very (very) slowly. With the Intel/ARM builds of Dullahan that is part of the CEF update and the support for native Apple Silicon builds, things perform as well (in fact, much better) than before.
Some background about this work:
Because of significant changes to CEF in the 21 months since was last updated (v118, November 2023) there are additional changes required:
Known Issues
Checklist
Please ensure the following before requesting review:
Additional Notes