Wolkom by Firefox foar Android Add-ons.
Foegje ekstra funksjes en stilen ta om Firefox foar Android hielendal fan jo te meitsjen.
Slutetbali
Oer my
Namme | tbali |
---|---|
Brûker sûnt | Nov. 26, 2013 |
Oantal ûntwikkele add-ons | 0 add-ons |
Gemiddelde wurdearring fan de add-ons fan de ûntwikkeler | Noch net wurdearre |
Myn beoardielingen
KDE Wallet password integration
Wurdearring: 5 fan de 5 stjerren
I found the problem with firefox 24+. The api changed.
In the file ~/.mozilla/firefox/XXXXXXX.default/extensions/kwallet@guillermo.molina/components/KDEWalletStorage.js add the following lines:
get isLoggedIn() {
return true;
}
So it will look like this:
------------------
countLogins: function countLogins(hostname, submitURL, realm) {
this.log( "countLogins() Start" );
var count = this._lib.countLogins(hostname, submitURL, realm);
this.log( "countLogins() counted = " + count );
return count;
},
get isLoggedIn() {
return true;
}
};
const NSGetFactory = XPCOMUtils.generateNSGetFactory([KDEWalletStorage]);
------------------
Dear Guillermo Molina, please support is in the future too! Thanks for your work!
Om jo eigen kolleksjes oan te meitsjen moatte jo in Mozilla-add-ons-account hawwe.