JavaScript-Java Bridge azray n lqem - 2 ileqman
JavaScript-Java Bridge sɣur Advanced Machine Controls
JavaScript-Java Bridge azray n lqem - 2 ileqman
Ɣur-k ɣef yileqman yezrin! TTwaseknen-d kan i usekyed akked umuqel.Yessefk yal tikkelt ad tesqedceḍ lqem aneggaru n uzegrir.
Lqem aneggaru
Lqem 1.81
Yeffeɣ-d deg 14. okt. 2020 - 22,41 KBIteddu d firefox 58.0 d yileqman imaynutenFor an unknown reason, the Preferences window was not appearing on Version 1.8.Tangalt taɣbalut teffeɣ-d s turagt DevWheels V1
Sader Firefox syen awi isiɣzafIlaq-ak·am Firefox i useqdec n usiɣzef-aIleqman iqbuṛen
Lqem 1.8
Yeffeɣ-d deg 15. juni 2020 - 22,32 KBIteddu d firefox 58.0 d yileqman imaynutenThe 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 JavaScriptwindow.jsjbridgeActive
event when the JSJBridge code has been loaded andgetElementById
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 calleval
on a JavaScript string. Mozilla believes this original feature ofJSObject
to be a security risk. It is still present on the Chrome/Chromium extension.Tangalt taɣbalut teffeɣ-d s turagt DevWheels V1
- Embed JSON code to remove the external json.jar dependency.