Closed
Bug 393924
Opened 17 years ago
Closed 17 years ago
Stop setting the bookmarkFeedURI annotation on livemark children
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha8
People
(Reporter: asaf, Assigned: asaf)
Details
Attachments
(1 file)
(deleted),
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
the bookmarkFeedURI annotation is no longer used for anything except checking whether an item is a child of a livemark, this could be done by checking the item's container itself.
Let's save the all some bytes.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #278490 -
Flags: review?(sspitzer)
Comment 2•17 years ago
|
||
Comment on attachment 278490 [details] [diff] [review]
patch
r=sspitzer
Attachment #278490 -
Flags: review?(sspitzer) → review+
Assignee | ||
Comment 3•17 years ago
|
||
mozilla/browser/components/places/content/controller.js 1.178
mozilla/browser/components/places/content/placesOverlay.xul 1.15
mozilla/browser/components/places/content/utils.js 1.59
mozilla/toolkit/components/places/src/nsLivemarkService.js 1.23
mozilla/toolkit/components/places/tests/chrome/Makefile.in 1.5
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 4•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
•