Closed
Bug 983028
Opened 11 years ago
Closed 11 years ago
places/history searches should return results with a isBookmarked/bookmark flag
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 980601
People
(Reporter: evold, Unassigned)
References
Details
At the moment if I want to search history and know which results are bookmarked I have to do the search query, then do bookmark searches.
Instead the results returned from the history query should just have a `bookmarked` flag (or by some other name).
The http://mdn.beonex.com/en/XPCOM_Interface_Reference/nsINavHistoryResultNode.html docs say there is a `bookmarkIndex` attribute which I think we can use here to determine if a result is bookmarked and avoid extra queries.
Reporter | ||
Updated•11 years ago
|
Blocks: sdk/places
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•