зеркало из https://github.com/mozilla/gecko-dev.git
Bug 486234 - Give changes json file name for history, passwords
This commit is contained in:
Родитель
e9647a3977
Коммит
8e8a01356e
|
@ -473,6 +473,7 @@ function HistoryTracker() {
|
|||
HistoryTracker.prototype = {
|
||||
__proto__: Tracker.prototype,
|
||||
_logName: "HistoryTracker",
|
||||
file: "history",
|
||||
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsINavHistoryObserver]),
|
||||
|
||||
|
|
|
@ -227,6 +227,7 @@ function PasswordTracker() {
|
|||
PasswordTracker.prototype = {
|
||||
__proto__: Tracker.prototype,
|
||||
_logName: "PasswordTracker",
|
||||
file: "password",
|
||||
|
||||
_init: function PasswordTracker_init() {
|
||||
Tracker.prototype._init.call(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче