Closed
Bug 968475
Opened 11 years ago
Closed 10 years ago
Port existing about:home panels to dynamic panel types where applicable
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcomella, Unassigned)
References
Details
Good for dogfooding. :)
Comment 1•11 years ago
|
||
Unfortunately, none of the built-in can be easily/directly ported:
History panel:
- Needs to use the BrowserProvider DB because of the awesomebar search and sync i.e. we can't use HomeProvider
- Has a non-trivial way of splitting items into sections (Today, Yesterday, ...)
Top sites:
- Needs to use the BrowserProvider DB for the same reasons than the History panel
- Has a grid stacked as header in the list that offsets the data in the list itself. We have no API for that (yet)
Bookmarks:
- Needs to use the BrowserProvider DB for the same reasons than the History panel
- We don't support folder hierarchy navigation (yet) (see bug 942295)
Reading list:
- It will have its own content provider because it needs reading list-specific columns (read state, word count, etc)
- We'd need to keep it in sync with the offline storage
- Probably needs to be sync'd across platforms
Comment 2•10 years ago
|
||
I don't think it's worth doing this.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
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
•