发布日期 2023年02月01日

JxBrowser 7.30

In this release, we update Chromium and introduce events for tracking media capturing.

This release has an issue that leads to a browser crash. The issue is fixed in JxBrowser 7.30.2.

Chromium Update

We upgraded Chromium to 108.0.5359.215. This is an extended stable update.

Camera and Microphone Events

When a website uses a camera or microphone, Chromium shows the red dot on the tab. In this release, we add the programmatic “red dot”.

Use these events to detect when Chromium starts and stops capturing media:

browser.on(MediaStreamCaptureStarted.class, e -> {
    System.out.println("Started capturing " + e.mediaStreamType());
});

browser.on(MediaStreamCaptureStopped.class, e -> {
    System.out.println("Stopped capturing " + e.mediaStreamType());
});

Quality Enhancements

  • Extended the set of permissions with the “local fonts”.
  • Fixed incorrect JFXPanel embedding on macOS.
  • Fixed incorrect mouse coordinates during the WebRTC sharing session.
  • Fixed incorrect behavior when loading URL with ByteData.
  • Fixed a crash when launching JxBrowser in WebSwing.
  • Disabled internal Chromium traffic generated by autofill.
  • Fixed incorrect input forwarding in the off-screen rendering mode.
  • Fixed extra-long PDF loading on Linux.

Download JxBrowser 7.30

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

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

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

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

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

获取免费 30 天体验
Go Top