mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Automated merge with ssh://anarayanan@mozilla.com@hg.mozilla.org/labs/weave
This commit is contained in:
commit
2a67bc6ccc
@ -245,5 +245,5 @@ FormsTracker.prototype = {
|
||||
this._rowCount = stmnt.getInt32(0);
|
||||
stmnt.reset();
|
||||
}
|
||||
}
|
||||
};
|
||||
FormsTracker.prototype.__proto__ = new Tracker();
|
||||
|
@ -43,6 +43,7 @@ Cu.import("resource://weave/async.js");
|
||||
Cu.import("resource://weave/engines.js");
|
||||
Cu.import("resource://weave/syncCores.js");
|
||||
Cu.import("resource://weave/stores.js");
|
||||
Cu.import("resource://weave/trackers.js");
|
||||
|
||||
Function.prototype.async = Async.sugar;
|
||||
|
||||
@ -239,7 +240,8 @@ PasswordTracker.prototype = {
|
||||
},
|
||||
|
||||
_init: function PasswordTracker__init() {
|
||||
this._log = Log4Moz.Service.getLogger("Service." this._logName);
|
||||
this._log = Log4Moz.Service.getLogger("Service." + this._logName);
|
||||
this._loginCount = this._loginManager.countLogins("", "", "");
|
||||
}
|
||||
}
|
||||
};
|
||||
PasswordTracker.prototype.__proto__ = new Tracker();
|
||||
|
Loading…
Reference in New Issue
Block a user