Closed
Bug 1607245
Opened 6 years ago
Closed 5 years ago
bookmark-removed notifications should be batched
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: standard8, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(1 file, 1 obsolete file)
Following bug 1511700, we should batch the bookmark-removed notifications to aid performance. Currently, we send one notification for each change, we should batch these up and send them in blocks.
Comment 1•5 years ago
|
||
The system supports arrays (Sequence actually), thus we should send all the notifications in the same array of notifications, if possible.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Iteration: --- → 87.1 - Jan 25 - Feb 7
Points: --- → 2
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D103155
Updated•5 years ago
|
Attachment #9199491 -
Attachment is obsolete: true
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9afa4148d5d
Batch notification of bookmark-removed events. r=Standard8
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•