Closed
Bug 1063753
Opened 10 years ago
Closed 10 years ago
Remove Remote Tabs tray from Fennec entirely
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 36
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
Bug 1014994 landed a Remote Tabs home panel. Bug 1063750 tracks messaging users gently that their synced tabs tray has moved to be a home panel.
This ticket tracks removing the code and assets for the synced tabs tray from the tree entirely. This should ride the train after Bug 1063750 lands.
Assignee | ||
Comment 1•10 years ago
|
||
Huh, I can't make this tracking-firefox36. I've marked its dependent ticket tracking-firefox35; this should ride one train later.
Comment 2•10 years ago
|
||
mhaigh is doing some work in larch that might conflict with this a bit. mhaigh, please keep an eye on these changes.
Flags: needinfo?(mhaigh)
Comment 3•10 years ago
|
||
Don't think this'll change anything I'm doing, but will keep an eye on it.
Flags: needinfo?(mhaigh)
Assignee | ||
Comment 4•10 years ago
|
||
This should land right at the end of the Fennec 36 cycle, since we may be uplifting code changes to Aurora.
Blocks: remotetabsv2
Assignee | ||
Comment 5•10 years ago
|
||
This mops up the bits of the Remote Tabs tray not already deleted by Bug
1014994.
Tested locally on a phone; charging my tablet.
Attachment #8517206 -
Flags: review?(michael.l.comella)
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
This mops up the bits of the Remote Tabs tray not already deleted by Bug
1014994.
mcomella: sorry, missed a spot. Having trouble with IntelliJ and
files linked in multiple places.
Attachment #8517206 -
Attachment is obsolete: true
Attachment #8517206 -
Flags: review?(michael.l.comella)
Attachment #8517213 -
Flags: review?(michael.l.comella)
Assignee | ||
Comment 8•10 years ago
|
||
This mops up the bits of the Remote Tabs tray not already deleted by Bug
1014994.
And a little more. Sorry!
Attachment #8517213 -
Attachment is obsolete: true
Attachment #8517213 -
Flags: review?(michael.l.comella)
Attachment #8517240 -
Flags: review?(michael.l.comella)
Updated•10 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Comment 9•10 years ago
|
||
Comment on attachment 8517240 [details] [diff] [review]
Remove Remote Tabs tray from Fennec entirely.
Review of attachment 8517240 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm provided a green try run.
::: mobile/android/base/tabs/TabsPanel.java
@@ +194,5 @@
> @Override
> public void onTabChanged(int index) {
> if (index == 0) {
> show(Panel.NORMAL_TABS);
> } else if (index == 1) {
Maybe add an `else { throw... }` clause?
Attachment #8517240 -
Flags: review?(michael.l.comella) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
> ::: mobile/android/base/tabs/TabsPanel.java
> @@ +194,5 @@
> > @Override
> > public void onTabChanged(int index) {
> > if (index == 0) {
> > show(Panel.NORMAL_TABS);
> > } else if (index == 1) {
>
> Maybe add an `else { throw... }` clause?
This is reasonable, but I instead took the old pattern of defaulting to the last entry (in this case, PRIVATE_TABS).
Assignee | ||
Comment 12•10 years ago
|
||
This mops up the bits of the Remote Tabs tray not already deleted by Bug
1014994.
This incorporates mcomella's feedback. The tree is closed so marking
checkin-needed and carrying over the r+.
Attachment #8517240 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Attachment #8517772 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 13•10 years ago
|
||
Hi Nick,
seems this patch didn't apply cleanly:
applying Bug-1063753---Remove-Remote-Tabs-tray-from-Fennec-.patch
patching file mobile/android/base/moz.build
Hunk #1 FAILED at 386
1 out of 1 hunks FAILED -- saving rejects to file mobile/android/base/moz.build.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh Bug-1063753---Remove-Remote-Tabs-tray-from-Fennec-.patch
could you take a look, thanks!
Flags: needinfo?(nalexander)
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 14•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(nalexander)
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
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
•