Closed
Bug 699155
Opened 14 years ago
Closed 14 years ago
Tabs list ordering
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Firefox for Android Graveyard
General
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: wesj, Assigned: sriram)
Details
Attachments
(1 file)
|
2.96 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Playing with context menus, I've opened links in background tabs and noticed that they often appear in the tabs list "out of order". I think maybe the simplest things is just to ensure that tabs show up in the order they were opened.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → sriram
| Assignee | ||
Comment 1•14 years ago
|
||
This patch gets the Tabs list in order and uses it for populating the list. HashMap doesnt always preserve the order.
Also, the values are copied into list's adapter. Having a reference can cause problems. Hence the values have to be copied.
Attachment #571567 -
Flags: review?(mark.finkle)
Comment 2•14 years ago
|
||
Comment on attachment 571567 [details] [diff] [review]
Patch
I don't see any users of the HashMap getTabs call. Maybe we should just make getTabs return the ArrayList?
Attachment #571567 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
I too looked at the same. I thought of cleaning up Tabs along with changes that Lucas had proposed -- making it a normal class and not a singleton.
Updated•14 years ago
|
Priority: -- → P2
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
20111103121050
http://hg.mozilla.org/projects/birch/rev/d479ad392377
Samsung Nexus S (Android 2.3.6)
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 6•14 years ago
|
||
These patches were backed while investigating Talos failures. Now that tests are green again, we will need to reland.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 7•14 years ago
|
||
backout was backed out https://hg.mozilla.org/projects/birch/rev/6f925b45a547
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
20111114041052
http://hg.mozilla.org/projects/birch/rev/859ecdfe0168
Samsung Galaxy SII (Android 2.3.4)
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
Flags: in-litmus?(fennec)
Whiteboard: [QA+]
Comment 9•14 years ago
|
||
Test case created in BFT - Tabbed Browsing:
https://litmus.mozilla.org/show_test.cgi?id=40430
Flags: in-testsuite?
Flags: in-testsuite+
Flags: in-litmus?(fennec)
Flags: in-litmus+
Whiteboard: [QA+]
Updated•14 years ago
|
tracking-fennec: --- → 11+
Updated•14 years ago
|
status-firefox11:
--- → fixed
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
•