Closed
Bug 917394
(new-new-about-home)
Opened 11 years ago
Closed 11 years ago
[fig] Re-arrange about:home tabs as per new design
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox26+ fixed, firefox27 verified, fennec26+)
VERIFIED
FIXED
Firefox 27
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
Attachments
(1 file)
51.23 KB,
patch
|
sriram
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Change it to be:
History - Top Sites - Bookmarks - Reading List
Assignee | ||
Comment 1•11 years ago
|
||
This patch:
- Moves MostVisited panel to be a top level tab in about:home
- Renames MostVisitedPage to TopSitesPage
- Remove the bookmarks grid from the Bookmarks panel
- Sets TopSites as the default page in all cases
- Adds one string for the new "Top Sites" panel
Attachment #806138 -
Flags: review?(sriram)
Comment 2•11 years ago
|
||
Comment on attachment 806138 [details] [diff] [review]
Rearrange about:home tabs as per new design
Review of attachment 806138 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
::: mobile/android/base/home/HomePager.java
@@ +143,5 @@
> + // On phones, the history tab is the first tab. On tablets, the
> + // history tab is the last tab.
> + adapter.addTab(HardwareUtils.isTablet() ? -1 : 0,
> + Page.HISTORY, HistoryPage.class, new Bundle(),
> + getContext().getString(R.string.home_history_title));
You could use getString() directly.
@@ +241,5 @@
> +
> + if (index >= 0) {
> + mTabs.add(index, info);
> + } else {
> + mTabs.add(info);
Whitespace.
::: mobile/android/base/resources/values/dimens.xml
@@ +81,5 @@
>
> <!-- We need to maintain height for the tab widget on History Page
> since android does not add footer/header divider height to its
> calculation for wrap_content in LinearLayout.
> 50dp * 3 Views + 30dp padding + 4dp dividers-->
Make this "2 Views".
Attachment #806138 -
Flags: review?(sriram) → review+
Updated•11 years ago
|
Blocks: new-about-home
Updated•11 years ago
|
tracking-fennec: --- → 26+
Assignee | ||
Comment 3•11 years ago
|
||
Pushed to fig: http://hg.mozilla.org/projects/fig
Updated•11 years ago
|
Alias: new-new-about-home
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 27
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
status-firefox27:
--- → verified
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 806138 [details] [diff] [review]
Rearrange about:home tabs as per new design
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 862793 (the new about:home UI)
User impact if declined: This is part of a series of (high priority) UI changes that we'd like to get in for Firefox 26. Here's a summary:
* History and Top Sites are separate pages again
* Thumbnails in the Top Sites page (instead of Bookmarks page)
* When entering Home, Top Sites is always the default page
Testing completed (on m-c, etc.): This patch has been in our Nightly builds for almost a week now. No obvious regressions found. UI tests have been updated accordingly (see bug 917398).
Risk to taking this patch (and alternatives if risky): There is some level of risk involved here as this is not a trivial change. However, we've agreed that these changes are important enough to be worth the risk. We'd like to avoid shipping a rather big UI change in Firefox 26 to then change it all over again in the following release as this would be a too disruptive experience for our users. Given the risk involved and the fact that we're adding/changing strings, it's important to have these patches uplifted as soon as possible.
String or IDL/UUID changes made by this patch: this patch introduces one new string 'Top Sites' for the new about:home page.
Attachment #806138 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #806138 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
status-firefox26:
--- → affected
tracking-firefox26:
--- → +
Assignee | ||
Comment 6•11 years ago
|
||
Depends on: 923516
Depends on: 928107
Depends on: 928589
Depends on: 928592
Depends on: nn-about-home-tablet
No longer depends on: 928589
No longer depends on: 928592
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
•