1.1.* | 1.5.* |1.6.*)
JarTester is an extension for K-Meleon which allows you to test Mozilla XUL extensions (jar files) to see if it would possible to adapt it for K-Meleon.
Warning :JarTester uses 7zip to extract files from jar file.
Previously to the use of JarTester to test an extension, you'll need to generate the manifest file of the jar file. Manifest file can be created from a file which is contained in the xpi file, generally chrome.manifest.
It's important to notice the principal structure differences, and you will need to adapt the files in the same way as shown in sample. I must admit that it's not always obvious, but with some practice, you will probably become a pro of the adaptation :). There's no reason I have understood it, and you wouldn't be able to do it.
Here is a sample of manifest file generation:
As you can see, some lines and part of lines have disappeared :
Warning : Even the extension has more locales then K-Meleon has for now, don't limit locales to the one which are actually supported by K-Meleon. A day perhaps, when motived users will translate K-Meleon, extensions will then use the existant locale, else they always will use en-US locale. So, don't delete locale lines, adapt it, even it won't serve for you (ok disrupted)).
Manifest file and jar file must be located in chrome folder under K-Meleon.
JarTester, after the xul choice, will display a list of all the XUL functions and will give you the possibility to test each of it.
These tests won't probably be complete, and you'll then need to test it more completly by making a kmm macro file.
Warning : Previously, I thought of testing javascript files, but I must say I have not the level to do it, and I don't complete the extension. I'm in fact not sure that tests can be made so easily on js files, because the js files are probably called by xul files.
A menu entry has been added to :
No icon added.
Alt-Shift-J can be used to set the 7-Zip path, if not found in registry (case of 7-Zip manual install of 7-Zip for example).
No specific problem due to K-Meleon
No complementary information.
Aucun commentaire !
Ajouter un commentaire à cette page :
Seuls les membres peuvent ajouter des commentaires.
Utilisez la page de connexion pour vous inscrire.
Les commentaires vulgaires, blessants ou injurieux seront supprimés. Merci de faire des critiques constructives qui nous aideront à nous améliorer.
Le code HTML dans le commentaire sera affiché comme du texte. Pour formater votre texte vous pouvez utiliser la syntaxe Wiki :
Règles de base :
**Texte en gras !** ---> Texte en gras !
//Texte en italique.// ---> Texte en italique.
##texte à espacement fixe## ---> texte à espacement fixe
[[http://www.geckozone.org Lien vers Geckozone]] ---> Lien vers Geckozone