发布日期 2022年06月15日

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

请提供您的电子邮箱地址,我们会尽快将下载说明发送给您。

发送...
请检查您的收件箱。

我们无法发送电子邮件。请使用直接链接下载JxBrowser。

如果您已经是我们的注册客户,您无需任何操作,即可轻松享受此次更新。

如果您希望深入了解并体验我们的产品,您可以申请评估许可证。

获取免费 30 天体验
Go Top