Closed
Bug 1766869
Opened 4 years ago
Closed 4 years ago
Deduplicate selected snapshots based on query parameters and titles
Categories
(Firefox :: Bookmarks & History, task, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(2 files)
If snapshots have the same main url (without the query) and the same title, we want to deduplicate the returned snapshots. In this case, we prefer snapshots with no query first, then the best snapshot based on score or recency.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D144975
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/02fe53ee07bc
Deduplicate selected snapshots based on query parameters and titles. r=mossop
https://hg.mozilla.org/integration/autoland/rev/bf44638c5748
Deduplicate relevancy based selected snapshots based on query parameters and titles. r=mossop
Comment 4•4 years ago
|
||
Backed out for causing xpcshell failures on test_preventive_maintenance.js
Failure line(s): TEST-UNEXPECTED-FAIL | toolkit/components/places/tests/maintenance/test_preventive_maintenance.js | test_preventive_maintenance - [test_preventive_maintenance : 2111] 0 == 2
Flags: needinfo?(standard8)
| Assignee | ||
Comment 5•4 years ago
|
||
Sorry, I forgot to fully check the impact of the PlacesTestUtils changes.
Flags: needinfo?(standard8)
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/81fe2edb9886
Deduplicate selected snapshots based on query parameters and titles. r=mossop
https://hg.mozilla.org/integration/autoland/rev/dfc3eca16c52
Deduplicate relevancy based selected snapshots based on query parameters and titles. r=mossop
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/81fe2edb9886
https://hg.mozilla.org/mozilla-central/rev/dfc3eca16c52
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•