]> git.gir.st - VimFx.git/commit
Improve "open link in new tab" interoperability
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 24 Apr 2016 10:01:52 +0000 (12:01 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 24 Apr 2016 10:01:52 +0000 (12:01 +0200)
commit4eb240f50c259cb7a1b6eaa3f2a487a816101274
treefcb178b3bc0e354f20e16dbfae095689e9bad994
parent7203c03073234515049bc0ddeebd832d543cec1c
Improve "open link in new tab" interoperability

When opening a link in a new tab, such as when using the `F` or `gf` commands,
we now try to closely mimic what Firefox does when you click links using the
mouse, instead of directly using `gBrowser.loadOneTab(url, options)`.

This provides interoperability with the BackTrack Tab History add-on, which
fixes #720, and allows to remove Tree Style Tab-specific code.
extension/lib/commands.coffee
extension/lib/utils.coffee
Imprint / Impressum