Bug 1376984 - Add confirm dialog, startup perf improvements, other fixes to Activity Stream r=Mardak

MozReview-Commit-ID: 3730Mntj1XX
This commit is contained in:
k88hudson
2017-06-28 16:47:23 -07:00
parent 7613f6ff64
commit b2c38e1dcd
31 changed files with 1380 additions and 569 deletions

View File

@@ -104,6 +104,9 @@ FakePrefs.prototype = {
delete this.observers[prefName];
}
},
_prefBranch: {},
observeBranch(listener) {},
ignoreBranch(listener) {},
prefs: {},
get(prefName) { return this.prefs[prefName]; },