Closed
Bug 1852079
Opened 2 years ago
Closed 2 years ago
Remove unused options from nsINavHistoryQuery and nsINavHistoryQueryOptions
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
Details
Attachments
(1 file, 1 obsolete file)
Bug 1852079 - Remove unused options from nsINavHistoryQuery and nsINavHistoryQueryOptions. r=daisuke
48 bytes,
text/x-phabricator-request
|
Details | Review |
We don't use these options and they just complicate things:
- onlyBookmarked - this can be used in an history query to get a flat list of all the bookmarks... it doesn't seem particularly useful and indeed nobody uses it
- annotationIsNot - this and the following were used to query for bookmarks or pages having certain annotations... we removed most annotations so it's not useful atm
- annotation
- hasAnnotation
- QUERY_TYPE_UNIFIED - this was never implemented and likely won't be
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9352448 -
Attachment is obsolete: true
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/d676619026e7
Remove unused options from nsINavHistoryQuery and nsINavHistoryQueryOptions. r=daisuke,places-reviewers
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•