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

ਐਂਡਰੌਇਡ ਲਈ ਫਾਇਰਫੌਕਸ ਨੂੂੰ ਆਪਣਾ ਬਣਾਉਣ ਲਈ ਵਾਧੂ ਪੇਸ਼ਕਸਾਂ ਅਤੇ ਅੰਦਾਜਾਂ ਨੂੰ ਜੋੜੋ।

ਬੰਦ ਕਰੋ

ਕਿਰਿਆਸ਼ੀਲ?

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

ਬੰਦ ਕਰੋ

marximus

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

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

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

Gmail Manager-community

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

This user has a previous review of this add-on.

Gmail Manager-community

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

the best gmail checker ever , on all browser

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

Gmail Manager NG

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

someone know addon like this?

This user has a previous review of this add-on.

Gmail Manager NG

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

Odilatinam solved thet :D

GREAT !!!


Odilatinam wrote:Fixed it by changing the following

components/gmParser.js

_xpath: function(aNode, aExpression, aType)
{
var results = null;
try {
// Evaluate the XPath expression
//var xpathEvaluator = Components.classes["@mozilla.org/dom/xpath-evaluator;1"].createInstance(Components.interfaces.nsIDOMXPathEvaluator);
//results = xpathEvaluator.evaluate(aExpression, aNode, null, aType, null);
var aDoc = aNode.ownerDocument ? aNode.ownerDocument : aNode;
results = aDoc.evaluate(aExpression, aNode, null, aType, null);

} catch(e) {}
return results;
},

commented out the two existing lines and added ownerDocument code. If you had tried to mess with adding accounts back in, then look in your (profile directory)/gmanager/prefs.bak and hopefully it still has your old settings, if you only tried to add accounts back in once.

To edit the extension:

Go to your Firefox profile directory
Go to the extensions directory
Gmail Manager is gmail-manager-ng@nedwidek.github.com.xpi
(if it is an xpi, then you need to copy it, rename to zip, unpack, do the change, rezip, rename; if it is a directory, you can just do the changes directly)


http://forums.mozillazine.org/viewtopic.php?f=48&t=332634