mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug 1288877 - prevent bookmarks batch operations from triggering a continious sync.r=tcsc
MozReview-Commit-ID: L2zh6owKH4S --HG-- extra : rebase_source : c8842b163fe7c5a3df0bd8dcbed3cb30fcaf3131
This commit is contained in:
parent
c6cfc1c7ad
commit
1c158e3d9c
@ -1536,6 +1536,7 @@ BookmarksTracker.prototype = {
|
||||
onEndUpdateBatch: function () {
|
||||
if (--this._batchDepth === 0 && this._batchSawScoreIncrement) {
|
||||
this.score += SCORE_INCREMENT_XLARGE;
|
||||
this._batchSawScoreIncrement = false;
|
||||
}
|
||||
},
|
||||
onItemVisited: function () {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user