Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CinemaMod/java-cef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chromiumembedded/java-cef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 67 files changed
  • 10 contributors

Commits on Nov 27, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    Rigidity Rigidity
    Copy the full SHA
    8ff2de3 View commit details

Commits on Jan 5, 2024

  1. Copy the full SHA
    1fdf12d View commit details

Commits on Jan 9, 2024

  1. Copy the full SHA
    beb9336 View commit details
  2. Add CefFrame.selectAll (fixes chromiumembedded#428)

    Also implements common keyboard shortcuts on Mac.
    antoineveldhoven authored and magreenblatt committed Jan 9, 2024
    Copy the full SHA
    812891b View commit details

Commits on Jan 11, 2024

  1. Add CefDevToolsClient

    Sander van den Berg authored and magreenblatt committed Jan 11, 2024
    Copy the full SHA
    566dc4e View commit details
  2. Copy the full SHA
    ade64c3 View commit details
  3. 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.
    1fxe authored and magreenblatt committed Jan 11, 2024
    Copy the full SHA
    423f5b8 View commit details

Commits on Jan 15, 2024

  1. Fix UnsatisfiedLinkError with CefRegistration_N

    Sander van den Berg authored and magreenblatt committed Jan 15, 2024
    Copy the full SHA
    b5612ba View commit details

Commits on Jan 19, 2024

  1. Add CefDisplayHandler.onFullscreenModeChange callback (fixes chromium…

    …embedded#239)
    
    - Detailed test: Don't display error for frames other than main frame
    millosr authored and magreenblatt committed Jan 19, 2024
    Copy the full SHA
    3df5f07 View commit details

Commits on Mar 4, 2024

  1. 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.
    S1artie authored and magreenblatt committed Mar 4, 2024
    Copy the full SHA
    e75a3c0 View commit details

Commits on Mar 7, 2024

  1. Update to CEF 122.1.10+gc902316+chromium-122.0.6261.112

    Frame identifiers change from long to String.
    S1artie authored and magreenblatt committed Mar 7, 2024
    Copy the full SHA
    0b8e42e View commit details

Commits on Mar 20, 2024

  1. Fix CefDisplayHandler.onFullscreenModeChange name (see chromiumembedd…

    …ed#239)
    
    Method names should follow Java naming conventions.
    VladRassokhin authored and magreenblatt committed Mar 20, 2024
    Copy the full SHA
    ea25085 View commit details

Commits on May 22, 2024

  1. Add two flags to CefPdfPrintSettings

    Sander van den Berg authored and magreenblatt committed May 22, 2024
    Copy the full SHA
    214b072 View commit details
  2. Copy the full SHA
    38becac View commit details

Commits on Jun 19, 2024

  1. Copy the full SHA
    7a13412 View commit details

Commits on Aug 13, 2024

  1. 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.
    Rigner authored and magreenblatt committed Aug 13, 2024
    Copy the full SHA
    99c2f7a View commit details

Commits on Oct 16, 2024

  1. Copy the full SHA
    8b4225a View commit details

Commits on Nov 11, 2024

  1. 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.
    S1artie authored and magreenblatt committed Nov 11, 2024
    Copy the full SHA
    7e0ef9d View commit details

Commits on Feb 4, 2025

  1. Copy the full SHA
    1770317 View commit details
Loading