ਇੱਥੇ ਮੌਜੂਦ ਹਜ਼ਾਰਾਂ ਐਡ-ਆਨ ਵਰਤਣ ਲਈ , ਡਾਊਨਲੋਡਮੋਜ਼ੀਲਾ ਫਾਇਰਫਾਕਸ,ਇੱਕ ਤੇਜ , ਆਜ਼ਾਦ ਜਰੀਆ ਵੈਬ ਵਰਤੋਂ ਲਈ!

ਬੰਦ ਕਰੋ

ਫਾਇਰਫੌਕਸ ਐਡ-ਆਨ ਵਿੱਚ ਸਵਾਗਤ |

ਫਾਇਰਫਾਕਸ ਨੂੰ ਆਪਣਾ ਬਣਾਉਣ ਲਈ ਹਜ਼ਾਰਾਂ ਵਾਧੂ ਪੇਸ਼ਕਸਾਂ ਅਤੇ ਅੰਦਾਜ਼ਾਂ ਵਿੱਚੋ ਚੁਣੋ।

ਬੰਦ ਕਰੋ

ਕਿਰਿਆਸ਼ੀਲ?

ਵੇਖੋ ਸਾਡੀਮੋਬਾਈਲ ਐਡ-ਆਨ ਸਾਈਟ

ਬੰਦ ਕਰੋ

acis

ਥੋੜੇ ਜਿਆਦਾ ਵੇਰਵੇ ਵਿੱਚ...

ਡਿਵੈਲਪਰ ਜਾਣਕਾਰੀ
ਨਾਂ acis
ਤੋਂ ਉਪਭੋਗੀ ਫਰ 5, 2012
ਉਸਾਰੇ ਗਏ ਐਡ-ਆਨਾਂ ਦੀ ਗਿਣਤੀ 0 ਐਡ-ਆਨ
ਡਿਵੈਲਪਰ ਦੇ ਐਡ-ਆਨਾਂ ਦੀ ਔਸਤ ਰੇਟਿੰਗ ਅਜੇ ਤੱਕ ਦਰਜਾਬੰਦੀ ਨਹੀਂ ਕੀਤੀ

ਮੇਰੀਆਂ ਸਮੀਖਿਆਵਾਂ

KDE Wallet password integration

5 ਤਾਰਿਆਂ ਵਿੱਚ 5 ਮਿਲੇ

Since the upgrade to Firefox 10 this wonderful extension no longer works. I tried to tweak maxVersion in install.rdf without success. Any idea how I can make it working again? Will there be an update for Firefox 10? Thanks

Update: I downloaded the sources. The recompile showed that the firefox 10 interfaces changed. Adjusting types did the job. The addon works again. Here is the diff:

--- kwallet@guillermo.molina/src/KDEWallet.cpp 2012-01-09 09:21:59.000000000 +0100
+++ /home/user/make/kwallet@guillermo.molina/src/KDEWallet.cpp 2012-02-05 14:36:40.000000000 +0100
@@ -230,7 +230,7 @@
return Init();
}

-NS_IMETHODIMP KDEWallet::GetUiBusy(int *) {
+NS_IMETHODIMP KDEWallet::GetUiBusy(bool *) {
PR_LOG( gKDEWalletLog, PR_LOG_DEBUG, ( "KDEWallet::GetUiBusy() Called") );
return NS_OK;
}
@@ -370,7 +370,7 @@
nsCOMPtr<nsISupports> sup;
nsCOMPtr<nsIProperty> prop;
nsAutoString propName;
- PRBool hasMoreElements;
+ bool hasMoreElements;

rv = enumerator->HasMoreElements(&hasMoreElements);
NS_ENSURE_SUCCESS(rv, rv);
@@ -615,7 +615,7 @@
nsCOMPtr<nsISupports> sup;
nsCOMPtr<nsIProperty> prop;
nsAutoString propName;
- PRBool hasMoreElements;
+ bool hasMoreElements;

rv = enumerator->HasMoreElements(&hasMoreElements);
NS_ENSURE_SUCCESS(rv, rv);
@@ -693,7 +693,7 @@
}

NS_IMETHODIMP KDEWallet::GetLoginSavingEnabled(const nsAString & aHost,
- PRBool *_retval) {
+ bool *_retval) {
PR_LOG( gKDEWalletLog, PR_LOG_DEBUG, ( "KDEWallet::GetLoginSavingEnabled() Called") );

nsresult res = checkWallet();
@@ -716,7 +716,7 @@
}

NS_IMETHODIMP KDEWallet::SetLoginSavingEnabled(const nsAString & aHost,
- PRBool isEnabled) {
+ bool isEnabled) {
PR_LOG( gKDEWalletLog, PR_LOG_DEBUG, ( "KDEWallet::SetLoginSavingEnabled() Called") );

nsresult res = checkWallet();

ਇਹ ਸਮੀਖਿਆ ਐਡ-ਆਨ (1.0.9) ਦੇ ਪਿਛਲੇ ਵਰਜਨ ਲਈ ਹੈ।