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 May 12, 2016
JxBrowser 6.4
Chromium 49
JxBrowser 6.4 is based on Chromium 49.0.2623.110. This is fairly cool, because apart from general compatibility with the latest web standards, this Chromium engine solves tricky tasks, which were hard to accomplish in some previous versions, like displaying WebGL content on Linux platforms, and enabling incoming audio RTP streams. Also, in Chromium 49, PDF Viewer UI has been updated. So, now you can enjoy the new look, when displaying PDF documents in JxBrowser.
Plugins support
There were some big changes, too. In this Chromium build support of NPAPI plugins has been removed at all. Now, NPAPI
plugins such as Microsoft Silverlight, Java Applets, etc. are not supported. The --enable-npapi
Chromium switcher does
not work either. PPAPI plugins such as Adobe Flash work well with this Chromium build. So, if you have to use NPAPI
plugins, we recommend that you stick to JxBrowser versions up to 6.4.
Further plans on OS support
Chromium team announced that Chromium 50 drops support of Windows XP, as well as Windows Vista, and Mac OS X 10.6, 10.7, and 10.8, since these platforms are no longer supported by Microsoft and Apple. So here we are giving you a heads up related to these platforms, and we will, too, let them rest in peace, when we are ready with the oncoming update based on Chromium 50 or higher.
Features & improvements
- WebGL on Linux support has been added. In previous JxBrowser versions, WebGL did not work on Linux platforms, because Chromium did not start GPU process for rendering WebGL content. Once we upgraded to Chromium 49, WebGL started working as expected on Linux platforms.
- In JxBrowser versions based on Chromium 43, there was an issue related to incoming audio RTP streams support. Alas, it just does not work with Chromium 43. With Chromium versions before 43 and Chromium 49 this issue is not reproducible. So, now incoming audio RTP streams are officially supported in JxBrowser.
Below let us list the issues that, however, no longer endanger your development process.
- The placeholder text used to stay visible while a user was already typing in a text area. Happy to say it does not in the new release.
- A surprising black rectangle used to show up instead of a scroll bar when a PDF Viewer window was resized. This issue was reproducible only on Windows 8.1 and higher. Upgrade to Chromium 49 fixes this issue.
- You will not see the
IllegalArgumentException
error when you right-click PDF Document. - No more native crashes in Chromium renderer process, at least not when your app finds a DOM HTML element by ID string with a single quote. The issue was in WebKit DOM functionality that did not handle such situation. We applied several patches to WebKit source code that fix the issue.
- You have no installed printer devices? This is not a reason for failing of the printing functionality on Linux. Now, if there’s no available printer devices, we do not ask Chromium engine to print web page at all. To print web page using printer, at least one printer device must be installed.
- Deadlock in JavaScript-Java Bridge used to happen under several circumstances. For example, when loading XML document
and executing JavaScript code in the
ScriptContextListener.onScriptContextCreated(ScriptContextEvent event)
method. If we execute JavaScript code in XML document, it will be executed in a separate JavaScript world. As result, theScriptContextListener.onScriptContextCreated(ScriptContextEvent event)
method is invoked again and the code will be blocked in the synchronizedBrowser.executeJavaScriptAndReturnValue()
method. To solve this issue we enabled reentrancy support in JxBrowser IPC functionality and modified synchronization logic in theBrowser.executeJavaScriptAndReturnValue()
method. BrowserView
now retains its focus context, even after showing/hiding the context menu, so users can type texts in the text field normally after closing the context menu. The issue has been fixed by updating focus context info when showing/hiding context menu.- In multi-threaded environment we used to see the
"Deadlock in safepoint code"
error that came from JxBrowser JNI code. To fix this issue we made sure we create and access JNIEnv variable in the same thread.
Write us at customer-care@teamdev.com to download JxBrowser 6.4.
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.