Skip to content
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

feat: JCEF w/ CEF 130.1.9+gfc42567+chromium-130.0.6723.70 #8

Closed
wants to merge 7 commits into from

Conversation

1zun4
Copy link
Member

@1zun4 1zun4 commented Jan 4, 2025

No description provided.

VladRassokhin and others added 7 commits March 20, 2024 16:12
Method names should follow Java naming conventions.
Disabled signal handlers on POSIX systems and removed the previous signal
handler fix.
This adapts JCEF to a significant change in CEF: the removal of the Alloy Bootstrap. It makes JCEF use the Alloy Runtime mode for "normal" browser windows (because Chrome-style windows can't be integrated into existing native parents, which is how JCEF integrates browsers into Java UI) and changes the DevTools handling to open the DevTools in a separate pop-up window. The latter is necessary because DevTools are unsupported in an Alloy-style window by CEF at the moment, thus it's no longer possible to integrate the DevTools into Java windows.
@1zun4 1zun4 closed this Jan 23, 2025
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.

5 participants