Add dedicated tags notifications
Categories
(Toolkit :: Places, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: mak, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Instead of using onItemChanged("tags") we should have a dedicated notification for tags.
Ideally it could be a simple bookmark-tags-changed
notification, passing an up-to-date list of tags, but some analysis should be done to check if the list of tags is something we get for free (or cheap), if it's something the consumer would fetch regardless, or if we'd have to fetch them.
We could also go with tags-added and tags-removed, but it seems more work for consumers if at the same time some is removed and some is added.
The notification should probably derive from the PlacesBookmark event
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D128326
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D128327
Comment 6•3 years ago
|
||
Backed out 3 changesets (Bug 1678607) for causing bc failures in browser_bookmark_add_tags.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/1b6f0e11b8bbd98662242c7f9a141c08bfce516b
Push with failures, failure log.
Assignee | ||
Updated•3 years ago
|
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7705a6b69701
https://hg.mozilla.org/mozilla-central/rev/13868a361ad3
https://hg.mozilla.org/mozilla-central/rev/63d10a00d256
Description
•