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 February 27, 2018
JxBrowser 6.19
JxBrowser 6.19 lists quite a number of new features and improvements.
BrowserContext.setAcceptLanguage()
The BrowserContext.setAcceptLanguage()
method has been added. The Browser.setAcceptLanguage()
method has been marked
as deprecated, because it doesn’t support language ranges according
to RFC 7231. The BrowserContext.setAcceptLanguage()
method
supports language ranges, so you can use it like that:
browserContext.setAcceptLanguage("fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5");
StartLoadingEvent.isSameDocument()
The StartLoadingEvent.isSameDocument()
and ProvisionalLoadingEvent.isSameDocument()
methods have been implemented.
These methods indicate whether the loading event is initiated by a navigation within the same document.
Java 10 Early-Access
This version has been tested with Java 10 Early-Access Build. All JxBrowser functionality is working as expected with Java 10 on Windows, Linux, and macOS. JxBrowser supports Java 10 with the same limitations as for Java 9.
Fixes and improvements
- The issue when each invocation of the
JSFunction.invokeAsync()
method creates a new Java thread has been fixed. #1639 - The issue when
CertificateVerifier
is invoked for allBrowserContext
instances has been fixed. #1635 - The issue when
LoadHandler
doesn’t intercept load events of anIFRAME
embedded into a web page has been fixed. #1630 - The JavaFX File Save dialog has been improved. Now it doesn’t lost file extension when downloading and saving file. #1625
- The issue when the
window.matchMedia()
JS function returns different result in the heavyweight and lightweight rendering modes has been fixed. #1123 - The incorrect component positioning in a HiDPI environment on Windows platforms has been fixed. #1601
- The
NullPointerException
when callingJSObject.hasProperty()
in a popup window has been fixed. #1575 - The
~\AppData\Local\Chromium\User Data\
directory creation on JxBrowser startup has been disabled. #1570 - Support of the links in PDF documents has been restored. #1561
- The issue when the current page number is cropped in PDF Viewer has been fixed. #1233
- The thread deadlock when reparenting Swing
BrowserView
on macOS has been fixed. #1486 - The JavaFX
DefaultDialogHandler
implementation has been improved. JavaFX App Thread checking has been added to handle situations when its methods are already invoked in JavaFX App Thread. #829
Write us at customer-care@teamdev.com to download JxBrowser 6.19.
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.