Skip to content

Tags: fhoech/BarTab

Tags

2.1b2

Toggle 2.1b2's commit message
Fix SeaMonkey version number

2.1b1

Toggle 2.1b1's commit message
Prepare release

2.0

Toggle 2.0's commit message
It's time...

2.0b5

Toggle 2.0b5's commit message
Make BarTabUtils.findClosestLoadedTab() respect the browser.tabs.sele…

…ctOwnerOnClose preference.

Closes philikon#47

2.0b4

Toggle 2.0b4's commit message
Document the stuff introduced in 2.0b3

2.0b3

Toggle 2.0b3's commit message
Empty host (e.g. file:https:/// URIs) should also mean that the menu item i…

…sn't shown.

2.0b2

Toggle 2.0b2's commit message
Changelog

2.0b1

Toggle 2.0b1's commit message
Centralize some common stuff.

1.6b3

Toggle 1.6b3's commit message
Use monkeyPatchMethod for isBlankBrowser as well.

TMP isn't the only add-on that provides this method, Tab Utils does as well.  But there it doesn't get set until after BarTab has initialized.  Since monkeyPatchMethod will install a setter, we can catch its setting and all is well.

1.6b2

Toggle 1.6b2's commit message
Only bind the parameters we really need and that's aURI. In particula…

…r, avoid reassigning aReferrerURI as that will magically change arguments[1], too (aReferrerURI is the 2nd parameter)!