Closed
Bug 1335817
Opened 8 years ago
Closed 4 years ago
Highlights algorithm: Add domain visit frequency
Categories
(Firefox for Android Graveyard :: Activity Stream, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sebastian, Unassigned)
References
Details
(Whiteboard: [MobileAS])
For ranking highlights the desktop add-on calculates the frequency a specific domain has been visited:
> Math.log(1 + numberOfTotalDomainsVisited / numberOfSpecificDomainHasBeenVisited));
Currently we just use a constant value in our calculation. As soon as we have the domain hashes in the history table (bug 1319485) we can use them to add the missing values.
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•7 years ago
|
Blocks: as-android-nicetohave
Updated•7 years ago
|
Rank: 1
Priority: P2 → P3
Comment 1•7 years ago
|
||
All open Activity Stream bugs are moving from the whiteboard tag, "[mobileAS]", to the Firefox for Android component, "Activity Stream", so that I can keep better track of these bugs as the new triage owner; I will send out an email shortly with additional details, caveats, etc.
Component: General → Activity Stream
Comment 2•6 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•