2024
- v7.41.4
- v8.1.0
- v8.0.0
- v7.41.3
- v7.41.2
- v7.41.1
- v7.41.0
- v7.40.0
- v7.39.2
- v7.39.1
- v7.39.0
- v7.38.2
- v7.38.1
- v7.38.0
- v7.37.2
- v7.37.1
2023
- v7.37.0
- v7.36.3
- v7.36.2
- v7.36.1
- v7.36
- v7.35.2
- v7.35.1
- v7.35
- v7.34.1
- v7.34
- v7.33.2
- v7.33.1
- v7.33
- v7.32
- v7.31.1
- v7.31
- v7.30.3
- v7.30.2
- v7.30
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
Posted on November 17, 2016
JxBrowser 6.8
Version 6.8 includes quite a number of the new features and improvements.
- HTML5 Desktop Notifications API. Now you can handle situation when a web page wants to display desktop notifications. You decide whether the web page is allowed to display notifications or not. By default desktop notifications are suppressed.
- Incognito mode. By default each
Browser
instance stores all user data such as history, cookies, cache on disk. Starting from version 6.8 you can configureBrowser
instance to store all user data in memory (Chromium’s " Incognito" mode), so that all user data will be cleared once your Java application is terminated. - Voice recognition. This functionality is used in Google’s search by voice. By default voice recognition functionality is enabled, but it requires that Chromium Speech API key is enabled. So, you must provide Google API key to enable search by voice functionality in JxBrowser.
- The
Browser.getRenderProcessInfo()
method. It returns information about Chromium render process associated with the currentBrowser
instance. You can use this functionality to get process ID of Chromium render process associated with theBrowser
instance. - HTTP server whitelist functionality.
- The
BrowserView.forwardKeyEvent()
method for JavaFX and Swing implementations. This method allows programmatically forward keyboard events to the currently loaded web page. - The
Environment.isSupported()
method. It allows checking whether current environment is supported by JxBrowser or not. - JavaScript – Java Bridge API has been extended with functionality that allows obtaining Java object from JSValue, if JSValue represents a JavaScript wrapper for Java object.
- JavaScript – Java Bridge API has been extended with functionality that allows configuring what public fields/methods of the injected Java object are accessible from JavaScript and what fields/methods are not.
- Functionality that allows taking screenshots of the entire web page has been improved. There was a limitation in
Chromium engine related to maximum texture height of the
Browser
surface where the web page’s content is rendered. If the texture height exceeds the maximum value (16384), Chromium engine fills the rest of the web page with black color. Now you can configure the maximum texture height programmatically depending on your requirements. - Support of the file extension filter in the File Save dialog has been added in
the
com.teamdev.jxbrowser.chromium.javafx.DefaultDownloadHandler
implementation.
This update also contains fixes for the following issues:
- The issue with pending
jxbrowser-helper
processes when terminating JVM on macOS. - The crash when loading PDF document several times in a row.
- The focus is not restored when Scene is added back to Stage issue.
- The focus does not work in JavaFX TabPane issue.
- The issue when
IllegalStateException
is thrown during processing callbacks during disposingBrowser
instance. - The memory leak when disposing
Browser
instance.
Write us at customer-care@teamdev.com to download JxBrowser 6.8.
Follow @JxBrowserTeam to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.