]> git.gir.st - VimFx.git/commit
Add Tree Style Tab support for opening new tabs
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 19:39:52 +0000 (20:39 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 20:10:57 +0000 (21:10 +0100)
commite71f7cd6169713524254bb8ef10c89bb93a63942
tree8c100d11171791504dfb7fad097a4759e981a96b
parent4a46193fea775d91968ebb3bc3c223263b741fa6
Add Tree Style Tab support for opening new tabs

Since commit 05d60dba5 we no longer open links in new tabs by simulating
ctrl-clicks on them, but instead use Firefox APIs. Before, the new tabs were
detected by the Tree Style Tab extension and opened as new children of the
current tab. After that commit new tabs opened as new _siblings_ after the
current tab instead. This commit opens new tabs as children again, by using the
public [Tree Style Tab API][tst-api].

[tst-api]: http://piro.sakura.ne.jp/xul/_treestyletab.html.en#api.
extension/lib/commands.coffee
extension/lib/utils.coffee
Imprint / Impressum