Closed Bug 628453 Opened 13 years ago Closed 13 years ago

Extend tabs module to give access to tab node

Categories

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

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: zbraniecki, Unassigned)

Details

It seems that there is no way to access the tab's content from tabs module.

In particular, I'm interested in:
* tab.document.documentURI which presents the real URI of the current document (while location shows the intended url)
* tab.document.location.reload()

but it seems that a simple access to the content of the page should be also provided.
These are explicitly not exposed in the tab API because they'll not be synchronously available in the world where either jetpack or content code runs out of the main browser process.

You can get at these things via content scripts though.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.