forked from CinemaMod/java-cef
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: accelerated paint #13
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix CefDisplayHandler.onFullscreenModeChange name (see chromiumembedded#239) Method names should follow Java naming conventions. * Add two flags to CefPdfPrintSettings * CefApp.getInstance: Support switch values containing '=' (fixes chromiumembedded#470) * Update to CEF 126.2.0+g5c56e98+chromium-126.0.6478.62 * Update to CEF 127.3.1+g6cbb30e+chromium-127.0.6533.100 Disabled signal handlers on POSIX systems and removed the previous signal handler fix. * Fix Java signature for CefRequestHandler#onRenderProcessTerminated method * Update to CEF 130.1.9+gfc42567+chromium-130.0.6723.70 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. * fix: pack_loading_disabled on context * fix: no AWT OSR --------- Co-authored-by: Vladislav Rassokhin <[email protected]> Co-authored-by: Sander van den Berg <[email protected]> Co-authored-by: Rene Schneider <[email protected]> Co-authored-by: Loïc Frasse-Mathon <[email protected]> Co-authored-by: David Cernoch <[email protected]>
…30.0.6723.70' into feat/accelerated-paint
…t/accelerated-paint
2a91913
to
fdacfb7
Compare
Replaced by chromiumembedded#509 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.