Closed
Bug 595371
Opened 15 years ago
Closed 15 years ago
Do the right thing when app tabs open/close
Categories
(Firefox Graveyard :: Panorama, defect, P2)
Firefox Graveyard
Panorama
Tracking
(blocking2.0 betaN+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: iangilman, Assigned: iangilman)
References
Details
(Whiteboard: [on-panorama-central])
Attachments
(1 file)
12.00 KB,
patch
|
Gavin
:
review+
seanedunn
:
feedback+
|
Details | Diff | Splinter Review |
Is it possible for an app tab that wasn't present at start to suddenly open? I suppose with session restore. At any rate, if it happens, GroupItems should add the tab to their app tab trays.
Likewise if an app tab closes during a session (presumably more likely), it should be removed from the app tab trays.
Assignee | ||
Updated•15 years ago
|
Priority: -- → P2
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ian
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Updated•15 years ago
|
blocking2.0: --- → betaN+
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #477673 -
Flags: feedback?(seanedunn)
Attachment #477673 -
Flags: feedback?(seanedunn) → feedback+
Assignee | ||
Updated•15 years ago
|
Attachment #477673 -
Flags: review?(gavin.sharp)
![]() |
||
Updated•15 years ago
|
Whiteboard: [needs review]
Comment 4•15 years ago
|
||
Comment on attachment 477673 [details] [diff] [review]
patch v1
Why rename handleTabPin/handleTabUnpin? Doesn't really seem much clearer, and introduces an inconsistency with same method on TabItems.
r=me either way, but I think I'd prefer omitting the rename (unless there some reason for it that I'm missing).
Attachment #477673 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Why rename handleTabPin/handleTabUnpin? Doesn't really seem much clearer, and
> introduces an inconsistency with same method on TabItems.
Whereas those routines were originally just called in response to pin/unpin events, they're now also called from tab open/close events. The routines are now named after what they do, rather than who calls them.
Assignee | ||
Comment 6•15 years ago
|
||
Pushed to panorama-central:
http://hg.mozilla.org/users/ian_iangilman.com/panorama-central/rev/4b0406ab0abc
Whiteboard: [needs review] → [on-panorama-central]
Assignee | ||
Comment 7•15 years ago
|
||
Landed on mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/4b0406ab0abc
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•