Closed
Bug 1519840
Opened 2 years ago
Closed 2 years ago
Stop onItemChanged updates for annotations
Categories
(Toolkit :: Places, enhancement, P3)
Toolkit
Places
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: standard8, Assigned: mak)
References
Details
Attachments
(1 file)
Most of the annotations have now been removed, as a result we think we should be able to stop onItemChanged updates for annotations and remove associated code.
The basic idea being:
- Remove code that notifies from within nsAnnotationService
- Add a comment to onItemChanged that aIsAnnotationProperty is deprecated
- Remove code in onItemChanged handlers that handle aIsAnnotationProperty being true.
| Reporter | ||
Comment 1•2 years ago
|
||
Lina, can you confirm that there's no adverse effect for Sync whilst we still need to support the "sync/parent" annotation, or do we need to hold off until that's removed?
Blocks: 1460577
Flags: needinfo?(lina)
Comment 2•2 years ago
|
||
Remove away! :-) Sync completely ignores anno changes in its onItemChanged listener, now that livemarks, descriptions, and load in sidebar are gone. https://searchfox.org/mozilla-central/rev/b29663c6c9c61b0bf29e8add490cbd6bad293a67/services/sync/modules/engines/bookmarks.js#33-36,1378-1381 could go away entirely.
Flags: needinfo?(lina)
| Assignee | ||
Updated•2 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Iteration: --- → 69.2 - May 27 - Jun 9
| Assignee | ||
Updated•2 years ago
|
Points: --- → 1
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/b6316cb29acb Stop onItemChanged updates for annotations. r=Standard8
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•