Closed
Bug 1473533
Opened 8 years ago
Closed 8 years ago
Change the nsINavHistoryObserver::OnDeleteVisits visit time parameter to be a boolean for partial removal
Categories
(Toolkit :: Places, enhancement, P1)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
The current `aVisitTime` parameter to nsINavHistoryObserver::OnDeleteVisits is really only used as an indiciator for if visits have been partially or fully removed.
We should therefore update the API to make that clarification.
| Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: YbkHjOv7FH
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment on attachment 8989959 [details]
Bug 1473533 - Change the nsINavHistoryObserver::OnDeleteVisits visit time parameter to be a boolean for partial removal.
Marco Bonardo [::mak] has approved the revision.
https://phabricator.services.mozilla.com/D1970
Attachment #8989959 -
Flags: review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9cd9ca34cf92
Change the nsINavHistoryObserver::OnDeleteVisits visit time parameter to be a boolean for partial removal. r=mak
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•