Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

JavaScript-Java Bridge version history - 2 versions

JavaScript-Java Bridge by Advanced Machine Controls

Rated 4.3 out of 5
4.3 Stars out of 5
5
17
4
0
3
0
2
1
1
3
JavaScript-Java Bridge version history - 2 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.81

    Released 14 Oct 2020 - 22.41 kB
    Works with firefox 58.0 and later

    Source code released under DevWheels V1

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.8

    Released 15 Jun 2020 - 22.32 kB
    Works with firefox 58.0 and later
    The jsjbridge.jar Version 1.8 Java library:
    • Embed JSON code to remove the external json.jar dependency.
    • Retry waits for request replies when the thread is interrupted.

    Trigger a JavaScript window.jsjbridgeActive event when the JSJBridge code has been loaded and getElementById calls return a Java proxy rather than a normal HTML element.

    Code can now be like

    addEventListener('jsjbridgeActive', function() {
    var myHelper = document.getElementById('myApplet');
    myHelper.addEventListener('initialized', function() { ... });
    });

    instead of

    var myHelper = document.getElementById('myApplet');
    myHelper.addEventListener('initialized', function() {
    myHelper = document.getElementById('myApplet');
    ...
    });

    Disable the ability of Java to call eval on a JavaScript string. Mozilla believes this original feature of JSObject to be a security risk. It is still present on the Chrome/Chromium extension.

    Source code released under DevWheels V1

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.