Closed
Bug 317878
Opened 19 years ago
Closed 19 years ago
Bookmark Folders should be expressable via place: URIs
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugs, Assigned: bryner)
Details
Attachments
(1 file)
11.88 KB,
patch
|
brettw
:
review+
|
Details | Diff | Splinter Review |
There is a lot of special case code in the FE disambiguating folders from place: uris. Many things would be easier if one could address a particular bookmark folder using a place: uri.
Assignee | ||
Comment 1•19 years ago
|
||
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•19 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•19 years ago
|
||
This fixes some regressions, which are mostly from making HistoryResult inherit from QueryNode instead of ResultNode. I also added some better checking of input parameters in executeQueries(), and checked to make sure we don't try to malloc 0 bytes. I got rid of getSourceQueries and sourceQueryOptions on nsINavHistoryResult since they're now redundant (use getQueries() and queryOptions on nsINavHistoryResultNode).
Attachment #204424 -
Flags: review?(brettw)
Updated•19 years ago
|
Attachment #204424 -
Flags: review?(brettw) → review+
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
•