Closed
Bug 1077706
Opened 10 years ago
Closed 4 years ago
Do not add default bookmarks for Marketplace and AMO in guest profiles
Categories
(Firefox for Android Graveyard :: Data Providers, defect, P5)
Tracking
(fennec+)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: rnewman, Unassigned)
References
Details
… given that we don't allow you to install either of those things!
Reporter | ||
Comment 1•10 years ago
|
||
This is slightly non-trivial: LocalBrowserDB#addDefaultBookmarks doesn't know what kind of profile it's inserting into (and can't/shouldn't guess), and the default bookmarks are loaded from our strings.
We might need to extend the current approach by defining resources like bookmarkdefaults_guest_whatever to define whether a bookmark should be added to a guest profile, and then thread some kind of filtering flag into enqueueProfileInit.
Reporter | ||
Comment 2•10 years ago
|
||
Another way to approach this -- don't show Top Sites or Bookmarks at all in Guest Mode: Bug 1034214.
That way we wouldn't need to init the DB at all.
Depends on: 1034214
Updated•10 years ago
|
Priority: -- → P5
Updated•10 years ago
|
tracking-fennec: ? → +
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
•