Closed
Bug 457677
Opened 17 years ago
Closed 17 years ago
PlacesUtils ignores dynamic containers
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3.1b2
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
|
2.50 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
In placesUtils we are ignoring dynamic containers in 2 places:
- nodeIsReadOnly is checking only for folders, but being a dynamic container a special folder it should check for it too
- nodeIsDynamicContainer is not working at all, since it's using undefined NHRN constant (while there, i've cleaned up remaining code that's using NHRN, all code directly refer to Ci.nsINavHistoryResultNode so there's no point in doing it differently somewhere)
Attachment #340917 -
Flags: review?(dietrich)
Updated•17 years ago
|
Attachment #340917 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 1•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1b2
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•16 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
•