Closed
Bug 1279331
Opened 8 years ago
Closed 8 years ago
History/visits not being recorded while browsing, or cleared when pressing "clear history"
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1279332
People
(Reporter: Grisha, Unassigned)
Details
Today's nightly seems to have introduced some regressions around recording and clearing history and visits. This is a bug to track investigation into what's going on.
Specifically, observed behaviour: when user opens pages, from Top Sites, history panel, or by typing in URLs, they don't seem to affect top sites, appear in the History panel. Furthermore, looking at the browser.db file, visits aren't recorded and history records aren't created.
Reporter | ||
Comment 1•8 years ago
|
||
Similarly to Bug 1279338, seems to start happening not right away, but after navigating into a downloads page, or settings.
Reporter | ||
Comment 2•8 years ago
|
||
We're recording visits and updating history meta on a background thread (posting a Runnable), and when the buggy behaviour is observed, that Runnable isn't being run.
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/GeckoApp.java#2854
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/GeckoApp.java#2866
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•