Closed
Bug 1172072
Opened 8 years ago
Closed 8 years ago
Reflect local vs remote visits in Top Sites
Categories
(Firefox for iOS :: Home screen, defect)
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fxios | 1.1+ | --- |
People
(Reporter: rnewman, Unassigned)
References
Details
Robin thinks we should never show non-local history. That doesn't speak to how we should calculate frecency -- do we include remote visits? Do we downweight them? Regardless, the overall thrust of this bug is this: we can do better than we do now. Perhaps we should start with down-weighting non-local visits, perhaps ten to one, and see how it feels. There might not be a middle ground that works for all users, so we might consider exposing some kind of toggle, All History/Local History, or something. I'll put my 25¢ in the mode jar now. From an implementation standpoint, this means altering getSitesByFrecency in SQLiteHistory.
Reporter | ||
Updated•8 years ago
|
Comment 1•8 years ago
|
||
I would like to make this an toggle-option in Settings, in case the user should want to include their desktop history. We're syncing it, after all. Are your comments from Bug 1046709 still valid for the iOS sync instance, Richard?
Flags: needinfo?(rnewman)
Reporter | ||
Comment 2•8 years ago
|
||
On iOS I implemented what I'd like us to do on Android: we have separate recorded visits for local and remote. We can't distinguish between different remote devices, but we do know which visits you made on your iPhone. So this bug is immediately actionable, while that Android bug is not. A setting would be straightforward, and would just tweak which SQL we run; just local, both (what we do now), or a biased weighting between the two (even a slider if you hate our users).
Flags: needinfo?(rnewman)
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•