-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: CinemaMod/java-cef
base: master
head repository: chromiumembedded/java-cef
compare: master
- 19 commits
- 67 files changed
- 10 contributors
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ff2de3 - Browse repository at this point
Copy the full SHA 8ff2de3View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fdf12d - Browse repository at this point
Copy the full SHA 1fdf12dView commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beb9336 - Browse repository at this point
Copy the full SHA beb9336View commit details -
Add CefFrame.selectAll (fixes chromiumembedded#428)
Also implements common keyboard shortcuts on Mac.
Configuration menu - View commit details
-
Copy full SHA for 812891b - Browse repository at this point
Copy the full SHA 812891bView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 566dc4e - Browse repository at this point
Copy the full SHA 566dc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade64c3 - Browse repository at this point
Copy the full SHA ade64c3View commit details -
Add CefBrowserSettings.windowless_frame_rate (see chromiumembedded#459)
Also adds methods to dynamically set/get the frame rate and fixes some pre-existing compile issues.
Configuration menu - View commit details
-
Copy full SHA for 423f5b8 - Browse repository at this point
Copy the full SHA 423f5b8View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5612ba - Browse repository at this point
Copy the full SHA b5612baView commit details
Commits on Jan 19, 2024
-
Add CefDisplayHandler.onFullscreenModeChange callback (fixes chromium…
…embedded#239) - Detailed test: Don't display error for frames other than main frame
Configuration menu - View commit details
-
Copy full SHA for 3df5f07 - Browse repository at this point
Copy the full SHA 3df5f07View commit details
Commits on Mar 4, 2024
-
Update to CEF 121.3.9+g1e0a38f+chromium-121.0.6167.184
Added root_cache_path setting and onAlreadyRunningAppRelaunch event to deal with new CEF restrictions regarding parallel use of root_cache_path dir starting with CEF 120.
Configuration menu - View commit details
-
Copy full SHA for e75a3c0 - Browse repository at this point
Copy the full SHA e75a3c0View commit details
Commits on Mar 7, 2024
-
Update to CEF 122.1.10+gc902316+chromium-122.0.6261.112
Frame identifiers change from long to String.
Configuration menu - View commit details
-
Copy full SHA for 0b8e42e - Browse repository at this point
Copy the full SHA 0b8e42eView commit details
Commits on Mar 20, 2024
-
Fix CefDisplayHandler.onFullscreenModeChange name (see chromiumembedd…
…ed#239) Method names should follow Java naming conventions.
Configuration menu - View commit details
-
Copy full SHA for ea25085 - Browse repository at this point
Copy the full SHA ea25085View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 214b072 - Browse repository at this point
Copy the full SHA 214b072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38becac - Browse repository at this point
Copy the full SHA 38becacView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a13412 - Browse repository at this point
Copy the full SHA 7a13412View commit details
Commits on Aug 13, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 99c2f7a - Browse repository at this point
Copy the full SHA 99c2f7aView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b4225a - Browse repository at this point
Copy the full SHA 8b4225aView commit details
Commits on Nov 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7e0ef9d - Browse repository at this point
Copy the full SHA 7e0ef9dView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1770317 - Browse repository at this point
Copy the full SHA 1770317View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master