Closed
Bug 341035
Opened 19 years ago
Closed 17 years ago
Livemark service should delete annotations on livemark delete
Categories
(Firefox :: Bookmarks & History, defect, P2)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3 beta4
People
(Reporter: brettw, Assigned: mak)
References
Details
(Keywords: privacy, regression)
Attachments
(1 file, 1 obsolete file)
1.58 KB,
patch
|
dietrich
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
When a livemark is deleted, all the annotations for the items and the folder stay around. This is partially bug 319455 (expire annotations) but the livemark service should do it's annotations explicitly.
Comment 1•18 years ago
|
||
Not sure whether this is still necessary with bug 319455 almost ready to go, but figured I'd pop in
Comment 2•18 years ago
|
||
Plus, currently deleting a folder + undoing the delete loses the folder's annotations - including the description or the livemark's site/feed urls... so the folder's annotations should be saved for sure, anyway.
Comment 3•18 years ago
|
||
Bug 319455 shouldn't matter here, as we should always be cleaning up after ourselves :)
However, I think we want to have this done in the back-end, so that it's consistent for all deletes of all item types in the bookmark system (and it's consumers, such as the microsummary and livemark services).
Updated•18 years ago
|
Attachment #271941 -
Flags: review?(dietrich) → review-
Updated•18 years ago
|
Assignee: cyen → nobody
Status: ASSIGNED → NEW
Comment 4•18 years ago
|
||
387952(In reply to comment #2)
> Plus, currently deleting a folder + undoing the delete loses the folder's
> annotations - including the description or the livemark's site/feed urls... so
> the folder's annotations should be saved for sure, anyway.
Reinstantiation of annotations spun off to bug 387952
Assignee | ||
Comment 5•17 years ago
|
||
while investigating on problems with livemark reload i ended up here.
we are checking if a livemark address is in use, but we don't have still removed that, so the check will always return true (and annotations are not deleted).
As a consequence if i remove a livemark, then readd it back in less then expiration time, it is showed <empty>.
This is bad also because those dangling annos will not let us to delete pages from moz_places (privacy concern).
Assignee | ||
Updated•17 years ago
|
Attachment #304990 -
Flags: review?(dietrich)
Assignee | ||
Updated•17 years ago
|
Keywords: privacy,
regression
Comment 6•17 years ago
|
||
Comment on attachment 304990 [details] [diff] [review]
patch
good catch, thanks. r=me
Attachment #304990 -
Flags: review?(dietrich) → review+
Updated•17 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 3 beta4
Assignee | ||
Comment 7•17 years ago
|
||
Comment on attachment 304990 [details] [diff] [review]
patch
drivers: this fix will help investigating on feed reload problem, and is a privacy concern.
Attachment #304990 -
Flags: approval1.9?
Comment 8•17 years ago
|
||
Comment on attachment 304990 [details] [diff] [review]
patch
a1.9+=damons
Attachment #304990 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 9•17 years ago
|
||
Checking in toolkit/components/places/src/nsLivemarkService.js;
/cvsroot/mozilla/toolkit/components/places/src/nsLivemarkService.js,v <-- nsLivemarkService.js
new revision: 1.38; previous revision: 1.37
done
Comment 10•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•