Closed Bug 737693 Opened 12 years ago Closed 11 years ago

add support for tabbrowser.visibleTabs to the Tabs API

Categories

(Add-on SDK Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dietrich, Unassigned)

References

Details

currently require('tabs').length reports 500+ tabs when i only have ~50. that's because all the rest are in groups.

the tabs api should find some way to make a distinction between tabs you can navigate to in the currently visible set of tabs, and those that are hidden.
Assignee: nobody → evold
I think Panorama is being moved to an add-on, so I don't think this is worth implementing now.
Flags: needinfo?(dtownsend+bugmail)
if we did implement this we should simply make a isVisible(thing) method, which a third party module can do easily, so again I don't think it is worth it.
Assignee: evold → nobody
Yeah, looks like bug 836758
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(dtownsend+bugmail)
Priority: P2 → --
Resolution: --- → WONTFIX
Yeah, Panorama will be removed at some indeterminate point, but with the glacial pace at which these things often move, it could be years (if not decades) before that occurs; meanwhile, e10s is coming, and I require an isHidden/isVisible property to migrate my add-on to the high-level APIs in preparation.

Unless someone can point to definitive confirmation that Panorama will be removed before e10s ships, this bug needs to be reopened and addressed.
(In reply to blackwind from comment #4)
> Yeah, Panorama will be removed at some indeterminate point, but with the
> glacial pace at which these things often move, it could be years (if not
> decades) before that occurs; meanwhile, e10s is coming, and I require an
> isHidden/isVisible property to migrate my add-on to the high-level APIs in
> preparation.
> 
> Unless someone can point to definitive confirmation that Panorama will be
> removed before e10s ships, this bug needs to be reopened and addressed.

Why the needinfo? This is still wontfix. If you have a specific issue with migrating an SDK add-on to work with e10s, please log a new bug.
Flags: needinfo?(jgriffiths)
You need to log in before you can comment on or make changes to this bug.