Closed
Bug 329861
Opened 19 years ago
Closed 19 years ago
Add a copyAnnotations function to the annotation service
Categories
(Firefox :: Bookmarks & History, enhancement, P2)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: mozilla, Assigned: brettw)
References
Details
Attachments
(1 file)
6.88 KB,
patch
|
Details | Diff | Splinter Review |
In order to change a bookmark URI properly, we need to be able to move the annotations on the old URI to the new URI, and then delete the annotations from the old URI (which we already have a function for). copyAnnotations should have a parameter which specifies whether to prefer the existing or the copied value in cases where both the source and target URIs have a particular annotation name.
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 2 alpha2
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
*** Bug 320658 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 3•19 years ago
|
||
This work will most likely be landed as part of 330192.
Depends on: 330192
Reporter | ||
Comment 4•19 years ago
|
||
Reviewed & landed patch on branch & trunk as part of bug 330192.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 5•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
•