Closed
Bug 896716
Opened 12 years ago
Closed 12 years ago
ContextMenu should allow opening links in both normal and private tabs
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: sriram, Assigned: sriram)
References
Details
(Whiteboard: abouthome-hackathon, fixed-fig)
Attachments
(1 file)
|
4.25 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
As per bug 885882 comment #8, the context menu on HomeListView should allow opening links in both normal and private tabs.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sriram
Comment 2•12 years ago
|
||
Comment on attachment 779993 [details] [diff] [review]
Patch
Review of attachment 779993 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/home/HomeFragment.java
@@ -80,5 @@
> menu.findItem(R.id.home_remove_history).setVisible(false);
> }
> menu.setHeaderTitle(info.title);
>
> menu.findItem(R.id.home_remove_history).setVisible(false);
Not part of this patch, but this is weird... there's an if statement up above to sometimes hide this item, but then we're always hiding it down below here.
I just looked into this a bit, and it's a bug. We're never showing the "Remove history" item, only the "Remove bookmark" item, which causes weirdness if you try to remove an item from the history list. I'll file a bug about that.
Attachment #779993 -
Flags: review?(margaret.leibovic) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: abouthome-hackathon → abouthome-hackathon, fixed-fig
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Updated•5 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
•