]> git.gir.st - VimFx.git/commit
Disallow old version of VimFx to communicate with new version
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 13 Mar 2016 11:55:49 +0000 (12:55 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 13 Mar 2016 11:55:49 +0000 (12:55 +0100)
commitcc02483cd0a378b295b0dbadb0b835027f502d01
treebf6b68cbe416b6151b63115972a0a02b315c54d9
parentd4a5fae84053680cebdbc9c33c8bfb3793f0d0d4
Disallow old version of VimFx to communicate with new version

Commit 865fdaba attempted to fix an issue where frame script message listeners
from the old version of VimFx wasn't shut down properly when VimFx was updated.

Since then, the problem has become very rare, but unfortunately still happens
occasionally. I really have no idea why it can still happen. It might even be
that there's nothing that can be done due to the way Firefox works.

This commit tries to make any leftover frame script message listeners useless,
by adding the `BUILD_TIME` in all message names.
extension/bootstrap.coffee
extension/lib/message-manager.coffee
Imprint / Impressum