Closed
Bug 278288
Opened 20 years ago
Closed 18 years ago
Dispatch tab events (such as addTab(), removeTab())
Categories
(Firefox :: Tabbed Browser, enhancement)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
DUPLICATE
of bug 322898
People
(Reporter: hle, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I am working on an extension and interested in knowning when a tab is added or
removed. Currently, it does not appears that such events are propagated (from
looking at "xpfe/global/resources/content/bindings/tabbrowser.xml"
. <method name="addTab"> ...
. <method name="removeTab"> ...
Reproducible: Always
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows Server 2003 → All
Hardware: PC → All
Summary: Add event listener for tab events (such as addTab(), removeTab()) → Dispatch tab events (such as addTab(), removeTab())
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
Duping to the bug for adding proper events for tab changes.
*** This bug has been marked as a duplicate of 322898 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•