Posted on June 15, 2022

JxBrowser 7.26

In this version we upgraded Chromium to version 102.0.5005.115, extended our API, and made printing faster.

Chromium 102.0.5005.115

Chromium has been upgraded to version 102.0.5005.115.

This Chromium version includes 7 security fixes.

Printing speed-up

We refactored the implementation of printing and made it faster.

SSL certificate verification

We extended VerifyCertificateCallback with human-friendly descriptions of the certificate verification errors.

network.set(VerifyCertificateCallback.class, (params) -> {
    // The results of the verification performed by default verifier.
    List<CertVerificationError> errors = params.verificationErrors();
    for (CertVerificationError error : errors) {
        System.out.println(error.status());
        System.out.println(error.shortDescription());
        System.out.println(error.detailedDescription());
    }
    return Response.defaultAction();
});

Quality enhancements

  • Reduce the time between the moment the printing is initiated and PrintHtmlCallback/PrintPdfCallback is invoked.
  • Fix freezes when moving the JavaFX window on Windows.
  • Fix the issue when the browser view unexpectedly becomes visible in the hardware accelerated rendering mode on Windows.
  • Fix the black flickering on the first show in the hardware-accelerated rendering mode on Windows.

Download JxBrowser 7.26

Please share your email with us, and we'll send you download instructions.

Sending...
Please check your inbox.

We were unable to send the email. Please use the direct link to download JxBrowser.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial
Go Top