Closed
Bug 1196907
Opened 9 years ago
Closed 4 years ago
Make default bookmarks more configurable
Categories
(Firefox for Android Graveyard :: Data Providers, defect)
Firefox for Android Graveyard
Data Providers
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ally, Unassigned)
References
Details
With the addition of kidfox, we now have two (sub)sets of bookmarks. our bookmarks java hardcodes which bookmarks entries are default where[1]. It would be much better if this were configurable.
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/db/LocalBrowserDB.java#228
Comment 1•9 years ago
|
||
Do you have any ideas about how we should do this? Could this be a mentor bug?
Flags: needinfo?(ally)
Reporter | ||
Comment 2•9 years ago
|
||
My put would be to make default bookmarks like suggested sites, try to reduce the number of systems we have for configuring fennec. That would involve build system changes and a sizable refactor. It might be too much for even a diamond bug.
A less ambitious might be to just replace the java code with a startsWith() for default_ , restricted_ and rename entries to match that scheme. That could be a mentor-able bug.
Flags: needinfo?(ally)
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
•