Can't speak for Giorgio but I very much doubt it. It's probably debugging code (which may or may not unintentionally left there), but perhaps the reason you see it is because there's two small typos in the code you posted?
try {
if (w && w.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIDOMWindowUtils).currentInnerWinowID
!= content.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIDOMWindowUtils).currentInnerWinowID)
return;
console.log("Syncing..."); // here ****
} catch (e) {
console.log(e);
}
(I don't understand why am I not seeing that in SeaMonkey's Error Console?)
*Always* check the changelogs BEFORE updating that important software!
barbaz wrote:
Can't speak for Giorgio but I very much doubt it. It's probably debugging code (which may or may not unintentionally left there), but perhaps the reason you see it is because there's two small typos in the code you posted?
And your point is...?
I'm just saying that it might be that that should say "Window" and not "Winow". What has this to do with whether or not it's the "official" signed code?
(It's like that in my NoScript 2.6.9.37rc2 also)
*Always* check the changelogs BEFORE updating that important software!
codecodecode wrote:The point is that if I want to fix the error today I can do it by myself but when extension signing becomes mandatory I can't do it, that's all.
Ah, OK. There will be (or at least, it's planned to be) unbranded builds of Firefox, with extension signing enforcement not mandatory, at that point...
*Always* check the changelogs BEFORE updating that important software!